[Pkg-owncloud-commits] [php-sabre-vobject] 56/65: Going to release this as version 3.4
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:57:20 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 09363e917f9f67329870c8733fd3382ff7017d7c
Author: Evert Pot <me at evertpot.com>
Date: Tue Feb 17 22:44:13 2015 -0500
Going to release this as version 3.4
---
ChangeLog.md | 3 ++-
lib/Version.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 9b69442..32580a5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,9 +1,10 @@
ChangeLog
=========
-3.3.6 (2015-??-??)
+3.4.0 (2015-??-??)
------------------
+* #196: Made parsing recurrence rules a lot faster on big calendars.
* Updated windows timezone mappings to latest unicode version.
* #202: Support for parsing and validating `VAVAILABILITY` components. (@Hywan)
* #195: PHP 5.3 compatibility in 'generatevcards' script. (@rickdenhaan)
diff --git a/lib/Version.php b/lib/Version.php
index 8d2cdb2..5e71f03 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.3.6';
+ const VERSION = '3.4.0';
}
--
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