From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sat, 19 Jun 2010 04:57:50 +0000 (-0700)
Subject: docs: update NEWS for release 1.7.0
X-Git-Tag: allmydata-tahoe-1.7.0~5
X-Git-Url: https://git.rkrishnan.org/pf/content/%22file:?a=commitdiff_plain;h=f4cf541113f3c77c9f45be29aaa5b4fddd3606d0;p=tahoe-lafs%2Ftahoe-lafs.git

docs: update NEWS for release 1.7.0
---

diff --git a/NEWS b/NEWS
index 7d201a98..043ded38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 User visible changes in Tahoe-LAFS.  -*- outline; coding: utf-8 -*-
 
-* Release 1.7.0β (2010-06-09)
+* Release 1.7.0 (2010-06-18)
 
 ** New Features
 
@@ -66,6 +66,11 @@ file has already been previously uploaded). See the architecture.txt document
  - Fix warnings found by pylint. (#973)
  - Changing format of some documentation files. (#1027)
  - the misc/ directory was tied up. (#1068)
+ - The 'ctime' and 'mtime' metadata fields are no longer written except by
+   "tahoe backup". (#924)
+ - Unicode filenames in Tahoe-LAFS directories are normalized so that names
+   that differ only in how accents are encoded are treated as the same. (#1076)
+ - Various small improvements to documentation. (#937, #911, #1024, #1082)
 
 ** Removals