]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
NEWS: update with all recent changes
authorBrian Warner <warner@lothar.com>
Sat, 11 Jul 2009 23:47:03 +0000 (00:47 +0100)
committerBrian Warner <warner@lothar.com>
Sat, 11 Jul 2009 23:47:03 +0000 (00:47 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 8842f496b62e7cadc2c5d4e07e4800e807454725..4bf543cb4ca3fff5ae373bf23f384bf480b67235 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ User visible changes in Tahoe.  -*- outline -*-
 Uploads of immutable files now use pipelined writes, improving upload speed
 slightly (10%) over high-latency connections. (#392)
 
+Processing large directories has been sped up, by removing a O(N^2) algorithm
+from the dirnode decoding path and retaining unmodified encrypted entries.
+(#750, #752)
+
 The human-facing web interface (aka the "WUI") received a significant CSS
 makeover by Kevin Reid, making it much prettier and easier to read. The WUI
 "check" and "deep-check" forms now include a "Renew Lease" checkbox,
@@ -73,6 +77,7 @@ pycryptopp and zfec.
  avoid python-2.6 on windows with mingw: compiler issues
  python2.4 requires pysqlite2 (2.5,2.6 does not)
  no python-3.x
+ pycryptopp-0.5.15
 
 
 * Release 1.4.1 (2009-04-13)