summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--git-annex.cabal2
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