]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
NEWS: entries for #1190 and #1212, and minor cleanups. refs #1190, #1212
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:14:26 +0000 (22:14 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 31 Oct 2010 05:14:26 +0000 (22:14 -0700)
NEWS

diff --git a/NEWS b/NEWS
index cfe776320452c4fdcbad81c021a292d2f76e7d1b..cea2b4a6de6454e55af9f957e930658e2ed41718 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,21 +4,29 @@
 
 ** Documentation
 
- - All .txt documents have been converted to .rst format. (#1225)
+ - All .txt documents (except historical docs) have been converted to
+   .rst format. (#1225)
  - Added docs/backdoors.rst declaring that we won't add backdoors to
    Tahoe-LAFS, or add anything to facilitate government access to data.
    (#1216)
 
 ** Bugfixes and Improvements
 
- - Fix bug that caused 'tahoe cp' to fail for a grid-to-grid copy
+ - Allow the repairer to improve the health of a file by uploading
+   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.
+   This issue caused repair to fail in some special cases. (#1223)
+ - Fix a bug that caused 'tahoe cp' to fail for a grid-to-grid copy
    involving a non-ASCII filename. (#1224)
- - Fix rarely-encountered bug involving printing large strings to
+ - Fix rarely-encountered bug involving printing large strings to
    the console on Windows. (#1232)
- - Fix a memory leak in the ResponseCache which is used during mutable file
-   operations. (#1045)
- - Fix a regression and add a performance improvement in the downloader. This
-   issue caused repair to fail in some special cases. (#1223)
 
 * Release 1.8.0 (2010-09-23)