add news item for git-annex 3.20120430

This commit is contained in:
Joey Hess 2012-04-30 14:34:08 -04:00
parent f377cbc129
commit 1f5965fa0d
2 changed files with 12 additions and 5 deletions

View file

@ -1,5 +0,0 @@
git-annex 3.20120309 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix key directory hash calculation code to behave as it did before
version 3.20120227 when a key contains non-ascii characters (only
WORM backend is likely to have been affected)."""]]

View file

@ -0,0 +1,12 @@
git-annex 3.20120430 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix use of annex.diskreserve config setting.
* Directory special remotes now check annex.diskreserve.
* Support git's core.sharedRepository configuration.
* Add annex.http-headers and annex.http-headers-command config
settings, to allow custom headers to be sent with all HTTP requests.
(Requested by the Internet Archive)
* uninit: Clear annex.uuid from .git/config. Closes: #[670639](http://bugs.debian.org/670639)
* Added shared cipher mode to encryptable special remotes. This option
avoids gpg key distribution, at the expense of flexability, and with
the requirement that all clones of the git repository be equally trusted."""]]