diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-21 10:31:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-21 10:33:17 -0400 |
commit | 6fcd3e1ef77d3dc99da30cdf2b82489d4bd3d7df (patch) | |
tree | 5508b32f00b72af6eaee42ba132758af5d076651 /debian | |
parent | d8329731c617b278967304389c300f2c832db28d (diff) |
fix S3 upload buffering problem
Provide file size to new version of hS3.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 4 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 diff --git a/debian/control b/debian/control index 444d71261..be2e35911 100644 --- a/debian/control +++ b/debian/control @@ -43,4 +43,3 @@ Description: manage files with git, without checking their contents into git versioned files, which is convenient for maintaining documents, Makefiles, etc that are associated with annexed files but that benefit from full revision control. - |