[Pkg-owncloud-commits] [php-sabre-vobject] 82/106: Changelog and readme tweaks.
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:06 UTC 2014
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 9581f4baf6ce01fb6ca58574cf0597144a878089
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Aug 7 13:32:06 2014 -0400
Changelog and readme tweaks.
---
ChangeLog.md | 3 ++-
README.md | 11 +++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index f66983a..020f0e5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,13 +1,14 @@
ChangeLog
=========
-3.3.0 (????-??-??)
+3.3.0 (2014-08-07)
------------------
* We now use PSR-4 for the directory structure. This means that everything
that was used to be in the `lib/Sabre/VObject` directory is now moved to
`lib/`. If you use composer to load this library, you shouldn't have to do
anything about that though.
+* VEVENT now get populated with a DTSTAMP and UID property by default.
* BC Break: Removed the 'includes.php' file. Use composer instead.
* #103: Added support for processing [iTip][iTip] messages. This allows a user
to parse incoming iTip messages and apply the result on existing calendars,
diff --git a/README.md b/README.md
index 7d2c2fe..f7497a4 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-SabreTooth VObject library
-==========================
+sabre/vobject
+=============
The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/html/rfc5545)
and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
-The goal of the VObject library is to create a very complete library, with an easy to use API.
-This project is a spin-off from [SabreDAV](http://sabre.io/), where it has
-been used for several years. The VObject library has 100% unittest coverage.
+The goal of the VObject library is to create a very complete library, with an easy to use API.
Build status
------------
@@ -14,6 +12,7 @@ Build status
| branch | status |
| ------ | ------ |
| master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=master)](https://travis-ci.org/fruux/sabre-vobject) |
+| 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=3.1)](https://travis-ci.org/fruux/sabre-vobject) |
| 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=2.1)](https://travis-ci.org/fruux/sabre-vobject) |
| 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.png?branch=2.0)](https://travis-ci.org/fruux/sabre-vobject) |
@@ -27,7 +26,7 @@ The general composer instructions can be found on the [composer website](http://
After that, just declare the vobject dependency as follows:
"require" : {
- "sabre/vobject" : "~3.2"
+ "sabre/vobject" : "~3.3"
}
Then, run `composer.phar update` and you should be good.
--
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