Skip to content

Commit

Permalink
start on NEWS for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Apr 13, 2015
1 parent 2a76437 commit 86693f2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
User visible changes in Foolscap -*- outline -*-

* Release 0.8.0 ??

** UnauthenticatedTub is gone

As announced in the previous release, UnauthenticatedTub has been removed.
All Tubs are fully authenticated now.

** Security Improvements

Foolscap now generates better TLS certificates, with 2048-bit RSA keys and
SHA256 digests. Previous versions used OpenSSL's defaults, which typically
meant 1024-bit MD5.

To benefit from the new certificates, you must regenerate your Tubs, which
means creating new FURLs (with new TubIDs). Previously-created Tubs will
continue to work normally: only new Tubs will be different.

** Minor Changes

setup.py now requires setuptools

Foolscap now requires pyOpenSSL unconditionally, because all Tubs are
authenticated.


* Release 0.7.0 (23-Sep-2014)

** Security Fixes
Expand Down

0 comments on commit 86693f2

Please sign in to comment.