]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - NEWS
tests, NEWS, CREDITS re: #1117
[tahoe-lafs/tahoe-lafs.git] / NEWS
diff --git a/NEWS b/NEWS
index 4c71e9a73add56b582c010cec988da73b673ec30..c1376879e98806ec17e51e2cc9c54808098b2b17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,22 @@
 User visible changes in Tahoe-LAFS.  -*- outline; coding: utf-8 -*-
 
-* Release 1.7.1 (2010-07-17)
+* Release 1.7.1 (2010-07-18)
 
 ** Bugfixes and Improvements
 
+ - Fix bug in which servers could get into a state where they would
+   refuse to accept shares of a certain file (#1117)
  - Add init scripts for managing the gateway server on Debian/Ubuntu (#961)
  - Fix bug where server version number was always 0 on the welcome page (#1067)
  - Add new command-line command "tahoe unlink" as a synonym for "tahoe rm"
    (#776)
  - The FTP frontend now encrypts its temporary files, protecting their contents
    from an attacker who is able to read the disk. (#1083)
+ - Fix IP address detection on FreeBSD 7, 8, and 9 (#1098)
  - Fix minor layout issue in the Web User Interface with Internet Explorer
    (#1097)
  - Fix rarely-encountered incompatibility between Twisted logging utility and
    the new unicode support added in v1.7.0 (#1099)
- - Fix IP address detection on FreeBSD 7, 8, and 9 (#1098)
  - Forward-compatibility improvements for non-ASCII caps (#1051)
 
 ** Code improvements