summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-08 13:40:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-08 13:40:55 -0400
commit3f1ab65c082f62961e9b2bae96e9b0f88f3707f7 (patch)
tree9b1d1a29b73bedda2adb5023537720178e5436ca /debian
parenta122351089de94f10441ba8e6c8a24fcf6107f85 (diff)
WebDAV: Avoid buffering whole file in memory when downloading.
httpBodyRetriever will later also be used by S3 This commit was sponsored by Ethan Aubin.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 26c30451f..3a8ab302e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
* Display exception message when a transfer fails due to an exception.
* WebDAV: Sped up by avoiding making multiple http connections
when storing a file.
- * WebDAV: Avoid buffering whole file in memory when uploading.
+ * WebDAV: Avoid buffering whole file in memory when uploading and
+ downloading.
* WebDAV: Dropped support for DAV before 1.0.
* testremote: New command to test uploads/downloads to a remote.
* Dropping an object from a bup special remote now deletes the git branch