]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: incomplete beginnings of a NEWS update for v1.8β
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 2 Aug 2010 07:28:40 +0000 (00:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 2 Aug 2010 07:28:40 +0000 (00:28 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 11734e85c2ddcc15208fae4cf3e21fe9f5a5e18a..93953657e2fdbaf26ed757246a611cfb78b9f55e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,24 @@
 User visible changes in Tahoe-LAFS.  -*- outline; coding: utf-8 -*-
 
-* Release 1.8.0α (2010-07-31)
+* Release 1.8.0β (2010-08-02)
+
+** New Features
+
+ - A completely new downloader which improves performance and
+   robustness of downloads. It automatically fails over to alternate
+   servers if the servers that it is using fail or become too slow. It
+   also minimizes unnecessary round trips and unnecessary bytes
+   transferred to improve performance. (#798, #800, #990)
+XXX any other tickets? #809, #287, #447?
+ - The command-line now works on 64-bit Windows and now handles
+   non-ASCII command-line arguments and non-ASCII outputs on all
+   versions of Windows. (#1074)
 
 ** Bugfixes and Improvements
 
  - Fix bug in WUI in Python 2.5 when the system clock is set back to
    1969. (#1055)
+ - Many internal improvements in code organization, tests, logging, etc. (#1074, #1121 XXX YYY
 
 * Release 1.7.1 (2010-07-18)