From 210b7f4a953a3ddf7011552841671f71598c28a7 Mon Sep 17 00:00:00 2001 From: "Amber Brown (HawkOwl)" Date: Sun, 28 Aug 2016 23:20:52 +0800 Subject: [PATCH] newsfiles --- NEWS | 66 +++++++++++++++++++++++++++++++++++ twisted/conch/topfiles/NEWS | 6 ++++ twisted/mail/topfiles/NEWS | 6 ++++ twisted/names/topfiles/NEWS | 6 ++++ twisted/news/topfiles/NEWS | 6 ++++ twisted/pair/topfiles/NEWS | 6 ++++ twisted/runner/topfiles/NEWS | 6 ++++ twisted/topfiles/8760.feature | 1 - twisted/topfiles/8781.bugfix | 1 - twisted/topfiles/NEWS | 18 ++++++++++ twisted/web/topfiles/NEWS | 6 ++++ twisted/words/topfiles/NEWS | 6 ++++ 12 files changed, 132 insertions(+), 2 deletions(-) delete mode 100644 twisted/topfiles/8760.feature delete mode 100644 twisted/topfiles/8781.bugfix diff --git a/NEWS b/NEWS index dd583a19240..7ffa3e0a86d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,72 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Core 16.4.1pre1 (2016-08-28) +==================================== + +Features +-------- + - Client and server TLS connections made via the client TLS endpoint + and the server SSL endpoint, as well as any other code that uses + twisted.internet.ssl.CertificateOptions, now support ChaCha20 + ciphers when available from the OpenSSL on the system. (#8760) + +Bugfixes +-------- + - Client and server TLS connections made via the client TLS endpoint + and the server SSL endpoint, as well as any other code that uses + twisted.internet.ssl.CertificateOptions, no longer accept 3DES- + based cipher suites by default, to defend against SWEET32. (#8781) + + +Twisted Conch 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + +Twisted Mail 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + +Twisted Names 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + +Twisted News 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + +Twisted Pair 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + +Twisted Runner 16.4.1pre1 (2016-08-28) +====================================== + +No significant changes have been made for this release. + + +Twisted Web 16.4.1pre1 (2016-08-28) +=================================== + +No significant changes have been made for this release. + + +Twisted Words 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + Twisted Core 16.4.0 (2016-08-25) ================================ diff --git a/twisted/conch/topfiles/NEWS b/twisted/conch/topfiles/NEWS index 6cdaabdb9c9..1946feb85a5 100644 --- a/twisted/conch/topfiles/NEWS +++ b/twisted/conch/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Conch 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + Twisted Conch 16.4.0 (2016-08-25) ================================= diff --git a/twisted/mail/topfiles/NEWS b/twisted/mail/topfiles/NEWS index 9e73479a2df..5d27a61769d 100644 --- a/twisted/mail/topfiles/NEWS +++ b/twisted/mail/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Mail 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + Twisted Mail 16.4.0 (2016-08-25) ================================ diff --git a/twisted/names/topfiles/NEWS b/twisted/names/topfiles/NEWS index 0081d54cf41..f9702f21dd6 100644 --- a/twisted/names/topfiles/NEWS +++ b/twisted/names/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Names 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + Twisted Names 16.4.0 (2016-08-25) ================================= diff --git a/twisted/news/topfiles/NEWS b/twisted/news/topfiles/NEWS index a2c704c7b5f..1433b773fe9 100644 --- a/twisted/news/topfiles/NEWS +++ b/twisted/news/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted News 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + Twisted News 16.4.0 (2016-08-25) ================================ diff --git a/twisted/pair/topfiles/NEWS b/twisted/pair/topfiles/NEWS index 13913689889..6d27acd97f9 100644 --- a/twisted/pair/topfiles/NEWS +++ b/twisted/pair/topfiles/NEWS @@ -1,3 +1,9 @@ +Twisted Pair 16.4.1pre1 (2016-08-28) +==================================== + +No significant changes have been made for this release. + + Twisted Pair 16.4.0 (2016-08-25) ================================ diff --git a/twisted/runner/topfiles/NEWS b/twisted/runner/topfiles/NEWS index e354921d253..183873cfdc5 100644 --- a/twisted/runner/topfiles/NEWS +++ b/twisted/runner/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Runner 16.4.1pre1 (2016-08-28) +====================================== + +No significant changes have been made for this release. + + Twisted Runner 16.4.0 (2016-08-25) ================================== diff --git a/twisted/topfiles/8760.feature b/twisted/topfiles/8760.feature deleted file mode 100644 index 3ceec2688ff..00000000000 --- a/twisted/topfiles/8760.feature +++ /dev/null @@ -1 +0,0 @@ -Client and server TLS connections made via the client TLS endpoint and the server SSL endpoint, as well as any other code that uses twisted.internet.ssl.CertificateOptions, now support ChaCha20 ciphers when available from the OpenSSL on the system. \ No newline at end of file diff --git a/twisted/topfiles/8781.bugfix b/twisted/topfiles/8781.bugfix deleted file mode 100644 index 2b16c7cd0d3..00000000000 --- a/twisted/topfiles/8781.bugfix +++ /dev/null @@ -1 +0,0 @@ -Client and server TLS connections made via the client TLS endpoint and the server SSL endpoint, as well as any other code that uses twisted.internet.ssl.CertificateOptions, no longer accept 3DES-based cipher suites by default, to defend against SWEET32. \ No newline at end of file diff --git a/twisted/topfiles/NEWS b/twisted/topfiles/NEWS index b8d0d1497a4..70a971b4a2d 100644 --- a/twisted/topfiles/NEWS +++ b/twisted/topfiles/NEWS @@ -1,6 +1,24 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Core 16.4.1pre1 (2016-08-28) +==================================== + +Features +-------- + - Client and server TLS connections made via the client TLS endpoint + and the server SSL endpoint, as well as any other code that uses + twisted.internet.ssl.CertificateOptions, now support ChaCha20 + ciphers when available from the OpenSSL on the system. (#8760) + +Bugfixes +-------- + - Client and server TLS connections made via the client TLS endpoint + and the server SSL endpoint, as well as any other code that uses + twisted.internet.ssl.CertificateOptions, no longer accept 3DES- + based cipher suites by default, to defend against SWEET32. (#8781) + + Twisted Core 16.4.0 (2016-08-25) ================================ diff --git a/twisted/web/topfiles/NEWS b/twisted/web/topfiles/NEWS index d18bea33c61..78384d42d06 100644 --- a/twisted/web/topfiles/NEWS +++ b/twisted/web/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Web 16.4.1pre1 (2016-08-28) +=================================== + +No significant changes have been made for this release. + + Twisted Web 16.4.0 (2016-08-25) =============================== diff --git a/twisted/words/topfiles/NEWS b/twisted/words/topfiles/NEWS index d0dfabbedf4..cbdc091d830 100644 --- a/twisted/words/topfiles/NEWS +++ b/twisted/words/topfiles/NEWS @@ -1,6 +1,12 @@ Ticket numbers in this file can be looked up by visiting http://twistedmatrix.com/trac/ticket/ +Twisted Words 16.4.1pre1 (2016-08-28) +===================================== + +No significant changes have been made for this release. + + Twisted Words 16.4.0 (2016-08-25) =================================