diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-08 12:50:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-08 12:50:51 -0400 |
commit | 568f283c4b9bfd5b70d49097d17eeda8ee41ed46 (patch) | |
tree | 4ff7919e628dfd6a8de5ea4d3840e50ea5ca017f | |
parent | 1bb3a10425e981c2bb983b646be515dc9dafdb38 (diff) |
DAV version turns out to be 1.0.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1b981c08d..26c30451f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ git-annex (5.20140718) UNRELEASED; urgency=medium * 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. + * WebDAV: Dropped support for DAV before 1.0. * testremote: New command to test uploads/downloads to a remote. * Dropping an object from a bup special remote now deletes the git branch for the object, although of course the object's content cannot be deleted diff --git a/git-annex.cabal b/git-annex.cabal index dc5503819..be1cdbb96 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -141,7 +141,7 @@ Executable git-annex CPP-Options: -DWITH_S3 if flag(WebDAV) - Build-Depends: DAV (>= 0.8), + Build-Depends: DAV (>= 1.0), http-client, http-conduit, http-types CPP-Options: -DWITH_WEBDAV |