[Pkg-owncloud-commits] [php-sabredav] 31/42: This was actually a future version.
David Prévot
taffit at moszumanska.debian.org
Wed Jul 23 16:41:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit e061ccaad872ac6862918549e3b4b5a2e7fbbde3
Author: Evert Pot <me at evertpot.com>
Date: Thu Jun 26 11:39:46 2014 -0400
This was actually a future version.
---
ChangeLog.md | 7 ++++++-
lib/DAV/Version.php | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 18faa6e..a6f905e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+2.0.3 (????-??-??)
+------------------
+
+* #474: Fixed PropertyStorage `pathFilter()`.
+
+
2.0.2 (2014-06-12)
------------------
@@ -12,7 +18,6 @@ ChangeLog
* Removed: Old and broken example code from the `examples/` directory.
* The zip release ships with [sabre/vobject 3.2.3][vobj],
[sabre/http 2.0.3][http], and [sabre/event 1.0.1][evnt].
-* #474: Fixed PropertyStorage `pathFilter()`.
2.0.1 (2014-05-28)
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index d985f48..dc0bd26 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.0.2';
+ const VERSION = '2.0.3';
}
--
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