[Pkg-owncloud-commits] [php-sabredav] 08/36: Updated changelog, bumped version
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35: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 8ae3c53f9575322f4941c118c5c52020e9df449d
Author: Evert Pot <me at evertpot.com>
Date: Tue Jul 14 12:55:54 2015 -0400
Updated changelog, bumped version
---
CHANGELOG.md | 7 +++++++
lib/DAV/Version.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd09679..4a89936 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+3.0.2 (2015-??-??)
+------------------
+
+* #657: Migration script would break when coming a cross an iCalendar object
+ with no UID.
+
+
3.0.1 (2015-07-02)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index ebaec92..087a1d5 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.0.1';
+ const VERSION = '3.0.2';
}
--
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