summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-07 19:32:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-07 19:32:23 -0400
commit593a317cceb1a2496ebd7bd2c6656c2d669246fc (patch)
treeee2a5d751b4dbefcc1c6317bea32dfdcf589e788 /debian
parentdd606f4c5913cebd8840ac1544a7d0acd79e70bb (diff)
WebDAV: Avoid buffering whole file in memory when uploading.
The httpStorer will later also be used by S3. This commit was sponsored by Torbjørn Thorsen.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b54458c3..1b981c08d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ 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: Dropped support for DAV before 0.8.
* testremote: New command to test uploads/downloads to a remote.
* Dropping an object from a bup special remote now deletes the git branch