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.

This commit is contained in:
Joey Hess 2014-02-24 18:21:51 -04:00
parent 08e7581e34
commit d5a2b498f6
4 changed files with 136 additions and 77 deletions

3
debian/changelog vendored
View file

@ -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