[Pkg-owncloud-commits] [php-sabre-vobject] 06/43: Releasing vobject 2.1.6.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:12 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 1a13ab4c8b6f5c4009599ec8ec31363e640181b0
Author: Evert Pot <me at evertpot.com>
Date: Wed Dec 10 15:50:22 2014 -0500
Releasing vobject 2.1.6.
---
ChangeLog | 4 ++++
lib/Sabre/VObject/Version.php | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 26c8fef..58a854d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2.1.6-stable (2014-12-10)
+ * Fixed: Minor change to make sure that unittests succeed on every PHP
+ version.
+
2.1.5-stable (2014-06-03)
* Fixed: #94: Better parameter escaping.
* Changed: Documentation cleanups.
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index cf847fb..90cfc40 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.5';
+ const VERSION = '2.1.6';
/**
* 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