[Pkg-owncloud-commits] [php-sabredav] 08/14: Updated changelog, bumped version
David Prévot
taffit at moszumanska.debian.org
Tue Jan 26 16:19:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit ee2d454758543cc77f2fa94ca849cc1e1f3fcb7c
Author: Evert Pot <me at evertpot.com>
Date: Mon Jan 25 15:59:35 2016 -0500
Updated changelog, 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 327b87c..bd1af1a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,14 @@
ChangeLog
=========
+2.1.9 (2016-01-25)
+------------------
+
+* #674: PHP7 support (@DeepDiver1975).
+* The zip release ships with [sabre/vobject 3.5.0][vobj],
+ [sabre/http 3.0.5][http], and [sabre/event 2.0.2][evnt].
+
+
2.1.8 (2016-01-04)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 869308d..afe2aa8 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.1.8';
+ const VERSION = '2.1.9';
}
--
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