From: Brian Warner <warner@lothar.com>
Date: Sat, 11 Jul 2009 23:47:03 +0000 (+0100)
Subject: NEWS: update with all recent changes
X-Git-Tag: trac-4000~17
X-Git-Url: https://git.rkrishnan.org/pf/content/%22file:/(%5B%5E?a=commitdiff_plain;h=93ef0fb84d28545b1e2992363c6e4b35b22ed81f;p=tahoe-lafs%2Ftahoe-lafs.git

NEWS: update with all recent changes
---

diff --git a/NEWS b/NEWS
index 8842f496..4bf543cb 100644
--- 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)