summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 11:03:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-22 11:04:26 -0400
commite37c4016bb46d20bf66ecb711b64fbd9af97533f (patch)
tree8089f6182cc2950d6e73d5f6c7d2dde0d0c4d3f9 /debian
parent61421a4a686eef076b0592384a3ce6e8573bd04e (diff)
avoid hard dependency on new version of aws
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e55a52a66..2e436d1c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,9 @@ git-annex (5.20150917) UNRELEASED; urgency=medium
* info: Don't allow use in a non-git-annex repository, since it
uses the git-annex branch and would create it if it were missing.
- * S3: Added support for storageclass=STANDARD_IA to use Amazon's
- new Infrequently Accessed storage.
- (Needs aws-0.13.0.)
- * S3: Use aws-0.13.0, which allows using storageclass=NEARLINE
+ * S3: When built with aws-0.13.0, supports using more storage classes.
+ In particular, storageclass=STANDARD_IA to use Amazon's
+ new Infrequently Accessed storage, and storageclass=NEARLINE
to use Google's NearLine storage.
-- Joey Hess <id@joeyh.name> Wed, 16 Sep 2015 12:23:33 -0400