r47081 - Revert "news"

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Fri, 25 Mar 2016 10:00:30 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Fri Mar 25 10:00:22 2016
New Revision: 47081

Added:
   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:
Revert "news"

This reverts commit 821db08fe1cbd5c4ee0a591cf1894d8f96657101.

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:22 2016
@@ -1,111 +1,6 @@
 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)
- - twisted.cred.strports has been ported to Python 3. (#8216)
-
-Bugfixes
---------
- - Twisted is now compatible with OpenSSL 1.0.2f. (#8189)
- - twisted.internet.endpoints.serverFromString, when parsing a SSL
-   strports definition, now gives the correct error message when an
-   empty chain file is given. (#8222)
-
-Deprecations and Removals
--------------------------
- - The __version__ attribute of former subprojects (conch, mail,
-   names, news, pair, runner, web, and words) is deprecated in
-   preference to the central twisted.__version__. (#8219)
-
-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:22 2016
@@ -1,24 +1,6 @@
 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:22 2016
@@ -1,12 +1,6 @@
 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:22 2016
@@ -1,12 +1,6 @@
 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:22 2016
@@ -1,12 +1,6 @@
 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:22 2016
@@ -1,9 +1,3 @@
-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:22 2016
@@ -1,12 +1,6 @@
 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:22 2016
@@ -1,36 +1,6 @@
 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)
- - twisted.cred.strports has been ported to Python 3. (#8216)
-
-Bugfixes
---------
- - Twisted is now compatible with OpenSSL 1.0.2f. (#8189)
- - twisted.internet.endpoints.serverFromString, when parsing a SSL
-   strports definition, now gives the correct error message when an
-   empty chain file is given. (#8222)
-
-Deprecations and Removals
--------------------------
- - The __version__ attribute of former subprojects (conch, mail,
-   names, news, pair, runner, web, and words) is deprecated in
-   preference to the central twisted.__version__. (#8219)
-
-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:22 2016
@@ -1,27 +1,6 @@
 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:22 2016
@@ -1,12 +1,6 @@
 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)
 =================================