summaryrefslogtreecommitdiff
path: root/doc/news/version_3.20120511.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-11 12:38:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-11 12:38:08 -0400
commit1c942c898d8f738652a5f4239fc7cd0b009e4903 (patch)
treec682a1c00ee6cb37a2b8be345139ec2ae537d327 /doc/news/version_3.20120511.mdwn
parent61a5df33d4d24ccbedf8395c2218e1e5a3f241e1 (diff)
add news item for git-annex 3.20120511
Diffstat (limited to 'doc/news/version_3.20120511.mdwn')
-rw-r--r--doc/news/version_3.20120511.mdwn13
1 files changed, 13 insertions, 0 deletions
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