[Pkg-owncloud-commits] [php-sabre-vobject] 41/43: Merge tag 'upstream/3.3.5'

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:18 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 c0b386b62dd8c24b6a3a8a8429a6c7804e8fdb96
Merge: 56d7073 5a30cbd
Author: David Prévot <david at tilapin.org>
Date:   Sat Jan 10 09:30:19 2015 -0400

    Merge tag 'upstream/3.3.5'
    
    Upstream version 3.3.5
    
    # gpg: Signature faite le sam. 10 janv. 2015 09:30:03 AST
    # gpg:                avec la clef RSA 058C1CF944F6BD3C
    # gpg: Bonne signature de « David Prévot <david at tilapin.org> »
    # gpg:                 alias « David Prévot <davidp at altern.org> »
    # gpg:                 alias « David Prévot <davidp at no-log.org> »
    # gpg:                 alias « David Prévot <taffit at debian.org> »
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF  7E1E B82A 217A FDFE 09F2
    #    Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7  8D66 058C 1CF9 44F6 BD3C

 ChangeLog.md                                       |  30 +++-
 LICENSE                                            |   2 +-
 README.md                                          |   1 +
 lib/Cli.php                                        |   4 +-
 lib/Component.php                                  |  40 ++---
 lib/Component/VAlarm.php                           |   2 +-
 lib/Component/VCalendar.php                        |  94 +++++++++--
 lib/Component/VCard.php                            |  62 +++++---
 lib/Component/VEvent.php                           |   2 +-
 lib/Component/VFreeBusy.php                        |   2 +-
 lib/Component/VJournal.php                         |   2 +-
 lib/Component/VTimeZone.php                        |   2 +-
 lib/Component/VTodo.php                            |   2 +-
 lib/DateTimeParser.php                             |   2 +-
 lib/Document.php                                   |   2 +-
 lib/ElementList.php                                |   2 +-
 lib/EofException.php                               |   2 +-
 lib/FreeBusyGenerator.php                          |   2 +-
 lib/ITip/Broker.php                                |   5 +-
 lib/ITip/ITipException.php                         |   2 +-
 lib/ITip/Message.php                               |   2 +-
 .../SameOrganizerForAllComponentsException.php     |   2 +-
 lib/Node.php                                       |  23 ++-
 lib/Parameter.php                                  |   2 +-
 lib/ParseException.php                             |   2 +-
 lib/Parser/Json.php                                |   2 +-
 lib/Parser/MimeDir.php                             |  18 ++-
 lib/Parser/Parser.php                              |   2 +-
 lib/Property.php                                   |   2 +-
 lib/Property/Binary.php                            |   2 +-
 lib/Property/Boolean.php                           |   2 +-
 lib/Property/FlatText.php                          |   2 +-
 lib/Property/Float.php                             |   2 +-
 lib/Property/ICalendar/CalAddress.php              |   2 +-
 lib/Property/ICalendar/Date.php                    |   2 +-
 lib/Property/ICalendar/DateTime.php                |  22 ++-
 lib/Property/ICalendar/Duration.php                |   2 +-
 lib/Property/ICalendar/Period.php                  |   2 +-
 lib/Property/ICalendar/Recur.php                   |   2 +-
 lib/Property/Integer.php                           |   2 +-
 lib/Property/Text.php                              |   2 +-
 lib/Property/Time.php                              |   2 +-
 lib/Property/Unknown.php                           |   2 +-
 lib/Property/Uri.php                               |   2 +-
 lib/Property/UtcOffset.php                         |   2 +-
 lib/Property/VCard/Date.php                        |   2 +-
 lib/Property/VCard/DateAndOrTime.php               |   2 +-
 lib/Property/VCard/DateTime.php                    |   2 +-
 lib/Property/VCard/LanguageTag.php                 |   2 +-
 lib/Property/VCard/TimeStamp.php                   |   2 +-
 lib/Reader.php                                     |   2 +-
 lib/Recur/EventIterator.php                        |  14 +-
 lib/Recur/NoInstancesException.php                 |   2 +-
 lib/Recur/RDateIterator.php                        |   2 +-
 lib/Recur/RRuleIterator.php                        |   2 +-
 lib/RecurrenceIterator.php                         |   2 +-
 lib/Splitter/ICalendar.php                         |   2 +-
 lib/Splitter/SplitterInterface.php                 |   2 +-
 lib/Splitter/VCard.php                             |   2 +-
 lib/StringUtil.php                                 |   2 +-
 lib/TimeZoneUtil.php                               |   2 +-
 lib/UUIDUtil.php                                   |   2 +-
 lib/VCardConverter.php                             |  10 +-
 lib/Version.php                                    |   4 +-
 lib/timezonedata/exchangezones.php                 |   2 +-
 lib/timezonedata/lotuszones.php                    |   2 +-
 lib/timezonedata/php-bc.php                        |   4 +-
 lib/timezonedata/php-workaround.php                |   2 +-
 lib/timezonedata/windowszones.php                  |   4 +-
 tests/VObject/CliTest.php                          |   3 +-
 tests/VObject/Component/VCalendarTest.php          | 172 +++++++++++++++++++++
 tests/VObject/Component/VCardTest.php              | 112 ++++++++++++++
 tests/VObject/ITip/BrokerProcessReplyTest.php      |   9 +-
 tests/VObject/ITip/BrokerTester.php                |   2 +-
 tests/VObject/JCalTest.php                         |   8 +
 tests/VObject/ReaderTest.php                       |  16 +-
 tests/VObject/VCardConverterTest.php               |  77 ++++++---
 77 files changed, 659 insertions(+), 183 deletions(-)

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