diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_3.20120315.mdwn | 21 | ||||
-rw-r--r-- | doc/news/version_3.20120511.mdwn | 13 |
2 files changed, 13 insertions, 21 deletions
diff --git a/doc/news/version_3.20120315.mdwn b/doc/news/version_3.20120315.mdwn deleted file mode 100644 index a3ccb4cf4..000000000 --- a/doc/news/version_3.20120315.mdwn +++ /dev/null @@ -1,21 +0,0 @@ -git-annex 3.20120315 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * fsck: Fix up any broken links and misplaced content caused by the - directory hash calculation bug fixed in the last release. - * sync: Sync to lower cost remotes first. - * status: Fixed to run in constant space. - * status: More accurate display of sizes of tmp and bad keys. - * unused: Now uses a bloom filter, and runs in constant space. - Use of a bloom filter does mean it will not notice a small - number of unused keys. For repos with up to half a million keys, - it will miss one key in 1000. - * Added annex.bloomcapacity and annex.bloomaccuracy, which can be - adjusted as desired to tune the bloom filter. - * status: Display amount of memory used by bloom filter, and - detect when it's too small for the number of keys in a repository. - * git-annex-shell: Runs hooks/annex-content after content is received - or dropped. - * Work around a bug in rsync (IMHO) introduced by openSUSE's SIP patch. - * git-annex now behaves as git-annex-shell if symlinked to and run by that - name. The Makefile sets this up, saving some 8 mb of installed size. - * git-union-merge is a demo program, so it is no longer built by default."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20120511.mdwn b/doc/news/version_3.20120511.mdwn new file mode 100644 index 000000000..19e835522 --- /dev/null +++ b/doc/news/version_3.20120511.mdwn @@ -0,0 +1,13 @@ +git-annex 3.20120511 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Rsync special remotes can be configured with shellescape=no + to avoid shell quoting that is normally done when using rsync over ssh. + This is known to be needed for certian rsync hosting providers + (specificially hidrive.strato.com) that use rsync over ssh but do not + pass it through the shell. + * dropunused: Allow specifying ranges to drop. + * addunused: New command, the opposite of dropunused, it relinks unused + content into the git repository. + * Fix use of several config settings: annex.ssh-options, + annex.rsync-options, annex.bup-split-options. (And adjust types to avoid + the bugs that broke several config settings.)"""]]
\ No newline at end of file |