r46972 - newsfiles, versions

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 10 Mar 2016 02:49:41 -0700 (MST)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Thu Mar 10 02:49:36 2016
New Revision: 46972

Modified:
   branches/release-16.0.0-8210/NEWS
   branches/release-16.0.0-8210/README.rst
   branches/release-16.0.0-8210/twisted/_version.py
   branches/release-16.0.0-8210/twisted/conch/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/conch/topfiles/README
   branches/release-16.0.0-8210/twisted/mail/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/mail/topfiles/README
   branches/release-16.0.0-8210/twisted/names/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/names/topfiles/README
   branches/release-16.0.0-8210/twisted/news/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/news/topfiles/README
   branches/release-16.0.0-8210/twisted/pair/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/pair/topfiles/README
   branches/release-16.0.0-8210/twisted/runner/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/runner/topfiles/README
   branches/release-16.0.0-8210/twisted/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/topfiles/README
   branches/release-16.0.0-8210/twisted/web/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/web/topfiles/README
   branches/release-16.0.0-8210/twisted/words/topfiles/NEWS
   branches/release-16.0.0-8210/twisted/words/topfiles/README

Log:
newsfiles, versions

Modified: branches/release-16.0.0-8210/NEWS
==============================================================================
--- branches/release-16.0.0-8210/NEWS	(original)
+++ branches/release-16.0.0-8210/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,132 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Core 16.0.0pre3 (2016-03-03)
-====================================
-
-Bugfixes
---------
- - twisted.internet.endpoints.serverFromString, when parsing a SSL
-   strports definition, now gives the correct error message when an
-   empty chain file is given. (#8222)
-
-
-Twisted Conch 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Mail 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Names 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted News 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Pair 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Runner 16.0.0pre3 (2016-03-03)
-======================================
-
-No significant changes have been made for this release.
-
-
-Twisted Web 16.0.0pre3 (2016-03-03)
-===================================
-
-No significant changes have been made for this release.
-
-
-Twisted Words 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Core 16.0.0pre2 (2016-02-28)
-====================================
-
-Features
---------
- - twisted.cred.strports has been ported to Python 3. (#8216)
-
-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
------
- - #8220
-
-
-Twisted Conch 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Mail 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Names 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted News 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Pair 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Runner 16.0.0pre2 (2016-02-28)
-======================================
-
-No significant changes have been made for this release.
-
-
-Twisted Web 16.0.0pre2 (2016-02-28)
-===================================
-
-No significant changes have been made for this release.
-
-
-Twisted Words 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Core 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Core 16.0.0 (2016-03-10)
+================================
 
 Features
 --------
@@ -148,6 +24,7 @@
    twisted.internet.ssl.optionsForClientTLS that trusts multiple
    certificates. (#7671)
  - twisted.python.roots is now ported to Python 3. (#8131)
+ - twisted.cred.strports has been ported to Python 3. (#8216)
 
 Bugfixes
 --------
@@ -160,6 +37,9 @@
  - twisted.internet.task.LoopingCall.withCount when run with internal
    of 0, now calls the countCallable with 1, regardless of the time
    passed between calls. (#8125)
+ - twisted.internet.endpoints.serverFromString, when parsing a SSL
+   strports definition, now gives the correct error message when an
+   empty chain file is given. (#8222)
 
 Improved Documentation
 ----------------------
@@ -176,15 +56,19 @@
    GLib, GTK3, or GObject-Introspection reactors. (#8145)
  - twisted.protocols.mice, containing a Logitech MouseMan serial
    driver, has been deprecated. (#8148)
+ - 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
 -----
  - #6842, #6978, #7668, #7791, #7881, #7943, #7944, #8050, #8104,
-   #8115, #8119, #8122, #8139, #8144, #8154, #8162, #8180, #8187
+   #8115, #8119, #8122, #8139, #8144, #8154, #8162, #8180, #8187,
+   #8220
 
 
-Twisted Conch 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Conch 16.0.0 (2016-03-10)
+=================================
 
 Features
 --------
@@ -207,38 +91,38 @@
  - #7037, #7715, #8200, #8208
 
 
-Twisted Mail 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Mail 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Names 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Names 16.0.0 (2016-03-10)
+=================================
 
 No significant changes have been made for this release.
 
 
-Twisted News 16.0.0pre1 (2016-02-16)
-====================================
+Twisted News 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Pair 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Pair 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Runner 16.0.0pre1 (2016-02-16)
-======================================
+Twisted Runner 16.0.0 (2016-03-10)
+==================================
 
 No significant changes have been made for this release.
 
 
-Twisted Web 16.0.0pre1 (2016-02-16)
-===================================
+Twisted Web 16.0.0 (2016-03-10)
+===============================
 
 Features
 --------
@@ -271,8 +155,8 @@
  - #8140, #8182
 
 
-Twisted Words 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Words 16.0.0 (2016-03-10)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/README.rst
==============================================================================
--- branches/release-16.0.0-8210/README.rst	(original)
+++ branches/release-16.0.0-8210/README.rst	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted 16.0.0pre3
+Twisted 16.0.0
 ==============
 
 |pypi|
@@ -6,7 +6,7 @@
 
     <reaperhulk> I continue to believe that networks are totally reliable despite ample evidence from my CI that I am wrong
 
-For information on what's new in Twisted 16.0.0pre3, see the `NEWS <NEWS>`_ file that comes with the distribution.
+For information on what's new in Twisted 16.0.0, see the `NEWS <NEWS>`_ file that comes with the distribution.
 
 
 What is this?

Modified: branches/release-16.0.0-8210/twisted/_version.py
==============================================================================
--- branches/release-16.0.0-8210/twisted/_version.py	(original)
+++ branches/release-16.0.0-8210/twisted/_version.py	Thu Mar 10 02:49:36 2016
@@ -8,4 +8,4 @@
 """
 
 from twisted.python import versions
-version = versions.Version('twisted', 16, 0, 0, prerelease=3)
+version = versions.Version('twisted', 16, 0, 0)

Modified: branches/release-16.0.0-8210/twisted/conch/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/conch/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/conch/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Conch 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Conch 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Conch 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Conch 16.0.0 (2016-03-10)
+=================================
 
 Features
 --------

Modified: branches/release-16.0.0-8210/twisted/conch/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/conch/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/conch/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Conch 16.0.0pre3
+Twisted Conch 16.0.0
 
 Twisted Conch depends on Twisted Core and PyCA's Cryptography
 (<https://cryptography.io/en>).

Modified: branches/release-16.0.0-8210/twisted/mail/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/mail/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/mail/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Mail 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Mail 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Mail 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Mail 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/mail/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/mail/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/mail/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Mail 16.0.0pre3
+Twisted Mail 16.0.0
 
 Twisted Mail depends on Twisted Core and (sometimes) Twisted Names.  For TLS
 support, pyOpenSSL (<http://launchpad.net/pyopenssl>) is also required.  Aside

Modified: branches/release-16.0.0-8210/twisted/names/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/names/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/names/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Names 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Names 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Names 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Names 16.0.0 (2016-03-10)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/names/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/names/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/names/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,3 +1,3 @@
-Twisted Names 16.0.0pre3
+Twisted Names 16.0.0
 
 Twisted Names depends on Twisted Core.

Modified: branches/release-16.0.0-8210/twisted/news/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/news/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/news/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted News 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted News 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted News 16.0.0pre1 (2016-02-16)
-====================================
+Twisted News 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/news/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/news/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/news/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted News 16.0.0pre3
+Twisted News 16.0.0
 
 News depends on Twisted, and, if you want to use the moderation
 features, Twisted Mail.

Modified: branches/release-16.0.0-8210/twisted/pair/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/pair/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/pair/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,17 +1,5 @@
-Twisted Pair 16.0.0pre3 (2016-03-03)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Pair 16.0.0pre2 (2016-02-28)
-====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Pair 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Pair 16.0.0 (2016-03-10)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/pair/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/pair/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/pair/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Pair 16.0.0pre3: Very low-level networking functionality
+Twisted Pair 16.0.0: Very low-level networking functionality
 
 Twisted Pair includes parsers for several datagram formats, including ethernet,
 IP, and UDP.  It also offers low-level networking integration on Linux via tun

Modified: branches/release-16.0.0-8210/twisted/runner/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/runner/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/runner/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Runner 16.0.0pre3 (2016-03-03)
-======================================
-
-No significant changes have been made for this release.
-
-
-Twisted Runner 16.0.0pre2 (2016-02-28)
-======================================
-
-No significant changes have been made for this release.
-
-
-Twisted Runner 16.0.0pre1 (2016-02-16)
-======================================
+Twisted Runner 16.0.0 (2016-03-10)
+==================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/runner/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/runner/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/runner/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,3 +1,3 @@
-Twisted Runner 16.0.0pre3
+Twisted Runner 16.0.0
 
 Twisted Runner depends on Twisted.

Modified: branches/release-16.0.0-8210/twisted/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,36 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Core 16.0.0pre3 (2016-03-03)
-====================================
-
-Bugfixes
---------
- - twisted.internet.endpoints.serverFromString, when parsing a SSL
-   strports definition, now gives the correct error message when an
-   empty chain file is given. (#8222)
-
-
-Twisted Core 16.0.0pre2 (2016-02-28)
-====================================
-
-Features
---------
- - twisted.cred.strports has been ported to Python 3. (#8216)
-
-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
------
- - #8220
-
-
-Twisted Core 16.0.0pre1 (2016-02-16)
-====================================
+Twisted Core 16.0.0 (2016-03-10)
+================================
 
 Features
 --------
@@ -52,6 +24,7 @@
    twisted.internet.ssl.optionsForClientTLS that trusts multiple
    certificates. (#7671)
  - twisted.python.roots is now ported to Python 3. (#8131)
+ - twisted.cred.strports has been ported to Python 3. (#8216)
 
 Bugfixes
 --------
@@ -64,6 +37,9 @@
  - twisted.internet.task.LoopingCall.withCount when run with internal
    of 0, now calls the countCallable with 1, regardless of the time
    passed between calls. (#8125)
+ - twisted.internet.endpoints.serverFromString, when parsing a SSL
+   strports definition, now gives the correct error message when an
+   empty chain file is given. (#8222)
 
 Improved Documentation
 ----------------------
@@ -80,11 +56,15 @@
    GLib, GTK3, or GObject-Introspection reactors. (#8145)
  - twisted.protocols.mice, containing a Logitech MouseMan serial
    driver, has been deprecated. (#8148)
+ - 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
 -----
  - #6842, #6978, #7668, #7791, #7881, #7943, #7944, #8050, #8104,
-   #8115, #8119, #8122, #8139, #8144, #8154, #8162, #8180, #8187
+   #8115, #8119, #8122, #8139, #8144, #8154, #8162, #8180, #8187,
+   #8220
 
 
 Twisted Core 15.5.0 (2015-11-28)

Modified: branches/release-16.0.0-8210/twisted/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Core 16.0.0pre3
+Twisted Core 16.0.0
 ===================
 
 Twisted Core makes up the core parts of Twisted, including:

Modified: branches/release-16.0.0-8210/twisted/web/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/web/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/web/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Web 16.0.0pre3 (2016-03-03)
-===================================
-
-No significant changes have been made for this release.
-
-
-Twisted Web 16.0.0pre2 (2016-02-28)
-===================================
-
-No significant changes have been made for this release.
-
-
-Twisted Web 16.0.0pre1 (2016-02-16)
-===================================
+Twisted Web 16.0.0 (2016-03-10)
+===============================
 
 Features
 --------

Modified: branches/release-16.0.0-8210/twisted/web/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/web/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/web/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Web 16.0.0pre3
+Twisted Web 16.0.0
 
 Twisted Web depends on Twisted Core.  pyOpenSSL
 (<https://github.com/pyca/pyopenssl>) is also required for HTTPS.  SOAPpy

Modified: branches/release-16.0.0-8210/twisted/words/topfiles/NEWS
==============================================================================
--- branches/release-16.0.0-8210/twisted/words/topfiles/NEWS	(original)
+++ branches/release-16.0.0-8210/twisted/words/topfiles/NEWS	Thu Mar 10 02:49:36 2016
@@ -1,20 +1,8 @@
 Ticket numbers in this file can be looked up by visiting
 http://twistedmatrix.com/trac/ticket/<number>
 
-Twisted Words 16.0.0pre3 (2016-03-03)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Words 16.0.0pre2 (2016-02-28)
-=====================================
-
-No significant changes have been made for this release.
-
-
-Twisted Words 16.0.0pre1 (2016-02-16)
-=====================================
+Twisted Words 16.0.0 (2016-03-10)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.0.0-8210/twisted/words/topfiles/README
==============================================================================
--- branches/release-16.0.0-8210/twisted/words/topfiles/README	(original)
+++ branches/release-16.0.0-8210/twisted/words/topfiles/README	Thu Mar 10 02:49:36 2016
@@ -1,4 +1,4 @@
-Twisted Words 16.0.0pre3
+Twisted Words 16.0.0
 
 Twisted Words depends on Twisted Core and Twisted Web.  The Twisted Web
 dependency is only necessary for MSN support.  MSN support also requires HTTPS,