[Pkg-owncloud-commits] [php-sabredav] 137/220: Merge branch '3.1'

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:18 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 577a3a9cd9290fd965d529866a965de77d397fc1
Merge: 24e32ea 8a266c7
Author: Evert Pot <me at evertpot.com>
Date:   Wed Apr 6 22:47:25 2016 -0400

    Merge branch '3.1'

 CHANGELOG.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --cc CHANGELOG.md
index 2d1281e,f719c8e..258125f
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -1,37 -1,7 +1,37 @@@
  ChangeLog
  =========
  
 +3.2.0-alpha1 (????-??-??)
 +-------------------------
 +
 +* Database changes for CalDAV. If you are using the CalDAV PDO backends, you
 +  must migrate. Run `./bin/migrateto32.php` for more info.
 +* Support for WebDAV Resource Sharing, an upcoming standard.
 +* Added support for sharing in the CalDAV PDO backend! Users can now invite
 +  others to their calendar and give them read/read-write access!
 +* #397: Support for PSR-3. You can now log exceptions with your favourite
 +  psr3-compatible logging tool.
 +* Removed database migration script for sabre/dav 1.7. To update from that
 +  version you now first need to update to sabre/dav 3.1.
 +* Removed deprecated function: `Sabre\DAV\Auth\Plugin::getCurrentUser()`.
 +* #774: Fixes for getting free disk space on Windows.
 +* #803: Major changes in the sharing API. If you were using an old sabre/dav
 +  sharing api, head to the website for more detailed migration notes.
 +* #812: ICS exporter now includes a more useful filename in its
 +  `Content-Disposition` header. (@Xenopathic).
 +* #801: BC break: If you were using the `Href` object before, it's behavior
 +  now changed a bit, and `LocalHref` was added to replace the old, default
 +  behavior of `Href`. See the migration doc for more info.
 +* Added Sharing, ICSExport and VCFExport plugins to `groupwareserver.php`
 +  example.
 +* Added a new `getPrincipalByUri` plugin event. Allowing plugins to request
 +  quickly where a principal lives on a server.
 +* Renamed `phpunit.xml` to `phpunit.xml.dist` to make local modifications easy.
 +* Functionality from `IShareableCalendar` is merged into `ISharedCalendar`.
 +* #751: Fixed XML responses from failing `MKCOL` requests.
 +
 +
- 3.1.3 (????-??-??)
+ 3.1.3 (2016-04-06)
  ------------------
  
  * Set minimum libxml version to 2.7.0 in `composer.json`.

-- 
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