]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: update NEWS a bit about New-Downloader
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Aug 2010 02:14:46 +0000 (19:14 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 19 Aug 2010 02:14:46 +0000 (19:14 -0700)
CREDITS
NEWS

diff --git a/CREDITS b/CREDITS
index f9c6158bfbbdce0293a7c1f7e88b0d0ed8f0d1f7..c4e275762a285aa2c656ad4ba89bd9860921e40e 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,5 +1,5 @@
     This is at least a partial credits-file of people that have contributed to
-the Tahoe project.  It is formatted to allow easy grepping and
+the Tahoe-LAFS project.  It is formatted to allow easy grepping and
 beautification by scripts.  The fields are: name (N), email (E),
 web-address (W), PGP key ID and fingerprint (P), description (D), and
 snail-mail address (S).
diff --git a/NEWS b/NEWS
index e92d0abdceede72194542fc6e68282250bec2834..03a7200210353fded468e90271af3abe86c9170e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,12 @@
    to alternate servers if servers fail in mid-download. It allows
    seeking to arbitrary locations in the file, unlike the old
    downloader which 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)
+   from the beginning. It minimizes unnecessary round trips and
+   unnecessary bytes transferred to improve performance. It sends
+   requests to fewer servers (the old one would send a request to
+   every server for every download) (#287, #288, #448, #798, #800,
+   #990)
+
  - 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)