[Pkg-owncloud-commits] [php-sabre-vobject] 12/32: Updated changelog and bumped version.
David Prévot
taffit at moszumanska.debian.org
Fri Nov 28 22:27:09 UTC 2014
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 e6c72b7970639a64bbeb4e1ddfe0fab2a8430e7b
Author: Evert Pot <me at evertpot.com>
Date: Wed Nov 12 18:25:47 2014 -0500
Updated changelog and bumped version.
---
ChangeLog.md | 11 +++++++++++
lib/Version.php | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 085fe2b..9574629 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,17 @@
ChangeLog
=========
+3.3.4 (2014-??-??)
+------------------
+
+* #154: Converting `ANNIVERSARY` to `X-ANNIVERSARY` and `X-ABDATE` and
+ vice-versa when converting to/from vCard 4.
+* #154: It's now possible to easily select all vCard properties belonging to
+ a single group with `$vcard->{'ITEM1.'}` syntax. (@armin-hackmann)
+* #156: Simpler way to check if a string is UTF-8. (@Hywan)
+* Unittest improvements.
+
+
3.3.3 (2014-10-09)
------------------
diff --git a/lib/Version.php b/lib/Version.php
index acd59d6..1a5ecbb 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.3.3';
+ const VERSION = '3.3.4';
}
--
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