]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
NEWS: add unformatted list of code changes since previous release
authorBrian Warner <warner@lothar.com>
Tue, 7 Apr 2009 02:11:55 +0000 (19:11 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 7 Apr 2009 02:11:55 +0000 (19:11 -0700)
NEWS

diff --git a/NEWS b/NEWS
index d3928e2e0508b90c2db99932bd9823be7cd58d10..203d5323acb47b9705677f1f85690775e926977b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,38 @@
 User visible changes in Tahoe.  -*- outline -*-
 
-* Release 1.3.0 (?)
+* Release ? (?)
+
+** Garbage Collection
+1.3.0 servers return exception for unknown SI
+ 1.3.0 clients emit Incident
+
+** misc
+lossmodel, /reliability page (needs numpy)
+no-network test harness, speed up tests
+streaming deep-check webapi, 'tahoe deep-check'. ERROR line.
+improve CLI error messages for "manifest" and "deep-check"
+remote_add_lease exits silently for unknown SI
+add --add-lease to 'tahoe check' and 'tahoe deep-check', webapi
+expand storage status page: show reserved_space, share-counting crawler,
+ expiration crawler
+add --exclude, --exclude-from, --exclude-vcs to 'tahoe backup
+stop using RuntimeError
+windows: make CLI tolerate "c:\dir\file.txt", instead of thinking "c:" is an
+ alias
+"tahoe restart": make --force the default
+#645 sftp path-handling logic
+use Accept: header to control HTML-vs-text/plain tracebacks
+make "tahoe cp" less verbose by default
+when dirnode can't be read, emit minimal webapi page with more-info links
+improve CLI error messages: fewer HTML tracebacks
+"tahoe debug consolidate" CLI command
+deep-traverse in alphabetical order
+turn break in deep-traverse to avoid stack overflow
+tahoe cp -r --caps-only
+fix timing attack against write-enabler, lease-renewal secrets
+fix superlinear hashtree code, reduce alacrity of 10GB file from hours to 2min
+
+* Release 1.3.0 (2009-02-13)
 
 ** Checker/Verifier/Repairer