add news item for git-annex 7.20190129

This commit is contained in:
Joey Hess 2019-01-29 15:22:30 -04:00
parent 4cf7deb57e
commit 3b646f9b3c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 12 additions and 8 deletions

View file

@ -1,8 +0,0 @@
git-annex 7.20181105 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Fix test suite failure when git-annex test is not run inside a git
repository.
* Fix a P2P protocol hang.
* importfeed: Avoid erroring out when a feed has been repeatedly broken,
as that can leave other imported files not checked into git.
* Increase minimum QuickCheck version."""]]

View file

@ -0,0 +1,12 @@
git-annex 7.20190129 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* initremote S3: When configured with versioning=yes, either ask the user
to enable bucket versioning, or auto-enable it when built with aws-0.22.
* enableremote S3: Do not let versioning=yes be set on existing remote,
because when git-annex lacks S3 version IDs for files stored in
the bucket, deleting them would cause data loss.
* S3: Detect when version=yes but an exported file lacks a S3 version ID,
and refuse to delete it, to avoid data loss.
* S3: Send a Content-Type header when storing objects in S3,
so exports to public buckets can be linked to from web pages.
(When git-annex is built with MagicMime support.)"""]]