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

David Prévot taffit at moszumanska.debian.org
Fri Jul 3 20:11:24 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 d64aa406a13775f9d2411f512bc041f9e49682a3
Author: Evert Pot <me at evertpot.com>
Date:   Fri Jun 19 18:35:23 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 e42a234..c439f5f 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,13 @@
 ChangeLog
 =========
 
+2.1.5 (????-??-??)
+------------------
+
+* #677: Resources with the name '0' would not get retrieved when using
+  `Depth: infinity` in a `PROPFIND` request.
+
+
 2.1.4 (2015-05-25)
 ------------------
 
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index c2cf998..3681528 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
     /**
      * Full version number
      */
-    const VERSION = '2.1.4';
+    const VERSION = '2.1.5';
 
 }

-- 
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