[Pkg-owncloud-commits] [php-sabredav] 02/24: Restoring xml entity loader setting.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 17:19:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 1.7
in repository php-sabredav.
commit cf6c929b56841ca15109e2e48f7f0dc4cf1785bb
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Feb 27 20:07:28 2014 -0500
Restoring xml entity loader setting.
---
ChangeLog | 4 ++++
lib/Sabre/DAV/Version.php | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3f797bd..1bc4c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1.7.12-stable (????-??-??)
+ * Fixed: Restoring old setting after changing
+ libxml_disable_entity_loader.
+
1.7.11-stable (2014-02-26)
* The zip release ships with sabre/vobject 2.1.3.
* Fixed: Issue #407: large downloads failed.
diff --git a/lib/Sabre/DAV/Version.php b/lib/Sabre/DAV/Version.php
index 3515000..d47c35a 100644
--- a/lib/Sabre/DAV/Version.php
+++ b/lib/Sabre/DAV/Version.php
@@ -14,7 +14,7 @@ class Sabre_DAV_Version {
/**
* Full version number
*/
- const VERSION = '1.7.11';
+ const VERSION = '1.7.12';
/**
* Stability : alpha, beta, stable
--
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