[Pkg-owncloud-commits] [php-sabredav] 25/64: Merge branch '2.1'
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:24 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 1b599d53a48053be4fe670edf87212b0d8e1a22d
Merge: 05e86f8 0f192d4
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Nov 19 23:53:55 2014 -0500
Merge branch '2.1'
Conflicts:
ChangeLog.md
lib/CalDAV/CalendarRootNode.php
ChangeLog.md | 12 +++++-
bin/migrateto20.php | 4 +-
.../Sabre/CalDAV/Property/EmailAddressSetTest.php | 43 ++++++++++++++++++++++
3 files changed, 57 insertions(+), 2 deletions(-)
diff --cc ChangeLog.md
index 6e06493,20c3837..b23baa7
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@@ -1,29 -1,7 +1,29 @@@
ChangeLog
=========
+2.2.0-alpha1 (????-??-??)
+-------------------------
+
+* 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.
+* Deleted several classes that were already deprecated much earlier:
+ * `Sabre\CalDAV\CalendarRootNode`
+ * `Sabre\CalDAV\UserCalendars`
+ * `Sabre\DAV\Exception\FileNotFound`
+ * `Sabre\DAV\Locks\Backend\FS`
+ * `Sabre\DAV\PartialUpdate\IFile`
+ * `Sabre\DAV\URLUtil`
+* Removed: `Sabre\DAV\Client::addTrustedCertificates` and
+ `Sabre\DAV\Client::setVerifyPeer`.
+* Removed: `Sabre\DAV\Plugin::getPlugin()` can now no longer return plugins
+ based on its class name.
+* Removed: `Sabre\DAVACL\Plugin::getPrincipalByEmail()`.
+* #560: GuessContentType plugin will now set content-type to
+ `application/octet-stream` if a better content-type could not be determined.
+
+
- 2.1.0 (2014-??-??)
+ 2.1.0 (2014-11-19)
------------------
* #541: CalDAV PDO backend didn't respect overridden PDO table names.
--
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