webdav: Avoid trying to set props, avoiding incompatability with livedrive.com. Needs DAV version 0.3.

This commit is contained in:
Joey Hess 2012-12-01 17:12:41 -04:00
parent b4e2a8358e
commit 5460414486
4 changed files with 8 additions and 13 deletions

2
debian/changelog vendored
View file

@ -13,6 +13,8 @@ git-annex (3.20121128) UNRELEASED; urgency=low
associated with a file.
* webapp: S3 and Glacier forms now have a select list of all
currently-supported AWS regions.
* webdav: Avoid trying to set props, avoiding incompatability with
livedrive.com. Needs DAV version 0.3.
-- Joey Hess <joeyh@debian.org> Wed, 28 Nov 2012 13:31:07 -0400

2
debian/control vendored
View file

@ -13,7 +13,7 @@ Build-Depends:
libghc-http-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6),
libghc-dav-dev (>= 0.2),
libghc-dav-dev (>= 0.3),
libghc-testpack-dev,
libghc-quickcheck2-dev,
libghc-monad-control-dev (>= 0.3),