From: Zooko O'Whielacronx Date: Tue, 13 Sep 2011 20:51:53 +0000 (-0700) Subject: merge the NEWS about the security fix (#1528) with the work-in-progress NEWS X-Git-Tag: allmydata-tahoe-1.9.0a2~40 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=401d0e7f69ddeaefc6e28da1255d5808219094e4 merge the NEWS about the security fix (#1528) with the work-in-progress NEWS --- diff --git a/NEWS.rst b/NEWS.rst index 69d4fadb..34e63e85 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,88 @@ User-Visible Changes in Tahoe-LAFS ================================== -* Release 1.8.2 (2011-01-30) +Release 1.9.0 (2011-??-??) +-------------------------- + +WORK IN PROGRESS + + +New Features +'''''''''''' +- MDMF! #393 +- blacklist #1425 +- immutable-download timeline viz (#?) +- drop-upload feature (experimental) #1429 + +Configuration/Behavior Changes +''''''''''''''''''''' +- reject old-style (discrete) config files from =10.1 +- bump zope.interface dep to <=3.6.2 or >=3.6.6 #1435 +- extra-permission changes in license +- no longer need to patch Twisted for FTP, when using Twisted >= 10.1 + +Minor Changes +''''''''''''' +- minor: #1355, #1366, #1388, #1389, #1391, #1297, #1342, #1404, #1392, + #1412, #1344, #1345, #1347, #1334, #1274, #1438, #1120, #1359, #636, #1469, + #1149, #1441, #1503, #1510, #1507, #1505 +- minor SFTP fixes: #1442, #1446 +- finish .rst-ifying all docs +- shuffle configuration.rst to add Frontend section +- add man page #1420 +- IServer refactoring #1363 +- Nodes now emit "None" for percentiles with higher implied precision + than the number of observations can support. Older stats gatherers + will throw an exception if they gather stats from a new storage + server and it sends a "None" for a percentile. (`#1392`_) + + +Compatibility and Dependencies +'''''''''''''''''''''''''''''' + +- An incompatibility of zope.interface version 3.6.4 with Nevow has + been resolved. Tahoe-LAFS now requires one of the exact versions + v3.3.1, v3.5.3, or v3.6.1 of zope.interface. (`#1435`_) +- The Twisted dependency has been raised to version 10.1. This ensures + that we no longer require pywin32 on Windows, and that it is never + necessary to patch Twisted in order to use the FTP frontend. + (`#1274`_, `#1438`_) + +.. _`#1274`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1274 +.. _`#1392`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1392 +.. _`#1409`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1409 +.. _`#1435`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1435 +.. _`#1438`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1438 + + +** Security-related Bugfix + + - Fix flaw that would allow a person who knows a storage index of a file to + delete shares of that file (#1528). + + +Release 1.8.2 (2011-01-30) +-------------------------- Compatibility and Dependencies ''''''''''''''''''''''''''''''