[Twisted-Python] Twisted 13.2.0 Release Announcement

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 13.2!
The highlights of this release are:
* Twisted now includes a HostnameEndpoint implementation which uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859)
* Improved support for Cancellable Deferreds by kaizhang, our GSoC student. (#4320, #6532, #6572, #6639)
* Improved Twisted.Mail documentation by shira, our Outreach Program for Women intern. (#6649, #6652)
* twistd now waits for the application to start successfully before exiting after daemonization. (#823)
* SSL server endpoint string descriptions now support the specification of chain certificates. (#6499)
* Over 70 closed tickets since 13.1.0.
For more information, check the NEWS file (link provided below).
You can find the downloads at https://pypi.python.org/pypi/Twisted (or alternatively http://twistedmatrix.com/trac/wiki/Downloads) . The NEWS file is also available at http://twistedmatrix.com/Releases/Twisted/13.2/NEWS.txt.
Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted!
Twisted Regards, HawkOwl

A little late to the party, but since you asked for feedback, I installed 13.2.0pre1 last night. No problems with Twisted itself, but I made the mistake of updating (or trying to update) all the other component packages, including Python, openssl, gmp, pyOpenSSL, pycrypto (my app uses SSH to talk to interactive clients), and lots of other bits and pieces.
Lesson: Only update one thing at a time, unless there are explicit dependencies! Especially if you are stuck on a fairly old Linux distro (SLES 10, at least for the time being)!
But the Twisted part was a piece of cake.
Now I get to do it all again, but it should be easy this time...
On Sat, 9 Nov 2013, HawkOwl wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 13.2!
The highlights of this release are:
- Twisted now includes a HostnameEndpoint implementation which uses
IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859)
- Improved support for Cancellable Deferreds by kaizhang, our GSoC
student. (#4320, #6532, #6572, #6639)
- Improved Twisted.Mail documentation by shira, our Outreach Program
for Women intern. (#6649, #6652)
- twistd now waits for the application to start successfully before
exiting after daemonization. (#823)
- SSL server endpoint string descriptions now support the
specification of chain certificates. (#6499)
- Over 70 closed tickets since 13.1.0.
For more information, check the NEWS file (link provided below).
You can find the downloads at https://pypi.python.org/pypi/Twisted (or alternatively http://twistedmatrix.com/trac/wiki/Downloads) . The NEWS file is also available at http://twistedmatrix.com/Releases/Twisted/13.2/NEWS.txt.
Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted!
Twisted Regards, HawkOwl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux)
iQEcBAEBAgAGBQJSfTI0AAoJECMItHnTkkoRDzgH/0hbsTLrBVklSjFXINgjNZcE 9IEwFcXsWGElv066Nmt7Nm2CQ0idIJHosx58re8LKK9F/xK3CWlCceJOeS+npNfE y3CnuBRxJYWC+xdy/WTgLV26LkFi2TzqYJT+r6AfS8KUhOJCUJ3H+x8G2SeDlin+ eED64X4ftbs22tSz3RkCkpT++L6inPvVWhwpQhn+GqnS4oBqjbjcYpwJ8+wFfy72 6qe6OcXsoUxM72nbZ1vLg4WE5nbv3It+HnR9PYJTY9VFv8sNeGzb/VEfLpeFJG7f bZImycCh2Flp3OKVzaELmWc+hYDsWT/TuaQYYw6IJYqvFCoTuEQFsdtJuuVBZoQ= =Attd -----END PGP SIGNATURE-----
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi John,
There's no code changes between pre1 and full release - so you shouldn't have any problems! :)
- -hawkowl
On 09/11/13 03:37, John Santos wrote:
A little late to the party, but since you asked for feedback, I installed 13.2.0pre1 last night. No problems with Twisted itself, but I made the mistake of updating (or trying to update) all the other component packages, including Python, openssl, gmp, pyOpenSSL, pycrypto (my app uses SSH to talk to interactive clients), and lots of other bits and pieces.
Lesson: Only update one thing at a time, unless there are explicit dependencies! Especially if you are stuck on a fairly old Linux distro (SLES 10, at least for the time being)!
But the Twisted part was a piece of cake.
Now I get to do it all again, but it should be easy this time...
On Sat, 9 Nov 2013, HawkOwl wrote:
On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 13.2!
The highlights of this release are:
- Twisted now includes a HostnameEndpoint implementation which
uses IPv4 and IPv6 in parallel, speeding up the connection by using whichever connects first (the 'Happy Eyeballs'/RFC 6555 algorithm). (#4859)
- Improved support for Cancellable Deferreds by kaizhang, our GSoC
student. (#4320, #6532, #6572, #6639)
- Improved Twisted.Mail documentation by shira, our Outreach
Program for Women intern. (#6649, #6652)
- twistd now waits for the application to start successfully
before exiting after daemonization. (#823)
- SSL server endpoint string descriptions now support the
specification of chain certificates. (#6499)
- Over 70 closed tickets since 13.1.0.
For more information, check the NEWS file (link provided below).
You can find the downloads at https://pypi.python.org/pypi/Twisted (or alternatively http://twistedmatrix.com/trac/wiki/Downloads) . The NEWS file is also available at http://twistedmatrix.com/Releases/Twisted/13.2/NEWS.txt.
Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted!
Twisted Regards, HawkOwl
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (2)
-
HawkOwl
-
John Santos