DAV version turns out to be 1.0.
This commit is contained in:
parent
d3d30d2bf3
commit
871b6cb886
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -19,7 +19,7 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
|
||||||
* WebDAV: Sped up by avoiding making multiple http connections
|
* WebDAV: Sped up by avoiding making multiple http connections
|
||||||
when storing a file.
|
when storing a file.
|
||||||
* WebDAV: Avoid buffering whole file in memory when uploading.
|
* 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.
|
* testremote: New command to test uploads/downloads to a remote.
|
||||||
* Dropping an object from a bup special remote now deletes the git branch
|
* 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
|
for the object, although of course the object's content cannot be deleted
|
||||||
|
|
|
@ -141,7 +141,7 @@ Executable git-annex
|
||||||
CPP-Options: -DWITH_S3
|
CPP-Options: -DWITH_S3
|
||||||
|
|
||||||
if flag(WebDAV)
|
if flag(WebDAV)
|
||||||
Build-Depends: DAV (>= 0.8),
|
Build-Depends: DAV (>= 1.0),
|
||||||
http-client, http-conduit, http-types
|
http-client, http-conduit, http-types
|
||||||
CPP-Options: -DWITH_WEBDAV
|
CPP-Options: -DWITH_WEBDAV
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue