[Pkg-owncloud-commits] [php-sabre-vobject] annotated tag upstream/3.4.1 created (now 289f2c5)
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:57:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/3.4.1
in repository php-sabre-vobject.
at 289f2c5 (tag)
tagging 38a88f4ac2d1d5bd162ec649817abc3270a28435 (commit)
replaces upstream/3.3.5
tagged by David Prévot
on Tue Feb 24 14:24:31 2015 -0400
- Log -----------------------------------------------------------------
Upstream version 3.4.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJU7MHgAAoJEAWMHPlE9r08S0sIAKnTs0klvm5pvG4PoMdQYBYU
BG5+4xXFT/VgBwudx4kp6KlKNArxeYpaHLgzqthXytn5vZftfvAkXSBYT3WApCmh
0XRrDXXPNqwwHZN/90A35s/ZZ4mna70acR3M3ans0W5C/MsaaO6FYNcB13RAGy5I
m4Kkj1OPQCxoajDwXg9D4D+xt2h4adW6WhhkwHldguCBkCJb4XTEUcus/vMEXTC2
YqGswZM4JpEy+B7U20ZlV2F1YYA2eaXZq5dmPSnOd7HT+bTCt0SijU8FF6xG818K
glGdNd7xw6mJc1JOBRH6DFk64sRJZEWPSN9bbwxZyiMqoaQFuh8mrt9KMkCr7b8=
=+xf6
-----END PGP SIGNATURE-----
Armin Hackmann (10):
Keep floating time on Recur\EventIterator::getEventObject to correctly expand with reference timezone (if any)
add support for milliseconds in DateTimeParser::parseVCardDateTime
new test showing bug #126
sort EXDATE values before adding it to $significantChangeHash
add a bit documentation and milliseconds to parseVCardTime()
make sure, to get all EXDATES in an vevent on parseEventInfo()
use existing $exdate-array for the $significantChangeHash to have them all sorted
corrected syntax
discard millisecond values in DateTimeParser (if present)
add a bit of documentation
David Prévot (1):
Imported Upstream version 3.4.1
Evert Pot (28):
Updated changelog.
Merge branch 'validation-upgrades' into 3.3
Merge pull request #182 from thomascube/2.1
Updated changelog.
Merge branch '2.1' into 3.3
s/LAST-MODIFICATION/LAST-MODIFIED/g
Merge pull request #188 from armin-hackmann/3.3
Updated changelog.
Dropped incorrect docblock.
Releasing 2.1.7.
Merge branch '2.1' into 3.3
Merge pull request #195 from rickdenhaan/3.3
Making the recurrence iterator faster on large calendars.
Removed UID index.
We have to remove Hoa\Bench for the moment because it breaks the PHP 5.3 build.
Updated microsoft timezone listings.
Skip missing timezones in unittests.
Merge pull request #202 from Hywan/vavailability
Merge pull request #204 from armin-hackmann/3.3-milliseconds-in-DateTimeParser
Merge pull request #208 from mporcheron/3.3
Merge pull request #205 from armin-hackmann/3.3-sort-exdates-for-significantChange-check
Updated changelog
Merge branch '3.3' into recur-optimize
Merge pull request #196 from fruux/recur-optimize
Going to release this as version 3.4
Releasing today.
Not using CRLF constant. It's messing with the unittests.
Updated changelog, releasing this as 3.4.1.
Ivan Enderlin (17):
Fix CS.
Fix CS.
Create and declare the AVAILABILITY component.
Fix CS.
Update API documentation.
Add validation rules.
Add the validate rule about DTEND and DURATION.
Add tests for Section 3.1: `availabilityprop`.
Create the AVAILABLE component.
Add validation rules.
We are in PHP5.3 on this branch :-).
Add tests for Section 3.1, availableprop.
Declare the AVAILABLE component.
Fix for PHP5.3.
Add tests for Section 3.1: `availableprop`.
Declare the BUSYTYPE property.
Add tests for Section 3.2 of draft…-availability….
Martin Porcheron (2):
Fixes issue with #168 in Free/Busy Generator
Test for recurrence rules with no valid instances
Rick den Haan (1):
Fixed short array syntax for PHP < 5.4
Thomas Bruederli (1):
Fix double-escaping of , and ; in compound properties
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new f049232 Updated changelog.
new 52e9ec2 Merge branch 'validation-upgrades' into 3.3
new fa16e57 Fix double-escaping of , and ; in compound properties
new 93e5c75 Merge pull request #182 from thomascube/2.1
new d6c1915 Updated changelog.
new f03fe38 Merge branch '2.1' into 3.3
new fe021e2 s/LAST-MODIFICATION/LAST-MODIFIED/g
new 512250a Keep floating time on Recur\EventIterator::getEventObject to correctly expand with reference timezone (if any)
new ef3d237 Merge pull request #188 from armin-hackmann/3.3
new 5239256 Updated changelog.
new 6c3d1bb Dropped incorrect docblock.
new c3ebe64 Releasing 2.1.7.
new 9c999aa Merge branch '2.1' into 3.3
new e08b33a Fixed short array syntax for PHP < 5.4
new 97f6729 Merge pull request #195 from rickdenhaan/3.3
new fa70cac Making the recurrence iterator faster on large calendars.
new 5b473b5 Removed UID index.
new 28210d7 We have to remove Hoa\Bench for the moment because it breaks the PHP 5.3 build.
new 022ee31 Updated microsoft timezone listings.
new 7851c99 Fix CS.
new 9df2e6d Fix CS.
new e14e75b Create and declare the AVAILABILITY component.
new 8bdf16d Fix CS.
new 5e8dd3e Update API documentation.
new 829b707 Add validation rules.
new 38d589b Add the validate rule about DTEND and DURATION.
new 9baa901 Add tests for Section 3.1: `availabilityprop`.
new 0b5497b Create the AVAILABLE component.
new 4bfbde5 Add validation rules.
new 741e2d1 We are in PHP5.3 on this branch :-).
new 698986d Add tests for Section 3.1, availableprop.
new b8e7c5c Declare the AVAILABLE component.
new 775f186 Fix for PHP5.3.
new 918d68c Add tests for Section 3.1: `availableprop`.
new b8ef802 Declare the BUSYTYPE property.
new a8d75d2 Add tests for Section 3.2 of draft…-availability….
new 0873d63 Skip missing timezones in unittests.
new bad08df add support for milliseconds in DateTimeParser::parseVCardDateTime
new 546148c new test showing bug #126
new af31801 sort EXDATE values before adding it to $significantChangeHash probably related to #126
new 90c2a3c add a bit documentation and milliseconds to parseVCardTime()
new e7e0038 make sure, to get all EXDATES in an vevent on parseEventInfo()
new d13f432 use existing $exdate-array for the $significantChangeHash to have them all sorted
new 94c1cff corrected syntax
new 85a2a4d Merge pull request #202 from Hywan/vavailability
new e062757 discard millisecond values in DateTimeParser (if present)
new ed7af0b add a bit of documentation
new cc1950e Merge pull request #204 from armin-hackmann/3.3-milliseconds-in-DateTimeParser
new 8856197 Fixes issue with #168 in Free/Busy Generator
new 5447137 Test for recurrence rules with no valid instances
new 9076695 Merge pull request #208 from mporcheron/3.3
new 13efc2e Merge pull request #205 from armin-hackmann/3.3-sort-exdates-for-significantChange-check
new c82e2c4 Updated changelog
new 323c1cc Merge branch '3.3' into recur-optimize
new f57b03d Merge pull request #196 from fruux/recur-optimize
new 09363e9 Going to release this as version 3.4
new 20c72dd Releasing today.
new 5ffeea8 Not using CRLF constant. It's messing with the unittests.
new 946f48f Updated changelog, releasing this as 3.4.1.
new 38a88f4 Imported Upstream version 3.4.1
The 60 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