]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: NEWS: more detail about new-downloader
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Aug 2010 07:13:03 +0000 (00:13 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Aug 2010 07:13:03 +0000 (00:13 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a67c1eca35257ef1cfebe1ecb90cc195bedacad8..da6f5ea75f1465b63f5c17aa74566cc4a0301695 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,12 @@
 
  - A completely new downloader which improves performance and
    robustness of immutable-file downloads. It automatically fails over
-   to alternate servers if the ones it is using fail in mid-download.
-   It also minimizes unnecessary round trips and unnecessary bytes
-   transferred to improve performance. (#798, #800, #990)
+   to alternate servers if the ones it is using fail in
+   mid-download. It allows seeking to arbitrary locations in the file,
+   where the old downloader only allowed reading the entire file
+   sequentially from the beginning.  It also minimizes unnecessary
+   round trips and unnecessary bytes transferred to improve
+   performance. (#287, #288, #798, #800, #990, #1160, #1162)
  - Non-ASCII command-line arguments and non-ASCII outputs now work on
    Windows. In addition, the command-line tool now works on 64-bit
    Windows. (#1074)