summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 10:31:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 10:33:17 -0400
commit6fcd3e1ef77d3dc99da30cdf2b82489d4bd3d7df (patch)
tree5508b32f00b72af6eaee42ba132758af5d076651 /debian/changelog
parentd8329731c617b278967304389c300f2c832db28d (diff)
fix S3 upload buffering problem
Provide file size to new version of hS3.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index cdb530c24..30a3e7cc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
git-annex (0.20110420) UNRELEASED; urgency=low
* Update Debian build dependencies for ghc 7.
- * Debian package is now built with S3 support. Thanks Joachim Breitner for
- making this possible, also thanks Greg Heartsfield for working to improve
- the hS3 library for git-annex.
+ * Debian package is now built with S3 support.
+ Thanks Joachim Breitner for making this possible.
+ * No longer needs to buffer entire files when sending them to S3.
+ (However, getting files from S3 still requires buffering.)
+ Thanks Greg Heartsfield for ongoing work to improve the hS3 library
+ for git-annex.
-- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 02:00:00 -0400