[Pkg-owncloud-commits] [php-sabredav] 20/36: Updated changelog to reflect recent changes. Bumped version.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35: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 d033e6625b97a0861aaa6b42a888538dd40cd230
Author: Evert Pot <me at evertpot.com>
Date: Sun Jul 19 14:01:59 2015 -0400
Updated changelog to reflect recent changes. Bumped version.
---
CHANGELOG.md | 8 ++++++++
lib/DAV/Version.php | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a89936..4f8a67b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
ChangeLog
=========
+3.1.0-alpha1 (2015-??-??)
+-------------------------
+
+* Now requires PHP 5.5
+* Upgraded to vobject 4, which is a lot faster.
+* Support for PHP 7.
+
+
3.0.2 (2015-??-??)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 087a1d5..c9c4080 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.0.2';
+ const VERSION = '3.1.0-alpha1';
}
--
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