[Twisted-Python] Twisted 11.1.0 Released
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1. Highlights of the 185 tickets closed include: * The poll reactor as default where applicable, instead of select everywhere. * A new SSL implementation only relying on OpenSSL for cryptography, (not I/O) making it more robust. * Several improvements to the fresh HTTP/1.1 client implementation, including proxy and cookie support. * My personal favorite: a new howto has been published on test-driven development with Twisted. * A special mention to the new abortConnection support on TCP and SSL connections, heroically pushed by Itamar and Jean-Paul, and the oldest ticket closed by this release. This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0). For more information, see the NEWS file here: http://twistedmatrix.com/Releases/Twisted/11.1/NEWS.txt Download it now from: http://pypi.python.org/packages/source/T/Twisted/Twisted-11.1.0.tar.bz2 or http://pypi.python.org/packages/2.5/T/Twisted/Twisted-11.1.0.win32-py2.5.msi or http://pypi.python.org/packages/2.6/T/Twisted/Twisted-11.1.0.win32-py2.6.msi or http://pypi.python.org/packages/2.7/T/Twisted/Twisted-11.1.0.win32-py2.7.msi Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release. -- Thomas
On Thu, Nov 17, 2011 at 6:02 PM, Thomas Hervé <therve@free.fr> wrote:
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1.
\o/
Highlights of the 185 tickets closed include:
Rock on! ...
This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0).
This just gets better and better :) Thanks so much for getting the release out, and to all who contributed to making it the best release of Twisted ever. jml
On Nov 17, 2011, at 1:02 PM, Thomas Hervé wrote:
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1.
WOOOOOOOOO! Thanks to Thomas and everyone who worked on fixes and features for this release.
* My personal favorite: a new howto has been published on test-driven development with Twisted.
LEARN IT. LOVE IT. LIVE IT. <http://twistedmatrix.com/documents/current/core/howto/trial.html>
Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release.
A gentle reminder: those supporters should renew their sponsorships; we were remarkably lax in 2011, but at the beginning of 2012, all those logos will be coming down off the front page unless they are renewed :-). Sponsored development and especially sponsored reviews really helped to make 11.1 what it is, It would be great to make 12.0 (and beyond) even better! -glyph
On Thu, Nov 17, 2011 at 02:11:36PM -0500, Glyph wrote:
A gentle reminder: those supporters should renew their sponsorships; we were remarkably lax in 2011, but at the beginning of 2012, all those logos will be coming down off the front page unless they are renewed :-).
I just had a look at the page explaining the TSF. In the section "Benefits of Sponsorship", the first note about logos reads: "Placement on the front page of http://twistedmatrix.com will be for donations that equal or are more than the Bronze level." The "equal or" seems to be wrong. Best regards, -- Albert Brandl | Weiermayer Solutions GmbH A-4813 Altmünster - Abteistraße 12 - web: www.weiermayer.com - phone: +43761287677 - fax: +43761220356 - mobile: +436642442777
On 08:46 am, albert.brandl@weiermayer.com wrote:
On Thu, Nov 17, 2011 at 02:11:36PM -0500, Glyph wrote:
A gentle reminder: those supporters should renew their sponsorships; we were remarkably lax in 2011, but at the beginning of 2012, all those logos will be coming down off the front page unless they are renewed :-).
I just had a look at the page explaining the TSF. In the section "Benefits of Sponsorship", the first note about logos reads:
"Placement on the front page of http://twistedmatrix.com will be for donations that equal or are more than the Bronze level."
The "equal or" seems to be wrong.
Grammatically, or in some other way? Jean-Paul
On Fri, 18 Nov 2011 exarkun@twistedmatrix.com wrote:
On 08:46 am, albert.brandl@weiermayer.com wrote:
On Thu, Nov 17, 2011 at 02:11:36PM -0500, Glyph wrote:
A gentle reminder: those supporters should renew their sponsorships; we were remarkably lax in 2011, but at the beginning of 2012, all those logos will be coming down off the front page unless they are renewed :-).
I just had a look at the page explaining the TSF. In the section "Benefits of Sponsorship", the first note about logos reads:
"Placement on the front page of http://twistedmatrix.com will be for donations that equal or are more than the Bronze level."
The "equal or" seems to be wrong.
Grammatically, or in some other way?
I don't have any problem with the wording, but maybe "... that equal or exceed the Bronze level" would be clearer, in case some people have trouble parsing it. In BNF, the original wording means "... will be for donations that [equal | are more than] the Bronze level." and is unambigous to me.
Jean-Paul
-- John Santos Evans Griffiths & Hart, Inc. 781-861-0670 ext 539
On Fri, Nov 18, 2011 at 08:17:46PM -0000, exarkun@twistedmatrix.com wrote:
Grammatically, or in some other way?
On a second glance, the problem is not on the sponsorship page, but on the homepage. The explanation under the "Your Logo Here" section reads:
You can use the form above for both personal donations and corporate sponsorships; for any donation _above_the_Bronze_level_, we will display your logo here on the front page.
There _are_ two "Bronze" level logos, which I didn't correctly identify as such (maybe due to the small font of the headings). Thus it's the homepage which should be corrected. Regards, -- Albert Brandl | Weiermayer Solutions GmbH A-4813 Altmünster - Abteistraße 12 - web: www.weiermayer.com - phone: +43761287677 - fax: +43761220356 - mobile: +436642442777
On Thu, Nov 17, 2011 at 12:02 PM, Thomas Hervé <therve@free.fr> wrote:
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1.
Highlights of the 185 tickets closed include:
* The poll reactor as default where applicable, instead of select everywhere.
* A new SSL implementation only relying on OpenSSL for cryptography, (not I/O) making it more robust.
* Several improvements to the fresh HTTP/1.1 client implementation, including proxy and cookie support.
* My personal favorite: a new howto has been published on test-driven development with Twisted.
* A special mention to the new abortConnection support on TCP and SSL connections, heroically pushed by Itamar and Jean-Paul, and the oldest ticket closed by this release.
This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0).
For more information, see the NEWS file here:
http://twistedmatrix.com/Releases/Twisted/11.1/NEWS.txt
Download it now from:
http://pypi.python.org/packages/source/T/Twisted/Twisted-11.1.0.tar.bz2or
http://pypi.python.org/packages/2.5/T/Twisted/Twisted-11.1.0.win32-py2.5.msi...
http://pypi.python.org/packages/2.6/T/Twisted/Twisted-11.1.0.win32-py2.6.msi...
http://pypi.python.org/packages/2.7/T/Twisted/Twisted-11.1.0.win32-py2.7.msi
Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release.
-- Thomas
<happydance> Great work, everyone, and especially Thomas, for performing the relatively tedious task of cutting the release. Kevin Horn
On Nov 17, 2011, at 4:18 PM, Tobias Oberstein wrote:
Highlights of the 185 tickets closed include:
Awesome!
Haven't been around on the Twisted homepage for a while, but the release made me to, so I like to add this (not release related):
The new homepage is really nice and much more inviting!
Thanks for noticing! I believe the current re-write was an effort put forth by Itamar, so credit where credit's due :). -glyph
Great, just great! (nitpicking: the title should be changed from "Twisted *11.1.0* Released" to "*Twisted 11.1.1 Released*") Pandelis On Thu, Nov 17, 2011 at 6:02 PM, Thomas Hervé <therve@free.fr> wrote:
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1.
Highlights of the 185 tickets closed include:
* The poll reactor as default where applicable, instead of select everywhere.
* A new SSL implementation only relying on OpenSSL for cryptography, (not I/O) making it more robust.
* Several improvements to the fresh HTTP/1.1 client implementation, including proxy and cookie support.
* My personal favorite: a new howto has been published on test-driven development with Twisted.
* A special mention to the new abortConnection support on TCP and SSL connections, heroically pushed by Itamar and Jean-Paul, and the oldest ticket closed by this release.
This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0).
For more information, see the NEWS file here:
http://twistedmatrix.com/Releases/Twisted/11.1/NEWS.txt
Download it now from:
http://pypi.python.org/packages/source/T/Twisted/Twisted-11.1.0.tar.bz2or
http://pypi.python.org/packages/2.5/T/Twisted/Twisted-11.1.0.win32-py2.5.msi...
http://pypi.python.org/packages/2.6/T/Twisted/Twisted-11.1.0.win32-py2.6.msi...
http://pypi.python.org/packages/2.7/T/Twisted/Twisted-11.1.0.win32-py2.7.msi
Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release.
-- Thomas
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
On Thu, Nov 17, 2011 at 10:15 PM, Pantelis Theodosiou <ypercube@gmail.com>wrote:
Great, just great!
(nitpicking: the title should be changed from "Twisted *11.1.0* Released" to "*Twisted 11.1.1 Released*")
Oops, my bad. Too many 1s can confuse one's mind. Sorry.
Pandelis
On Thu, Nov 17, 2011 at 6:02 PM, Thomas Hervé <therve@free.fr> wrote:
On behalf of Twisted Matrix Laboratories, I am pleased to announce the release of Twisted 11.1.
Highlights of the 185 tickets closed include:
* The poll reactor as default where applicable, instead of select everywhere.
* A new SSL implementation only relying on OpenSSL for cryptography, (not I/O) making it more robust.
* Several improvements to the fresh HTTP/1.1 client implementation, including proxy and cookie support.
* My personal favorite: a new howto has been published on test-driven development with Twisted.
* A special mention to the new abortConnection support on TCP and SSL connections, heroically pushed by Itamar and Jean-Paul, and the oldest ticket closed by this release.
This is the last release supporting Python 2.4 (the support on Windows stopped with 11.0).
For more information, see the NEWS file here:
http://twistedmatrix.com/Releases/Twisted/11.1/NEWS.txt
Download it now from:
http://pypi.python.org/packages/source/T/Twisted/Twisted-11.1.0.tar.bz2or
http://pypi.python.org/packages/2.5/T/Twisted/Twisted-11.1.0.win32-py2.5.msi...
http://pypi.python.org/packages/2.6/T/Twisted/Twisted-11.1.0.win32-py2.6.msi...
http://pypi.python.org/packages/2.7/T/Twisted/Twisted-11.1.0.win32-py2.7.msi
Thanks to the supporters of the Twisted Software Foundation and to the many contributors for this release.
-- Thomas
_______________________________________________ Twisted-web mailing list Twisted-web@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
participants (9)
-
Albert Brandl
-
exarkun@twistedmatrix.com
-
Glyph
-
John Santos
-
Jonathan Lange
-
Kevin Horn
-
Pantelis Theodosiou
-
Thomas Hervé
-
Tobias Oberstein