summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-06 14:38:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-06 14:38:51 -0400
commit718932c895b38228ab8aed4477d7ce8bba205e5a (patch)
tree03843be9e7f10a05782bd66b38afecb41cf1d72a /debian
parent3d1109b147f4976c69e73ad80659f59536e2bbf6 (diff)
add changelog entires for when this branch gets merged
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index efaba2d95..b57ca6678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ * S3: Switched to using the haskell aws library.
+ * S3: No longer buffers entire files in memory when uploading without
+ chunking.
+ * S3: When built with a new enough version of the haskell aws library,
+ supports doing multipart uploads, in order to store extremely large
+ files in S3 when not using chunking.
+
git-annex (5.20141025) UNRELEASED; urgency=medium
* Windows: Fix crash when user.name is not set in git config.