From 4cf7deb57e99632bcdce07fef87d7e3aebb52df1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jan 2019 15:21:44 -0400 Subject: [PATCH] releasing package git-annex version 7.20190129 --- CHANGELOG | 18 ++++++++---------- git-annex.cabal | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70d9caadb3..260967f97b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,19 +1,17 @@ -git-annex (7.20190123) UNRELEASED; urgency=medium +git-annex (7.20190129) upstream; urgency=medium - * 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.) - * initremote S3: Automatically enable versioning in S3 buckets when configured - with versioning=yes. Needs not yet released version 0.22 of aws library; - with older versions asks the user to configure the bucket versioning - themselves. + * 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 versioning, + * 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.) - -- Joey Hess Wed, 23 Jan 2019 12:54:56 -0400 + -- Joey Hess Tue, 29 Jan 2019 15:09:20 -0400 git-annex (7.20190122) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index de621aad38..9b7eb95161 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 7.20190122 +Version: 7.20190129 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess