[Pkg-owncloud-commits] [php-sabre-vobject] 05/65: Updated changelog.
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:57:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit d6c191583d94fb689d37f9affd17625b644adc33
Author: Evert Pot <me at evertpot.com>
Date: Sat Jan 17 22:06:49 2015 -0500
Updated changelog.
---
ChangeLog | 5 +++++
lib/Sabre/VObject/Version.php | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 58a854d..edef5c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2.1.7-stable (2015-??-??)
+ * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
+ properties. It's not a full solution, but it's an improvement for those
+ stuck in the 2.1 versions.
+
2.1.6-stable (2014-12-10)
* Fixed: Minor change to make sure that unittests succeed on every PHP
version.
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index 7594568..58bc01c 100644
--- a/lib/Sabre/VObject/Version.php
+++ b/lib/Sabre/VObject/Version.php
@@ -14,7 +14,7 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.1.6';
+ const VERSION = '2.1.7';
/**
* Stability : alpha, beta, stable
--
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