[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (aa81c0b -> 898ca57)

David Prévot taffit at moszumanska.debian.org
Sun Mar 13 00:53:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository php-sabre-vobject.

      from  aa81c0b   Imported Upstream version 4.0.2
       new  0ae191a   Unused variable
       new  4b79c88   Fix issue 290: fix vcalendar#getBaseComponent filter feature
       new  fc14160   Merge pull request #292 from linagora/Issue290
       new  dff3f05   Use $charset variable when converting
       new  64a2174   Fix some coding issues in tests
       new  5b16c80   Merge pull request #296 from jakobsack/master
       new  a02785d   Revert "Some style fixes"
       new  22a6536   Merge pull request #297 from fruux/revert-296-master
       new  56d4f74   Fix some coding issues in tests
       new  106dd22   Merge pull request #298 from jakobsack/master
       new  01cf594   add VCard::getByType()
       new  1e93949   Merge pull request #300 from kbond/get-for-type
       new  c4b10fa   Bumped version, updated changelog for #300.
       new  794ce7a   Fix issue #301: when serializing rrule as json, format the UNTIL part as a date not as a string
       new  59388ab   Merge pull request #302 from linagora/Issue301
       new  0a8f3a6   Use number instead of string for COUNT property in RRULE
       new  d772722   Merge pull request #304 from linagora/issue303_jcal_count_as_number
       new  1cea1c0   Updated changelog
       new  cc0cb60   Updated changelog
       new  6e88b88   New vobject release.
      adds  89db122   PHP 7 support
      adds  da9a101   Merge pull request #287 from DeepDiver1975/3.4-on-php7
      adds  d2b0d71   Updated changelog, set new version.
      adds  5c56c62   Preventing installation in PHP7.
      adds  fb5f270   Releasing 3.4.9
      adds  5fc7f89   Removing PHP 7 from the build altogether
      adds  466207f   Merge branch '3.4' into 3.5
      adds  5625a12   Allow PHP 7
      adds  061dd47   Releasing sabre/vobject 3.5.0
       new  a36d66e   Merge branch '3.5'
       new  21c67b7   Added some validation and repair rules to RRULE.
       new  e2fceed   Speedup travis build by disabling xdebug
       new  78fdcf7   Merge pull request #307 from staabm/patch-1
       new  29cc2a7   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  c138ba0   Updated changelog
       new  38d0b47   Making sure these values are empty.
       new  898ca57   Imported Upstream version 4.0.3

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   5 +-
 CHANGELOG.md                                       |  28 ++++
 lib/Component/VCalendar.php                        |   2 +-
 lib/Component/VCard.php                            |  19 +++
 lib/ITip/Broker.php                                |   4 +-
 lib/Property/ICalendar/Recur.php                   |  71 +++++++++-
 lib/Recur/RRuleIterator.php                        |   8 +-
 lib/Version.php                                    |   2 +-
 tests/VObject/Component/VCalendarTest.php          |  51 +++++++
 tests/VObject/Component/VCardTest.php              |  16 +++
 tests/VObject/ITip/BrokerDeleteEventTest.php       |  14 +-
 tests/VObject/Parser/MimeDirTest.php               |  22 +--
 tests/VObject/Property/ICalendar/RecurTest.php     | 155 ++++++++++++++++++++-
 .../Recur/EventIterator/HandleRDateExpandTest.php  |   4 +-
 .../Recur/EventIterator/MaxInstancesTest.php       |   2 +-
 tests/VObject/Recur/RDateIteratorTest.php          |   2 -
 16 files changed, 368 insertions(+), 37 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list