diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-11 12:13:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-11 12:13:20 -0400 |
commit | 307b40f19591b53830d7d7614bc4be8ff41f1327 (patch) | |
tree | 7e59eb273db0613b803a4be3e09c9818ed95887f /debian | |
parent | 18d6d9b85442f2a2810c8fa6b938be6bffa624f8 (diff) |
webdav: When testing the WebDAV server, send a file with content. The empty file it was sending tickled bugs in some php WebDAV server.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e12c9a5fe..3703e89b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ git-annex (5.20151209) UNRELEASED; urgency=medium * Add S3 features to git-annex version output. + * webdav: When testing the WebDAV server, send a file with content. + The empty file it was sending tickled bugs in some php WebDAV server. -- Joey Hess <id@joeyh.name> Thu, 10 Dec 2015 11:39:34 -0400 |