r47082 - news, take 2
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 25 Mar 2016 10:00:52 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl Date: Fri Mar 25 10:00:47 2016 New Revision: 47082 Removed: branches/release-16.1.0-8231/twisted/conch/topfiles/8225.feature branches/release-16.1.0-8231/twisted/conch/topfiles/8228.feature branches/release-16.1.0-8231/twisted/conch/topfiles/8229.feature branches/release-16.1.0-8231/twisted/conch/topfiles/8237.misc branches/release-16.1.0-8231/twisted/conch/topfiles/8240.misc branches/release-16.1.0-8231/twisted/topfiles/4543.misc branches/release-16.1.0-8231/twisted/topfiles/4735.feature branches/release-16.1.0-8231/twisted/topfiles/7985.feature branches/release-16.1.0-8231/twisted/topfiles/8124.misc branches/release-16.1.0-8231/twisted/topfiles/8189.bugfix branches/release-16.1.0-8231/twisted/topfiles/8193.misc branches/release-16.1.0-8231/twisted/topfiles/8210.misc branches/release-16.1.0-8231/twisted/topfiles/8216.feature branches/release-16.1.0-8231/twisted/topfiles/8219.removal branches/release-16.1.0-8231/twisted/topfiles/8220.misc branches/release-16.1.0-8231/twisted/topfiles/8222.bugfix branches/release-16.1.0-8231/twisted/topfiles/8223.misc branches/release-16.1.0-8231/twisted/topfiles/8226.misc branches/release-16.1.0-8231/twisted/topfiles/8242.misc branches/release-16.1.0-8231/twisted/web/topfiles/8067.feature branches/release-16.1.0-8231/twisted/web/topfiles/8192.bugfix branches/release-16.1.0-8231/twisted/web/topfiles/8215.bugfix branches/release-16.1.0-8231/twisted/web/topfiles/8238.misc Modified: branches/release-16.1.0-8231/NEWS branches/release-16.1.0-8231/twisted/conch/topfiles/NEWS branches/release-16.1.0-8231/twisted/mail/topfiles/NEWS branches/release-16.1.0-8231/twisted/names/topfiles/NEWS branches/release-16.1.0-8231/twisted/news/topfiles/NEWS branches/release-16.1.0-8231/twisted/pair/topfiles/NEWS branches/release-16.1.0-8231/twisted/runner/topfiles/NEWS branches/release-16.1.0-8231/twisted/topfiles/NEWS branches/release-16.1.0-8231/twisted/web/topfiles/NEWS branches/release-16.1.0-8231/twisted/words/topfiles/NEWS Log: news, take 2 Modified: branches/release-16.1.0-8231/NEWS ============================================================================== --- branches/release-16.1.0-8231/NEWS (original) +++ branches/release-16.1.0-8231/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,101 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Core 16.1.0pre1 (2016-03-25) +==================================== + +Features +-------- + - twisted.application.internet.ClientService, a service that + maintains a persistent outgoing endpoint-based connection; a + replacement for ReconnectingClientFactory that uses modern APIs. + (#4735) + - Twisted now uses setuptools' sdist to build tarballs. (#7985) + +Bugfixes +-------- + - Twisted is now compatible with OpenSSL 1.0.2f. (#8189) + +Other +----- + - #4543, #8124, #8193, #8210, #8220, #8223, #8226, #8242 + + +Twisted Conch 16.1.0pre1 (2016-03-25) +===================================== + +Features +-------- + - twisted.conch.checkers is now ported to Python 3. (#8225) + - twisted.conch.telnet is now ported to Python 3. (#8228) + - twisted.conch.manhole_ssh.ConchFactory (used by `twistd manhole`) + no longer uses a hardcoded SSH server key, and will generate a + persistent one, saving it in your user appdir. If you use + ConchFactory, you will now need to provide your own SSH server key. + (#8229) + +Other +----- + - #8237, #8240 + + +Twisted Mail 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + +Twisted Names 16.1.0pre1 (2016-03-25) +===================================== + +No significant changes have been made for this release. + + +Twisted News 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + +Twisted Pair 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + +Twisted Runner 16.1.0pre1 (2016-03-25) +====================================== + +No significant changes have been made for this release. + + +Twisted Web 16.1.0pre1 (2016-03-25) +=================================== + +Features +-------- + - twisted.web.http.Request.addCookie now supports both unicode and + bytes arguments, with unicode arguments being encoded to UTF-8. + (#8067) + +Bugfixes +-------- + - twisted.web.util.DeferredResource no longer causes spurious + "Unhandled error in Deferred" log messages. (#8192) + - twisted.web.server.site.makeSession now generates an uid of type + bytes on both Python 2 and 3. (#8215) + +Other +----- + - #8238 + + +Twisted Words 16.1.0pre1 (2016-03-25) +===================================== + +No significant changes have been made for this release. + + Twisted Core 16.0.0 (2016-03-10) ================================ Modified: branches/release-16.1.0-8231/twisted/conch/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/conch/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/conch/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,24 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Conch 16.1.0pre1 (2016-03-25) +===================================== + +Features +-------- + - twisted.conch.checkers is now ported to Python 3. (#8225) + - twisted.conch.telnet is now ported to Python 3. (#8228) + - twisted.conch.manhole_ssh.ConchFactory (used by `twistd manhole`) + no longer uses a hardcoded SSH server key, and will generate a + persistent one, saving it in your user appdir. If you use + ConchFactory, you will now need to provide your own SSH server key. + (#8229) + +Other +----- + - #8237, #8240 + + Twisted Conch 16.0.0 (2016-03-10) ================================= Modified: branches/release-16.1.0-8231/twisted/mail/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/mail/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/mail/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Mail 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + Twisted Mail 16.0.0 (2016-03-10) ================================ Modified: branches/release-16.1.0-8231/twisted/names/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/names/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/names/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Names 16.1.0pre1 (2016-03-25) +===================================== + +No significant changes have been made for this release. + + Twisted Names 16.0.0 (2016-03-10) ================================= Modified: branches/release-16.1.0-8231/twisted/news/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/news/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/news/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted News 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + Twisted News 16.0.0 (2016-03-10) ================================ Modified: branches/release-16.1.0-8231/twisted/pair/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/pair/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/pair/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,3 +1,9 @@ +Twisted Pair 16.1.0pre1 (2016-03-25) +==================================== + +No significant changes have been made for this release. + + Twisted Pair 16.0.0 (2016-03-10) ================================ Modified: branches/release-16.1.0-8231/twisted/runner/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/runner/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/runner/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Runner 16.1.0pre1 (2016-03-25) +====================================== + +No significant changes have been made for this release. + + Twisted Runner 16.0.0 (2016-03-10) ================================== Modified: branches/release-16.1.0-8231/twisted/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,26 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Core 16.1.0pre1 (2016-03-25) +==================================== + +Features +-------- + - twisted.application.internet.ClientService, a service that + maintains a persistent outgoing endpoint-based connection; a + replacement for ReconnectingClientFactory that uses modern APIs. + (#4735) + - Twisted now uses setuptools' sdist to build tarballs. (#7985) + +Bugfixes +-------- + - Twisted is now compatible with OpenSSL 1.0.2f. (#8189) + +Other +----- + - #4543, #8124, #8193, #8210, #8220, #8223, #8226, #8242 + + Twisted Core 16.0.0 (2016-03-10) ================================ Modified: branches/release-16.1.0-8231/twisted/web/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/web/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/web/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,27 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Web 16.1.0pre1 (2016-03-25) +=================================== + +Features +-------- + - twisted.web.http.Request.addCookie now supports both unicode and + bytes arguments, with unicode arguments being encoded to UTF-8. + (#8067) + +Bugfixes +-------- + - twisted.web.util.DeferredResource no longer causes spurious + "Unhandled error in Deferred" log messages. (#8192) + - twisted.web.server.site.makeSession now generates an uid of type + bytes on both Python 2 and 3. (#8215) + +Other +----- + - #8238 + + Twisted Web 16.0.0 (2016-03-10) =============================== Modified: branches/release-16.1.0-8231/twisted/words/topfiles/NEWS ============================================================================== --- branches/release-16.1.0-8231/twisted/words/topfiles/NEWS (original) +++ branches/release-16.1.0-8231/twisted/words/topfiles/NEWS Fri Mar 25 10:00:47 2016 @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/<number> +Twisted Words 16.1.0pre1 (2016-03-25) +===================================== + +No significant changes have been made for this release. + + Twisted Words 16.0.0 (2016-03-10) =================================