diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-24 18:21:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-24 18:21:51 -0400 |
commit | 1587a10c8a2ce9a573fcf1c286649404f365506b (patch) | |
tree | 38a7e2e109fc3190159dee5f96113a25acbcd7b5 /debian | |
parent | 2d10b1755fb8b12f0e793b56f64af57a368fb3a7 (diff) |
webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking files, which is not needed by git-annex's use of webdav, and does not work on Box.com.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 681747ff9..a9f2350b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ git-annex (5.20140222) UNRELEASED; urgency=medium * metadata: Support --json * webapp: Fix creation of box.com and Amazon S3 and Glacier repositories, broken in 5.20140221. + * webdav: When built with DAV 0.6.0, use the new DAV monad to avoid + locking files, which is not needed by git-annex's use of webdav, and + does not work on Box.com. -- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400 |