diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-16 15:01:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-16 15:01:42 -0400 |
commit | 8d4d84b80f8d652a28baa12a51bf5e24681aada4 (patch) | |
tree | be3f315634d9971b2a2f1c20c1d46da4aabd4d2f /doc/news | |
parent | 3ab15b9f4f22aaa77a09e198d03dd4296a83bb44 (diff) |
add news item for git-annex 0.20110516
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_0.20110419.mdwn | 7 | ||||
-rw-r--r-- | doc/news/version_0.20110516.mdwn | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/doc/news/version_0.20110419.mdwn b/doc/news/version_0.20110419.mdwn deleted file mode 100644 index 2506ad0a8..000000000 --- a/doc/news/version_0.20110419.mdwn +++ /dev/null @@ -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."""]]
\ No newline at end of file diff --git a/doc/news/version_0.20110516.mdwn b/doc/news/version_0.20110516.mdwn new file mode 100644 index 000000000..aa350a484 --- /dev/null +++ b/doc/news/version_0.20110516.mdwn @@ -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."""]]
\ No newline at end of file |