add news item for git-annex 0.20110516

This commit is contained in:
Joey Hess 2011-05-16 15:01:42 -04:00
parent 3ab15b9f4f
commit 8d4d84b80f
2 changed files with 11 additions and 7 deletions

View file

@ -1,7 +0,0 @@
git-annex 0.20110419 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Don't run gpg in batch mode, so it can prompt for passphrase when
there is no agent.
* Add missing build dep on dataenc.
* S3: Fix stalls when transferring encrypted data.
* bup: Avoid memory leak when transferring encrypted data."""]]

View file

@ -0,0 +1,11 @@
git-annex 0.20110516 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Add a few tweaks to make it easy to use the Internet Archive's variant
of S3. In particular, munge key filenames to comply with the IA's filename
limits, disable encryption, support their nonstandard way of creating
buckets, and allow x-archive-* headers to be specified in initremote to
set item metadata.
* Added filename extension preserving variant backends SHA1E, SHA256E, etc.
* migrate: Use current filename when generating new key, for backends
where the filename affects the key name.
* Work around a bug in Network.URI's handling of bracketed ipv6 addresses."""]]