From: Zooko O'Whielacronx Date: Wed, 11 Aug 2010 07:17:58 +0000 (-0700) Subject: docs: NEWS: edit English usage, remove ticket numbers for regressions vs. 1.7.1 that... X-Git-Tag: trac-4700~2 X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=fba66282e4207ee20688004cd9dd45471ba0a268;p=tahoe-lafs%2Ftahoe-lafs.git docs: NEWS: edit English usage, remove ticket numbers for regressions vs. 1.7.1 that were fixed again before 1.8.0c2 --- diff --git a/NEWS b/NEWS index da6f5ea7..e92d0abd 100644 --- a/NEWS +++ b/NEWS @@ -6,12 +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 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) + 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) - 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)