[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (4ae91b8 -> 6a375d9)
David Prévot
taffit at moszumanska.debian.org
Sun Jun 15 02:08:56 UTC 2014
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 4ae91b8 Imported Upstream version 3.2.2
new 59f2c0e Moved documentation to sabre.io website.
new 6258ae9 Bumped version.
new 987560a More tests for VTODO.
new 88d1307 Merge branch 'master' of github.com:fruux/sabre-vobject
new 79c3062 travis php config.
adds a84b2ce Updated copyright years.
adds 552556f Updated link to license.
adds 70df18a Removed docs from README.md
adds f7f5672 Some cleanups.
adds 7ea9be6 Bumped version
adds 5524f03 Fix for #94.
adds 344a356 Removing unsupported travis php versions.
new dbb8ac7 Merge branch '2.1' into 3.1
new 4973332 Altertered test so it doesn't fail on PHP 5.5.12.
new 0c868f7 Fixed two unittests.
new b2c070c Bumped version.
new 3cb5989 Merge branch '3.1'
new 3b54276 More validator output.
new f9889bb repair was unable to do its job for iCalendar objects.
new b5cf182 Updated changelog
new 5dc71fb Updated changelog.
new 6a375d9 Imported Upstream version 3.2.3
The 15 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:
.gitignore | 3 +
.travis.yml | 1 -
ChangeLog.md | 26 ++
LICENSE | 2 +-
README.md | 14 +-
composer.json | 2 +-
doc/MigratingFrom2to3.md | 277 ------------
doc/usage_2.md | 378 ----------------
doc/usage_3.md | 658 ----------------------------
lib/Sabre/VObject/Cli.php | 25 +-
lib/Sabre/VObject/Component/VCalendar.php | 2 +-
lib/Sabre/VObject/Component/VTodo.php | 53 +++
lib/Sabre/VObject/Property.php | 26 +-
lib/Sabre/VObject/StringUtil.php | 16 +-
lib/Sabre/VObject/Version.php | 2 +-
tests/Sabre/VObject/Component/VTodoTest.php | 59 +++
tests/Sabre/VObject/ParameterTest.php | 9 +
tests/Sabre/VObject/PropertyTest.php | 2 +-
18 files changed, 219 insertions(+), 1336 deletions(-)
delete mode 100644 doc/MigratingFrom2to3.md
delete mode 100644 doc/usage_2.md
delete mode 100644 doc/usage_3.md
--
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