]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
NEWS: fix 1.4.1 announcement w.r.t. add-lease behavior in older releases
authorBrian Warner <warner@lothar.com>
Tue, 29 Dec 2009 23:03:10 +0000 (15:03 -0800)
committerBrian Warner <warner@lothar.com>
Tue, 29 Dec 2009 23:03:10 +0000 (15:03 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 869d400b8bacddbbe7dd131d0329302623a2c3bc..9c1d69e6c9a78880e6393be2eb778f29ef79d70d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -170,12 +170,12 @@ directives to the [storage] section that define an age limit for shares. The
 default configuration will not delete any shares.
 
 Both servers and clients should be upgraded to this release to make the
-garbage-collection as pleasant as possible. 1.2.0 servers do not have the
-code to perform the update-lease operation, while 1.3.0 servers have
-update-lease but will return an exception for unknown storage indices,
-causing clients to emit an Incident for each exception, slowing the add-lease
-process down to a crawl. 1.3.0 clients did not have the add-lease operation
-at all.
+garbage-collection as pleasant as possible. 1.2.0 servers have code to
+perform the update-lease operation but it suffers from a fatal bug, while
+1.3.0 servers have update-lease but will return an exception for unknown
+storage indices, causing clients to emit an Incident for each exception,
+slowing the add-lease process down to a crawl. 1.1.0 servers did not have the
+add-lease operation at all.
 
 ** Security/Usability Problems Fixed