[Pkg-owncloud-commits] [php-sabre-vobject] 53/65: Updated changelog

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 c82e2c437e46c443fbbc925e518b75049bdaffa7
Author: Evert Pot <me at evertpot.com>
Date:   Tue Feb 17 22:29:46 2015 -0500

    Updated changelog
---
 ChangeLog.md                                                  | 8 +++++++-
 tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 2cad70e..9b69442 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -4,12 +4,18 @@ ChangeLog
 3.3.6 (2015-??-??)
 ------------------
 
+* 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)
+* #205: Improving handling of multiple `EXDATE` when processing iTip changes.
+  (@armin-hackmann)
 * #187: Fixed validator rules for `LAST-MODIFIED` properties.
 * #188: Retain floating times when generating instances using
   `Recur\EventIterator`.
-* Updated windows timezone mappings to latest unicode version.
 * #203: Skip tests for timezones that are not supported on older PHP versions,
   instead of a hard fail.
+* #204: Dealing a bit better with vCard date-time values that contained
+  milliseconds. (which is normally invalid). (@armin-hackmann)
 
 
 3.3.5 (2015-01-09)
diff --git a/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php b/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
index 95a3c4c..05c4fcd 100644
--- a/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
+++ b/tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.php
@@ -59,7 +59,7 @@ END:VCALENDAR
 
 ICS;
         $this->assertEquals($output, str_replace("\r", "", $result));
-    
+
     }
 
     function testExpandWithReferenceTimezone() {
@@ -113,7 +113,7 @@ END:VCALENDAR
 
 ICS;
         $this->assertEquals($output, str_replace("\r", "", $result));
-    
+
     }
 
 }

-- 
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