[Pkg-owncloud-commits] [php-sabre-vobject] annotated tag upstream/3.2.2 created (now 888f333)

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:11:14 UTC 2014


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

taffit pushed a change to annotated tag upstream/3.2.2
in repository php-sabre-vobject.

        at  888f333   (tag)
   tagging  4ae91b8e8ca6a04d70596f5552540a8aeabcc334 (commit)
  replaces  upstream/3.1.4
 tagged by  David Prévot
        on  Tue May 20 17:32:43 2014 -0400

- Log -----------------------------------------------------------------
Upstream version 3.2.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJTe8n7AAoJELgqIXr9/gnyagoP/2RhbeCiRIWisflgS6jz+yZz
zl4KNhigP5mX12n3yO2L88BrML5FRESr9W2Rv5xHBwzHFd8qg/vp4Za1KQYMiSHs
7BioTvAs49Kng+0B+CWbeoxHaZejzv7tKyhm5LU+wTpYT/Xjp3t8UenRrV1br8Qi
5jgW2As7mIEMVuAH2U8hhzjRcFPYUNyFi1pTt9T5pFTMU62tQkj2FQSd5Hw6Cz6h
Ozs07GDd46+2lqEPHcl889ji6zjjYOQPoWQkkzmGCmhQlGDI/X+ptWpx183k5nqd
93HO1yQ3HKTKua3oeWDLPA/nLrh3Ken2VA0A0Sj5Dj2JKt6N3gV3JBroPDezrffI
rZoPnUGm7COl4RSNIK4hjfQMXHyIeAsThw2B3d2nEN7gwJKESTTjQWK4w+/LTn0B
VzzsJrNyXlv8Dg3bTOGR54Y0yGB+FtSN0dMTkJC7XLkbYCqIslEnhf27i9T1cS9c
6IEteptzyeE8uFzSO4Di/zJRgosHsyuCvKc1Vrlp5I7h9u9D8pKD2fJOR9m7zuDO
1rDFROEbbyj9jpEbbwvo4tR+xrTJ8kdRHIkqxvurqKn9W0kWUI3yulWbRAsRsQ/S
9pboILpEM6UwjGXWLSeYJFHZlpocGYgxM6uRwZu+Ge+jWGhfRy4RdtkCdjn8kg4B
YAG5ZEoaXh0xd/MNwZv2
=jkVl
-----END PGP SIGNATURE-----

Clement Wong (1):
      Fix FreeBusyGenerator doc, use getResult() instead of result()

David Prévot (1):
      Imported Upstream version 3.2.2

Evert Pot (104):
      Externalized and updated timezone mappings.
      Decoding badly encoded URL's from Google.
      Updated changelog.
      Added phpunit to require-dev.
      Added test for Issue #68.
      Fix for Issue #68.
      Updated changelog.
      Adding hhvm to version list and allowed failures.
      Added hhvm to build list.
      hhvm is not allowed to fail.
      Merge remote-tracking branch 'icewind1991/hhvm-compat' into hhvm
      Updated changelog.
      Updated changelog.
      jCard is now an offical rfc.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Got the rfc number wrong.
      Tagging as jCard and jCal.
      Merge branch '2.1'
      Converted the changelog into a markdown file.
      Throwing a more specific exception for bad BYDAY clauses.
      Forgot about PHP 5.3 compatibility.
      Added a test for Issue 26.
      This should never have worked on php.
      Improvements for hhvm.
      hhvm should now be compatible.
      Updated changelog.
      Disabled duplicate timezones.
      Casting parameters with null value no longer fails.
      Thanks @staabm. It was late.
      Updated development branch alias.
      Added a TON of new validation rules.
      Happy 2014!
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Merge branch 'master' into new-validator
      Happy new year :P
      Also testing iCalendar DATE and DATE-TIME.
      Added a validation rule for calendars with more than 1 master event.
      Catching a more specific exception. Issue #74.
      Merge branch 'master' into new-validator
      Merge branch 'master' into hhvm
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Updated changelog
      Lets see if this is better for hhvm.
      Merge branch 'master' into hhvm
      Added 5.6 to build list.
      Enforcing existance of VEVENT if VCALENDAR does not have a METHOD.
      Fixed unittests to use valid iCalendar objects again.
      Cli tweaks.
      Created a 'random vcard generator'.
      Updated changelog, added some docs.
      Added a bunch of DateAndOrTime bonus features.
      Updated changelog.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Removed everything related to multiple values.
      Added generate_vcards to the list of binaries.
      Bit more clarity around the short array syntax in the documentation.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Failing test for #83.
      Setting the value on new properties after setting the parameters.
      Updated changelog.
      Merge pull request #84 from clementhk/fix-freebusy-doc
      Merge branch 'master' into hhvm
      travis's hhvm version is not recent enough for the tests to succeed.
      Whoops.
      Added a name to the generator ;)
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Merge branch '2.1'
      Merge branch '3.1'
      Merge branch '3.1'
      Removing this statement as hhvm will throw errors.
      Adding nightly
      Merge branch '3.1'
      Added php 5.5.10 compatibility data.
      Don't go into an infinite loop.
      Making sure loading of the tz mapping is tested.
      Higher test coverage.
      testdata is ignored
      Testing VJOURNAL
      Making sure that this error is more predictable.
      Freebusy testing.
      Lots of new unittests and small bugfixes.
      It's a bit weird but this should put hhvm in line with vanilla php.
      Space.
      Release date.
      Adding PHP 5.3.3 to see if we can replicate an error
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Bit more info for when this test fails.
      *sigh*
      This change hopefully forces this to work everywhere.
      Removing php 5.3.3 again (wasn't different)
      Moved all recurence iterator tests to their own directory.
      Class name
      Renamed file to make slightly more sense.
      Updated windows timezone map.
      Updated links to license file and sabredav website.
      PHP 5.5.11 is now supported as well as PHP 5.6
      Merge branch 'vtimezone'
      Removing 5.5.9 as it's no longer supported.
      hhvm unittest should succeed again after this.
      Updated changelog
      Altertered test so it doesn't fail on PHP 5.5.12.
      Updated changelog
      Releasing vobject 3.2.2
      Bumped version number.

Jan Pieper (1):
      Write into temp dir to keep repository clean

Jan Schneider (1):
      Catch exceptions from invalid recurrence exception dates.

Kenneth Scott (1):
      Cause RecurrenceIterator to respect the timezone of the event that is recurring.

Robert Egginton (1):
      Daily recurrance now can be restricted to certain months with BYMONTH

Robin Appelman (5):
      Fix phpdoc for DateTime variables and arguments
      Work around hhvm not being able to modify a date with 'first day of this month'
      workaround DateTime->modify() always advancing the date even if the current day is a  in hhvm
      adjust test case to work around hhvm returning a binary string from utf8_encode
      Fix phpdoc for DateTime variables and arguments

evert (6):
      Merge pull request #71 from janpieper/temp-dir
      Merge pull request #72 from kscott/rrule-until-incorrect-timezone
      Merge pull request #67 from maderlock/master
      Merge pull request #74 from yunosh/catch-recurrence-exceptions
      Merge pull request #79 from fruux/new-validator
      Merge pull request #79 from fruux/new-validator

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  91cf921   Externalized and updated timezone mappings.
       new  3a895f8   Decoding badly encoded URL's from Google.
       new  ad8ebf7   Updated changelog.
       new  7ab0517   Daily recurrance now can be restricted to certain months with BYMONTH
       new  34305ed   Added phpunit to require-dev.
       new  c5e1fdd   Added test for Issue #68.
       new  33dfd6a   Fix for Issue #68.
       new  0e33cf2   Updated changelog.
       new  0696926   Write into temp dir to keep repository clean
       new  3ef8ce2   Merge pull request #71 from janpieper/temp-dir
       new  c938da0   Adding hhvm to version list and allowed failures.
       new  dd6a718   Cause RecurrenceIterator to respect the timezone of the event that is recurring.
       new  1e67d56   Fix phpdoc for DateTime variables and arguments
       new  217c080   Work around hhvm not being able to modify a date with 'first day of this month'
       new  7637b79   workaround DateTime->modify() always advancing the date even if the current day is a  in hhvm
       new  74d4a71   adjust test case to work around hhvm returning a binary string from utf8_encode
       new  640b0bf   Added hhvm to build list.
       new  fecf027   hhvm is not allowed to fail.
       new  64f2006   Merge remote-tracking branch 'icewind1991/hhvm-compat' into hhvm
       new  d14c784   Fix phpdoc for DateTime variables and arguments
       new  c8fa3e9   Merge pull request #72 from kscott/rrule-until-incorrect-timezone
       new  2d4f68e   Updated changelog.
       new  d24a3af   Merge pull request #67 from maderlock/master
       new  d4384b8   Updated changelog.
       new  439f390   Catch exceptions from invalid recurrence exception dates.
       new  d07d05d   jCard is now an offical rfc.
       new  1453c99   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  0f0370f   Got the rfc number wrong.
       new  13e51b9   Tagging as jCard and jCal.
       new  d042943   Merge branch '2.1'
       new  3b3292d   Converted the changelog into a markdown file.
       new  3790e7e   Throwing a more specific exception for bad BYDAY clauses.
       new  425f364   Forgot about PHP 5.3 compatibility.
       new  b247f32   Added a test for Issue 26.
       new  5945cad   This should never have worked on php.
       new  2f8f96f   Improvements for hhvm.
       new  2d1c6e8   hhvm should now be compatible.
       new  7cc2459   Updated changelog.
       new  063b1be   Disabled duplicate timezones.
       new  0093f5f   Casting parameters with null value no longer fails.
       new  4e606a1   Thanks @staabm. It was late.
       new  0ee3ab9   Updated development branch alias.
       new  24aea53   Added a TON of new validation rules.
       new  fa2459e   Happy 2014!
       new  d6da69e   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  ba94c3b   Merge branch 'master' into new-validator
       new  443f2d4   Happy new year :P
       new  880cea7   Also testing iCalendar DATE and DATE-TIME.
       new  ad57610   Added a validation rule for calendars with more than 1 master event.
       new  5b8d147   Merge pull request #74 from yunosh/catch-recurrence-exceptions
       new  37f4bd8   Catching a more specific exception. Issue #74.
       new  23281a7   Merge branch 'master' into new-validator
       new  07de5e6   Merge pull request #79 from fruux/new-validator
       new  5b03054   Merge branch 'master' into hhvm
       new  30f5fd3   Merge pull request #79 from fruux/new-validator
       new  8e136f7   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  ce9c9d8   Updated changelog
       new  bae2e0c   Lets see if this is better for hhvm.
       new  8a83182   Merge branch 'master' into hhvm
       new  4b41e46   Added 5.6 to build list.
       new  2e2680e   Enforcing existance of VEVENT if VCALENDAR does not have a METHOD.
       new  b5b7173   Fixed unittests to use valid iCalendar objects again.
       new  15e4d83   Cli tweaks.
       new  e871e84   Created a 'random vcard generator'.
       new  c63f39e   Updated changelog, added some docs.
       new  fc5f4a3   Added a bunch of DateAndOrTime bonus features.
       new  7713129   Updated changelog.
       new  b7e3987   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  058df9a   Removed everything related to multiple values.
       new  bdf99ce   Added generate_vcards to the list of binaries.
       new  9907e13   Bit more clarity around the short array syntax in the documentation.
       new  97d0a42   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  b5b505e   Failing test for #83.
       new  239437c   Setting the value on new properties after setting the parameters.
       new  663140f   Updated changelog.
       new  866524d   Fix FreeBusyGenerator doc, use getResult() instead of result()
       new  7c4fdfd   Merge pull request #84 from clementhk/fix-freebusy-doc
       new  a49b7dd   Merge branch 'master' into hhvm
       new  dfdfafa   travis's hhvm version is not recent enough for the tests to succeed.
       new  382e304   Whoops.
       new  72bd058   Added a name to the generator ;)
       new  1d91edd   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  c373973   Merge branch '2.1'
       new  3e82424   Merge branch '3.1'
       new  cc641b4   Merge branch '3.1'
       new  efd1d86   Removing this statement as hhvm will throw errors.
       new  930da99   Adding nightly
       new  e0b4a45   Merge branch '3.1'
       new  cdd416a   Added php 5.5.10 compatibility data.
       new  033ee6b   Don't go into an infinite loop.
       new  4c95edc   Making sure loading of the tz mapping is tested.
       new  7341af6   Higher test coverage.
       new  4a24121   testdata is ignored
       new  538b171   Testing VJOURNAL
       new  96b9b9f   Making sure that this error is more predictable.
       new  c2dedf9   Freebusy testing.
       new  f5b3f05   Lots of new unittests and small bugfixes.
       new  87c7614   It's a bit weird but this should put hhvm in line with vanilla php.
       new  c8bbad4   Space.
       new  dd1dd19   Release date.
       new  779eb66   Adding PHP 5.3.3 to see if we can replicate an error
       new  123b41c   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  25f4c19   Bit more info for when this test fails.
       new  ad20e5e   *sigh*
       new  2044b07   This change hopefully forces this to work everywhere.
       new  55f726c   Removing php 5.3.3 again (wasn't different)
       new  305efe4   Moved all recurence iterator tests to their own directory.
       new  107c691   Class name
       new  bdae152   Renamed file to make slightly more sense.
       new  501759c   Updated windows timezone map.
       new  f308271   Updated links to license file and sabredav website.
       new  6e1adc4   PHP 5.5.11 is now supported as well as PHP 5.6
       new  6fc58c9   Merge branch 'vtimezone'
       new  a2b246a   Removing 5.5.9 as it's no longer supported.
       new  efd2cf7   hhvm unittest should succeed again after this.
       new  48db24f   Updated changelog
       new  078a706   Altertered test so it doesn't fail on PHP 5.5.12.
       new  ef86d2c   Updated changelog
       new  178a183   Releasing vobject 3.2.2
       new  a829266   Bumped version number.
       new  4ae91b8   Imported Upstream version 3.2.2

The 121 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.


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