[Pkg-owncloud-commits] [php-sabredav] 03/19: Updated changelog, bumped version
David Prévot
taffit at moszumanska.debian.org
Thu Apr 7 01:40:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 2ef494b0eb03ac9d3fb04160002439986e55252a
Author: Evert Pot <me at evertpot.com>
Date: Tue Mar 15 15:41:29 2016 -0400
Updated changelog, bumped version
---
CHANGELOG.md | 6 ++++++
lib/DAV/Version.php | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccd4980..39cd896 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+3.1.3 (????-??-??)
+------------------
+
+* Set minimum libxml version to 2.7.0 in `composer.json`.
+
+
3.1.2 (2016-03-12)
------------------
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 1bdf81d..f933194 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.1.2';
+ const VERSION = '3.1.3';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list