X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=NEWS.rst;h=1e860f4d26d6e80aeae45a51d8debb4020f6a983;hb=HEAD;hp=b530f39458e1577b15838baf37daad1c4b57ab14;hpb=958f607f89cba2c783717088b754bbb7de826cc2;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/NEWS.rst b/NEWS.rst index b530f394..1e860f4d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,7 +4,84 @@ User-Visible Changes in Tahoe-LAFS ================================== -Release 1.10.1 (XXXX-XX-XX) +Release ??? (???) + +Compatibility and Dependency Updates +------------------------------------ + +Tahoe now requires Python 2.7 on all platforms. (#2445) + +Tahoe now requires Foolscap 0.10.1, which fixes incompatibilities with recent +Twisted releases. (#2510, #2722, #2567) + +Tests should work with both Nevow 0.11 and 0.12 (#2663) + +Configuration Changes +--------------------- + +Leif's "preferred storage servers" was landed in revision 96eaca6. This adds +"peers.preferred" to tahoe.cfg + +Aliases can (probably) be unicode. + +The introducer's "set_encoding_parameters" feature was removed. + +Other Fixes +----------- + +Note: if these tickets are not user visible, they do not need to be explained +here: merely listing the ticket numbers is sufficient. + +#2493: OS-X packaging improvements, so new installs will remove previous ones + +2499, 2511, 2567, 2556, 2663, 2723, 2543 + +#1077: use standard time format in all WUI messages + +#1973: welcome-page cleanup: durations instead of timestamps, replace +"announced" with "last received", remove "storage" column + +#1949, #2137: tahoe ls: remove -u shortcut for "--uri", leaving it for +global --node-url option. + +Release 1.10.2 (2015-07-30) +''''''''''''''''''''''''''' + +Packaging Changes +----------------- + +This release no longer requires the ``mock`` library (which was previously +used in the unit test suite). Shortly after the Tahoe-LAFS 1.10.1 release, a +new version of ``mock`` was released (1.1.0) that proved to be incompatible +with Tahoe's fork of setuptools, preventing Tahoe-1.10.1 from building at +all. `#2465`_ + +The ``tahoe --version`` output is now less likely to include scary diagnostic +warnings that look deceptively like stack traces. `#2436`_ + +The pyasn1 requirement was increased to >= 0.1.8. + +.. _`#2465`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2465 +.. _`#2436`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2436 + +Other Fixes +----------- + +A WebAPI ``GET`` would sometimes hang when using the HTTP Range header to +read just part of the file. `#2459`_ + +Using ``tahoe cp`` to copy two different files of the same name into the same +target directory now raises an error, rather than silently overwriting one of +them. `#2447`_ + +All tickets closed in this release: 2328 2436 2446 2447 2459 2460 2461 2462 +2465 2470. + +.. _`#2459`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2459 +.. _`#2447`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2447 + + +Release 1.10.1 (2015-06-15) ''''''''''''''''''''''''''' User Interface / Configuration Changes