[Pkg-owncloud-commits] [php-sabredav] 212/220: Prepping for 3.2.0 alpha1 release.

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:30 UTC 2016


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit d4e2b3148912c1f8cdfb045ff64a578266045b41
Author: Evert Pot <me at evertpot.com>
Date:   Mon May 9 14:38:52 2016 -0400

    Prepping for 3.2.0 alpha1 release.
---
 CHANGELOG.md  | 5 ++++-
 composer.json | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2db7586..42bdd34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 ChangeLog
 =========
 
-3.2.0-alpha1 (????-??-??)
+3.2.0-alpha1 (2016-05-09)
 -------------------------
 
 * Database changes for CalDAV. If you are using the CalDAV PDO backends, you
@@ -57,6 +57,9 @@ ChangeLog
   calendars during freebusy operations in the scheduling plugin. Instead, we
   check the `schedule-query-freebusy` privilege on the target users' inbox,
   which validates access for the entire account, per the spec.
+* The zip release ships with [sabre/vobject 4.1.0][vobj],
+  [sabre/http 4.2.1][http], [sabre/event 3.0.0][evnt],
+  [sabre/uri 1.1.0][uri] and [sabre/xml 1.4.1][xml].
 
 
 3.1.3 (2016-04-06)
diff --git a/composer.json b/composer.json
index e4db3f3..f85d965 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
     ],
     "require": {
         "php": ">=5.5.0",
-        "sabre/vobject": "dev-master",
+        "sabre/vobject": "^4.1.0",
         "sabre/event" : ">=2.0.0, <4.0.0",
         "sabre/xml"  : "^1.4.0",
         "sabre/http" : "^4.2.1",

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



More information about the Pkg-owncloud-commits mailing list