]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: NEWS and relnotes-short.txt and CREDITS for v1.6.1
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Feb 2010 06:52:31 +0000 (22:52 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 24 Feb 2010 06:52:31 +0000 (22:52 -0800)
CREDITS
NEWS
relnotes-short.txt

diff --git a/CREDITS b/CREDITS
index a867fd274bc98e72c79b60027ee0ba9f7ffa01bd..82b0f20a7457a4b04b5ac53be62f4cb39fa9ced4 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -99,4 +99,4 @@ D: edited docs/running.html
 N: David-Sarah Hopwood
 E: david-sarah@jacaranda.org
 P: 12F8 A95C C90B B68E 369C 003D 5947 3C63 3CB3 A807
-D: ticket gardening, Windows, security/crypto/usability/api, code review, docs
+D: Tahoe-LAFS Hacker; ticket gardening, code, code review, docs
diff --git a/NEWS b/NEWS
index 0f1415bbfd9e71b030315db439065a1e07dc6824..5d5f54eea3c306cd5c87a5cf95dd01a40669ed98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 User visible changes in Tahoe-LAFS.  -*- outline -*-
 
+* Release 1.6.1 (2010-02-27)
+
+** Bugfixes
+
+*** Correct handling of Immutable Directories
+
+Immutable directories can now be deep-checked (in v1.6.0 running deep-check on
+a system which included immutable directories would result in an exception
+which caused the deep-check operation to abort). (#948)
+
+** Usability Improvements
+
+Improved user interface messages (#681, #837, #939).
+
 * Release 1.6.0 (2010-02-01)
 
 ** New Features
index 93e1f27b35e341b2bf89955652bedfc5822d0fc4..6356d56317b16d84f312bcc25b43a7ddeb9ca740 100644 (file)
@@ -1,7 +1,7 @@
-ANNOUNCING v1.6 of Tahoe-LAFS
+ANNOUNCING v1.6.1 of Tahoe-LAFS
 
 We are pleased to announce the immediate availability of
-version 1.6 of Tahoe-LAFS, an extremely reliable distributed
+version 1.6.1 of Tahoe-LAFS, an extremely reliable distributed
 data store.
 
 Tahoe-LAFS is the first cloud storage system which offers
@@ -12,25 +12,26 @@ security and fault-tolerance properties:
 
 http://allmydata.org/source/tahoe/trunk/docs/about.html
 
-Tahoe-LAFS v1.6.0 is the successor to v1.5.0, which was
-released August 1, 2009. This release includes major
-performance improvements, usability improvements, and one major
-new feature: deep-immutable directories (cryptographically
-unalterable permanent snapshots). See the release notes for
-details.
+Tahoe-LAFS v1.6.1 is the successor to v1.6.0, which was
+released February 2, 2010. This is a bugfix release which
+fixes a few small regressions in v1.6.0.
+
+The v1.6 release includes major performance improvements,
+usability improvements, and one major new feature:
+deep-immutable directories (cryptographically unalterable
+permanent snapshots). See the release notes for details.
 
 http://allmydata.org/source/tahoe/trunk/relnotes.txt
 
 In addition to the core storage system itself, volunteers have
 developed related projects to integrate it with other
-tools. These include frontends for Windows, Macintosh,
-JavaScript, and iPhone, and plugins for Hadoop, bzr, duplicity,
-TiddlyWiki, and more. As of this release, contributors have
-added an Android frontend and a working read-only FUSE
+tools. These include plugins for Hadoop, bzr, duplicity,
+TiddlyWiki, and much more. As of this release, contributors
+have added an Android frontend and a working read-only FUSE
 frontend. See the Related Projects page on the wiki:
 
 http://allmydata.org/trac/tahoe/wiki/RelatedProjects
 
-We believe that erasure coding, strong encryption, Free/Open
-Source Software and careful engineering make Tahoe-LAFS safer
-than other storage technologies.
+We believe that strong encryption, Free/Open Source Software,
+erasure coding, and careful engineering practices make
+Tahoe-LAFS safer than other storage technologies.