[Pkg-owncloud-commits] [php-sabredav] 11/21: Updated changelog, version for #677.

David Prévot taffit at moszumanska.debian.org
Fri Jul 3 20:11:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit db032ccb2c74b9515c1863bf77b45ebc8a774052
Author: Evert Pot <me at evertpot.com>
Date:   Fri Jun 19 18:33:13 2015 -0400

    Updated changelog, version for #677.
---
 ChangeLog.md        | 7 +++++++
 lib/DAV/Version.php | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 68797b4..d9be3ca 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,13 @@
 ChangeLog
 =========
 
+2.0.8 (????-??-??)
+------------------
+
+* #677: Resources with the name '0' would not get retrieved when using
+  `Depth: infinity` in a `PROPFIND` request.
+
+
 2.0.7 (2015-05-25)
 ------------------
 
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index e142b7a..240ce19 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
     /**
      * Full version number
      */
-    const VERSION = '2.0.7';
+    const VERSION = '2.0.8';
 
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list