[Pkg-owncloud-commits] [php-sabre-vobject] 47/106: Bumped version, updated changelog.
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:00 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 b02ade2771feb4bd6a6ff0745666371d465e4574
Author: Evert Pot <me at evertpot.com>
Date: Fri Aug 1 17:57:06 2014 -0400
Bumped version, updated changelog.
---
ChangeLog.md | 12 ++++++++++++
lib/Sabre/VObject/Version.php | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 4197a52..b106113 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,16 @@
ChangeLog
=========
+3.3.0 (????-??-??)
+------------------
+
+* #103: Added support for processing [iTip][iTip] messages. This allows a user
+ to parse incoming iTip messages and apply the result on existing calendars,
+ or automatically generate invites/replies/cancellations based on changes that
+ a user made on objects.
+* Added: VCalendar::getBaseComponent to find the 'master' component in a
+ calendar.
+
3.2.5 (????-??-??)
------------------
@@ -390,3 +400,5 @@ ChangeLog
* New: It's possible to specify lists of parameters when constructing
properties.
* New: made it easier to construct the FreeBusyGenerator.
+
+[iTip]: http://tools.ietf.org/html/rfc5546
diff --git a/lib/Sabre/VObject/Version.php b/lib/Sabre/VObject/Version.php
index fda5ec7..e126a98 100644
--- a/lib/Sabre/VObject/Version.php
+++ b/lib/Sabre/VObject/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.2.5';
+ const VERSION = '3.3.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