diff options
Diffstat (limited to 'doc')
-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 |