r47138 - version, quote

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Sun, 3 Apr 2016 19:17:58 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Sun Apr  3 19:17:51 2016
New Revision: 47138

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

Log:
version, quote

Modified: branches/release-16.1.0-8231/NEWS
==============================================================================
--- branches/release-16.1.0-8231/NEWS	(original)
+++ branches/release-16.1.0-8231/NEWS	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-====================================
+Twisted Core 16.1.0 (2016-04-04)
+================================
 
 Features
 --------
@@ -21,8 +21,8 @@
  - #4543, #8124, #8193, #8210, #8220, #8223, #8226, #8242
 
 
-Twisted Conch 16.1.0pre1 (2016-03-25)
-=====================================
+Twisted Conch 16.1.0 (2016-04-04)
+=================================
 
 Features
 --------
@@ -39,38 +39,38 @@
  - #8237, #8240
 
 
-Twisted Mail 16.1.0pre1 (2016-03-25)
-====================================
+Twisted Mail 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Names 16.1.0pre1 (2016-03-25)
-=====================================
+Twisted Names 16.1.0 (2016-04-04)
+=================================
 
 No significant changes have been made for this release.
 
 
-Twisted News 16.1.0pre1 (2016-03-25)
-====================================
+Twisted News 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Pair 16.1.0pre1 (2016-03-25)
-====================================
+Twisted Pair 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 
 
-Twisted Runner 16.1.0pre1 (2016-03-25)
-======================================
+Twisted Runner 16.1.0 (2016-04-04)
+==================================
 
 No significant changes have been made for this release.
 
 
-Twisted Web 16.1.0pre1 (2016-03-25)
-===================================
+Twisted Web 16.1.0 (2016-04-04)
+===============================
 
 Features
 --------
@@ -90,8 +90,8 @@
  - #8238
 
 
-Twisted Words 16.1.0pre1 (2016-03-25)
-=====================================
+Twisted Words 16.1.0 (2016-04-04)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/README.rst
==============================================================================
--- branches/release-16.1.0-8231/README.rst	(original)
+++ branches/release-16.1.0-8231/README.rst	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted 16.1.0pre1
+Twisted 16.1.0
 ==============
 
 |pypi|
@@ -6,14 +6,13 @@
 
 .. code::
 
-    <idnar> oh, sorry, this is easier than the last time I looked
-    <glyph> idnar: HAHA PWNT
-    <glyph> idnar: I WORKED SUPER HARD TO MAKE YOUR LIFE EASIER FOR MONTHS AND
-            NOW YOU HAVE TO EAT CROWWWW
-    <glyph> idnar: I AM THE WINNER IN THIS TRANSACTION SOMEHOW
+    <kenaan> new core task https://tm.tl/#8224 by hawkowl: We should actively discourage the use of versions of Twisted older than 14.0
+    <idnar> "actively discourage"
+    <idnar> that brings up some amusing mental imagery :D
+    * idnar imagines hawkowl crashing in through somebody's window to yell at them for using ancient software
 
 
-For information on what's new in Twisted 16.1.0pre1, see the `NEWS <NEWS>`_ file that comes with the distribution.
+For information on what's new in Twisted 16.1.0, see the `NEWS <NEWS>`_ file that comes with the distribution.
 
 
 What is this?

Modified: branches/release-16.1.0-8231/twisted/_version.py
==============================================================================
--- branches/release-16.1.0-8231/twisted/_version.py	(original)
+++ branches/release-16.1.0-8231/twisted/_version.py	Sun Apr  3 19:17:51 2016
@@ -8,4 +8,4 @@
 """
 
 from twisted.python import versions
-version = versions.Version('twisted', 16, 1, 0, prerelease=1)
+version = versions.Version('twisted', 16, 1, 0)

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-=====================================
+Twisted Conch 16.1.0 (2016-04-04)
+=================================
 
 Features
 --------

Modified: branches/release-16.1.0-8231/twisted/conch/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/conch/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/conch/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Conch 16.1.0pre1
+Twisted Conch 16.1.0
 
 Twisted Conch depends on Twisted Core and PyCA's Cryptography
 (<https://cryptography.io/en>).

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-====================================
+Twisted Mail 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/mail/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/mail/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/mail/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Mail 16.1.0pre1
+Twisted Mail 16.1.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.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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-=====================================
+Twisted Names 16.1.0 (2016-04-04)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/names/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/names/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/names/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,3 +1,3 @@
-Twisted Names 16.1.0pre1
+Twisted Names 16.1.0
 
 Twisted Names depends on Twisted Core.

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-====================================
+Twisted News 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/news/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/news/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/news/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted News 16.1.0pre1
+Twisted News 16.1.0
 
 News depends on Twisted, and, if you want to use the moderation
 features, Twisted Mail.

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	Sun Apr  3 19:17:51 2016
@@ -1,5 +1,5 @@
-Twisted Pair 16.1.0pre1 (2016-03-25)
-====================================
+Twisted Pair 16.1.0 (2016-04-04)
+================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/pair/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/pair/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/pair/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Pair 16.1.0pre1: Very low-level networking functionality
+Twisted Pair 16.1.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.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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-======================================
+Twisted Runner 16.1.0 (2016-04-04)
+==================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/runner/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/runner/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/runner/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,3 +1,3 @@
-Twisted Runner 16.1.0pre1
+Twisted Runner 16.1.0
 
 Twisted Runner depends on Twisted.

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-====================================
+Twisted Core 16.1.0 (2016-04-04)
+================================
 
 Features
 --------

Modified: branches/release-16.1.0-8231/twisted/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Core 16.1.0pre1
+Twisted Core 16.1.0
 ===================
 
 Twisted Core makes up the core parts of Twisted, including:

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-===================================
+Twisted Web 16.1.0 (2016-04-04)
+===============================
 
 Features
 --------

Modified: branches/release-16.1.0-8231/twisted/web/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/web/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/web/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Web 16.1.0pre1
+Twisted Web 16.1.0
 
 Twisted Web depends on Twisted Core.  pyOpenSSL
 (<https://github.com/pyca/pyopenssl>) is also required for HTTPS.  SOAPpy

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	Sun Apr  3 19:17:51 2016
@@ -1,8 +1,8 @@
 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)
-=====================================
+Twisted Words 16.1.0 (2016-04-04)
+=================================
 
 No significant changes have been made for this release.
 

Modified: branches/release-16.1.0-8231/twisted/words/topfiles/README
==============================================================================
--- branches/release-16.1.0-8231/twisted/words/topfiles/README	(original)
+++ branches/release-16.1.0-8231/twisted/words/topfiles/README	Sun Apr  3 19:17:51 2016
@@ -1,4 +1,4 @@
-Twisted Words 16.1.0pre1
+Twisted Words 16.1.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,