From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 18 Jul 2010 03:24:34 +0000 (-0700)
Subject: docs: tidy up NEWS a little
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/frontends/using.html?a=commitdiff_plain;h=70c15b8f2b18f3c5e3859974151d8b3ce3d1518d;p=tahoe-lafs%2Ftahoe-lafs.git

docs: tidy up NEWS a little
---

diff --git a/NEWS b/NEWS
index d4876f1b..b397621c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,13 +8,17 @@
  - Fix minor layout issue in the Web User Interface with Internet Explorer
    (#1097)
  - Add new command-line command "tahoe unlink" as a synonym for "tahoe rm"
-   (#1072)
+   (#776)
  - The FTP frontend now encrypts its temporary files, protecting their contents
    from an attacker who is able to read the disk. (#1083)
  - 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)
 
+** Code improvements
+
+ - Simplify and tidy-up directories, unicode support (#967, #1072)
+
 * Release 1.7.0 (2010-06-18)
 
 ** New Features