docs: NEWS: refs #1253

This commit is contained in:
Zooko O'Whielacronx 2010-11-10 20:41:18 -08:00
parent 6e2b6c9133
commit 531443792e

5
NEWS
View File

@ -16,9 +16,6 @@
some shares, even if it cannot achieve the configured happiness
threshold. This fixes a regression introduced between v1.7.1 and
v1.8.0. (#1212)
- Use a newer version of a dependency if needed, even if an older
version is installed. This would previously cause a VersionConflict
error. (#1190)
- Fix a memory leak in the ResponseCache which is used during mutable
file/directory operations. (#1045)
- Fix a regression and add a performance improvement in the downloader.
@ -27,8 +24,6 @@
involving a non-ASCII filename. (#1224)
- Fix a rarely-encountered bug involving printing large strings to
the console on Windows. (#1232)
- Perform ~ expansion in the --exclude-from filename argument to
'tahoe backup'. (#1241)
* Release 1.8.0 (2010-09-23)