[Pkg-owncloud-commits] [php-sabre-vobject] 05/12: Releasing 3.4.9
David Prévot
taffit at moszumanska.debian.org
Tue Jan 12 01:31:42 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 fb5f270db5b00636adefbaee4d5aca5df6a159c6
Author: Evert Pot <me at evertpot.com>
Date: Mon Jan 11 13:07:16 2016 -0500
Releasing 3.4.9
---
ChangeLog.md | 7 +++++++
lib/Version.php | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 2524876..0ba7569 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+3.4.9 (2016-01-11)
+------------------
+
+* This package now specifies in composer.json that it does not support PHP 7.
+ For PHP 7, use version 3.5.x or 4.x.
+
+
3.4.8 (2016-01-04)
------------------
diff --git a/lib/Version.php b/lib/Version.php
index 070fbdf..6c2191f 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.4.9';
}
--
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