[Pkg-owncloud-commits] [php-sabredav] 48/148: Updated changelog

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:12 UTC 2015


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

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

commit 3f4bfe3160ea872a973fe9de07f047c4cdaee02a
Author: Evert Pot <me at evertpot.com>
Date:   Wed Feb 25 14:29:23 2015 -0500

    Updated changelog
---
 CHANGELOG.md  | 5 ++++-
 bin/build.php | 6 ++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27dd1fe..9f89081 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@ ChangeLog
 2.2.0-alpha3 (2015-02-25)
 -------------------------
 
-* Also contains all the changes introduced between 2.1.2 and 2.1.3.
+* Contains all the changes introduced between 2.1.2 and 2.1.3.
+* Upgraded to sabre/http 4.0.0alpha1 and now also using sabre/uri.
 * The zip release ships with [sabre/vobject 3.4.2][vobj],
   [sabre/http 4.0.0-alpha1][http], [sabre/event 2.0.1][evnt] and
   [sabre/uri 1.0.0][uri].
@@ -15,6 +16,8 @@ ChangeLog
 
 * Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
   `challenge`, which is a more correct and better sounding name.
+* The zip release ships with [sabre/vobject 3.3.5][vobj],
+  [sabre/http 3.0.4][http], [sabre/event 2.0.1][evnt].
 
 
 2.2.0-alpha1 (2014-12-10)
diff --git a/bin/build.php b/bin/build.php
index f861138..4316b24 100755
--- a/bin/build.php
+++ b/bin/build.php
@@ -130,6 +130,12 @@ function buildzip() {
             "bin-dir" => "./bin",
         ]
     ];
+    unset(
+        $newComposer['require']['sabre/vobject'],
+        $newComposer['require']['sabre/uri'],
+        $newComposer['require']['sabre/http'],
+        $newComposer['require']['sabre/event']
+    );
     $newComposer['require']['sabre/dav'] = $version;
     mkdir('build/SabreDAV');
     file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer));

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



More information about the Pkg-owncloud-commits mailing list