[Pkg-owncloud-commits] [php-sabre-vobject] 03/12: Updated changelog, set new version.
David Prévot
taffit at moszumanska.debian.org
Tue Jan 12 01:31:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 3
in repository php-sabre-vobject.
commit d2b0d713ba79525078c931dca4607d628f016c51
Author: Evert Pot <me at evertpot.com>
Date: Thu Jan 7 13:11:32 2016 -0500
Updated changelog, set new version.
See #287
cc: @DeepDiver1975 @staabm
---
ChangeLog.md | 10 ++++++++++
lib/Version.php | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 2524876..6165947 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,16 @@
ChangeLog
=========
+3.5.0 (????-??-??)
+-----------------
+
+* This release supports PHP 7, contrary to 3.4.x versions.
+* BC Break: `Sabre\VObject\Property\Float` has been renamed to
+ `Sabre\VObject\Property\FloatValue`.
+* BC Break: `Sabre\VObject\Property\Integer` has been renamed to
+ `Sabre\VObject\Property\IntegerValue`.
+
+
3.4.8 (2016-01-04)
------------------
diff --git a/lib/Version.php b/lib/Version.php
index 070fbdf..9ff8f74 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.4.8';
+ const VERSION = '3.5.0';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list