From: Brian Warner Date: Tue, 7 Apr 2009 02:11:55 +0000 (-0700) Subject: NEWS: add unformatted list of code changes since previous release X-Git-Tag: allmydata-tahoe-1.4.0~22 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=b867cb3ce0a44e73cf1f338c058e70dc599d2d98;p=tahoe-lafs%2Ftahoe-lafs.git NEWS: add unformatted list of code changes since previous release --- diff --git a/NEWS b/NEWS index d3928e2e..203d5323 100644 --- 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