-
Notifications
You must be signed in to change notification settings - Fork 23
/
NEWS.txt
25 lines (21 loc) · 966 Bytes
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0.3.1 (2015-03-05):
- Switch to setuptools; this should resolve issues with Vertex being
installed through pip, particularly as a dependency of something else.
- Numerous other small fixes and cleanups.
0.3.0 (2009-11-25):
- Remove use of deprecated Twisted APIs from the test suite and improve
some error handling as a necessary consequence.
- Use twisted.internet.ssl instead of epsilon.sslverify.
- Remove an implementation of deferLater.
0.2.0 (2006-06-12):
- Moved JUICE implementation into Epsilon.
- Removed dependency on Nevow's formless.
- Clarify licensing terms.
- Fix bugs on 64-bit platforms.
- removed buggy legacy non-TLS options which would break negotiation with
OpenSSL 0.9.8a.
- Deprecated twisted test APIs removed.
- First phase of integration with twisted.cred; vertex endpoints can now be
authenticated against a Twisted UsernamePassword cred authenticator.
0.1.0 (2005-10-10):
- Initial release.