[Pkg-owncloud-commits] [php-sabredav] 62/64: Changelog
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit 6d1dfa3456b1ea45cc825265bcc02aa4e4df92cc
Author: Evert Pot <me at evertpot.com>
Date: Sat Dec 6 23:34:49 2014 -0500
Changelog
---
ChangeLog.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/ChangeLog.md b/ChangeLog.md
index 38981bf..b0f39c1 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -7,6 +7,8 @@ ChangeLog
* The browser plugin now has a new page with information about your sabredav
server, and shows information about every plugin that's loaded in the
system.
+* #191: The Authentication system can now support multiple authentication
+ backends.
* Removed: all `$tableName` arguments from every PDO backend. This was already
deprecated, but has now been fully removed. All of these have been replaced
with public properties.
@@ -26,6 +28,11 @@ ChangeLog
`application/octet-stream` if a better content-type could not be determined.
* #568: Added a `componentType` argument to `ICSExportPlugin`, allowing you to
specifically fetch `VEVENT`, `VTODO` or `VJOURNAL`.
+* #582: Authentication backend interface changed to be stateless. If you
+ implemented your own authentication backend, make sure you upgrade your class
+ to the latest API!
+* #582: `Sabre\DAV\Auth\Plugin::getCurrentUser()` is now deprecated. Use
+ `Sabre\DAV\Auth\Plugin::getCurrentPrincipal()` instead.
2.1.2 (2014-??-??)
--
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