[Pkg-owncloud-commits] [php-sabre-vobject] 08/46: Updated changelog, bumped version.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 10 02:12:37 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 5f675d5bb1f0669f955dd7cd4845bd7fb5dd5996
Author: Evert Pot <me at evertpot.com>
Date: Wed Oct 14 15:54:46 2015 -0400
Updated changelog, bumped version.
---
CHANGELOG.md | 7 +++++++
lib/Property/ICalendar/Recur.php | 1 -
lib/Version.php | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bbfe68..975ab2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
ChangeLog
=========
+4.0.0-alpha3 (????-??-??)
+-------------------------
+
+* #258: Support for expanding events that use `RDATE`. (@jabdoa2)
+* #258: Correctly support TZID for events that use `RDATE`. (@jabdoa2)
+
+
4.0.0-alpha2 (2015-09-04)
-------------------------
diff --git a/lib/Property/ICalendar/Recur.php b/lib/Property/ICalendar/Recur.php
index b75d786..6356d8e 100644
--- a/lib/Property/ICalendar/Recur.php
+++ b/lib/Property/ICalendar/Recur.php
@@ -91,7 +91,6 @@ class Recur extends Property {
* Sets a multi-valued property.
*
* @param array $parts
- *
* @return void
*/
function setParts(array $parts) {
diff --git a/lib/Version.php b/lib/Version.php
index e14f5fb..ea57782 100644
--- a/lib/Version.php
+++ b/lib/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number.
*/
- const VERSION = '4.0.0-alpha2';
+ const VERSION = '4.0.0-alpha3';
}
--
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