[Pkg-owncloud-commits] [php-sabredav] 62/75: Merge branch '2.1'

David Prévot taffit at moszumanska.debian.org
Thu Feb 26 18:51:55 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 4a19014d1550c218debe3dde2f05150f25ce1f8b
Merge: 95e3d29 6a8aec2
Author: Evert Pot <me at evertpot.com>
Date:   Wed Feb 25 14:02:30 2015 -0500

    Merge branch '2.1'
    
    Conflicts:
    	CHANGELOG.md

 CHANGELOG.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --cc CHANGELOG.md
index fed82d7,ec73559..310076a
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@@ -1,54 -1,12 +1,54 @@@
  ChangeLog
  =========
  
 +2.2.0-alpha2 (2015-01-09)
 +-------------------------
 +
 +* Renamed `Sabre\DAV\Auth\Backend\BackendInterface::requireAuth` to
 +  `challenge`, which is a more correct and better sounding name.
 +
 +
 +2.2.0-alpha1 (2014-12-10)
 +-------------------------
 +
 +* 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.
 +* 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.
 +* #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.3 (2015-??-??)
+ 2.1.3 (2015-02-25)
  ------------------
  
- * #586: SCHEDULE-STATUS should not contain a reason-phrase.
+ * #586: `SCHEDULE-STATUS` should not contain a reason-phrase.
  * #539: Fixed a bug related to scheduling in shared calendars.
  * #595: Support for calendar-timezone in iCalendar exports.
 +* #581: findByUri would send empty prefixes to the principal backend (@soydeedo)
  * #611: Escaping a bit more HTML output in the browser plugin. (@LukasReschke)
  * #610: Don't allow discovery of arbitrary files using `..` in the browser
    plugin (@LukasReschke).

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