diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-28 22:28:08 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-29 01:17:07 +0200 |
commit | 03b31d113ea316c8384a4cbf3d27ca22bb528eac (patch) | |
tree | 92ed87436b09ab806f9effff08145408044d77f4 /vendor/sabre/dav/ChangeLog | |
parent | f49b74c5f6ebe57937fb6dfea7d2e917f4680ce9 (diff) | |
download | volse-hubzilla-03b31d113ea316c8384a4cbf3d27ca22bb528eac.tar.gz volse-hubzilla-03b31d113ea316c8384a4cbf3d27ca22bb528eac.tar.bz2 volse-hubzilla-03b31d113ea316c8384a4cbf3d27ca22bb528eac.zip |
Update SabreDAV from 1.8.9 to 1.8.10.
Diffstat (limited to 'vendor/sabre/dav/ChangeLog')
-rw-r--r-- | vendor/sabre/dav/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/sabre/dav/ChangeLog b/vendor/sabre/dav/ChangeLog index e41a6c88a..92fe1a231 100644 --- a/vendor/sabre/dav/ChangeLog +++ b/vendor/sabre/dav/ChangeLog @@ -1,3 +1,7 @@ +1.8.10-stable (2014-05-15) + * The zip release ships with sabre/vobject 2.1.4. + * includes changes from version 1.7.12. + 1.8.9-stable (2014-02-26) * The zip release ships with sabre/vobject 2.1.3. * includes changes from version 1.7.11. @@ -57,6 +61,26 @@ * Added: The Proxy principal classes now both implement an interface, for greater flexiblity. +1.7.13-stable (????-??-??) + * Changed: Removed phing and went with a custom build script for now. + +1.7.12-stable (2014-05-15) + * The zip release ships with sabre/vobject 2.1.4. + * Updated: Issue #439. Lots of updates in PATCH support. The + Sabre_DAV_PartialUpdate_IFile interface is now deprecated and will be + removed in a future version. + * Fixed: Restoring old setting after changing + libxml_disable_entity_loader. + * Fixed: Issue #422: Preconditions were not being set on PUT on non- + existant files. Not really a chance for data-loss, but incorrect + nevertheless. + * Fixed: Issue #427: Now checking preconditions on DELETE requests. + * Fixed: Issue #428: Etag check with If: fails if the target is a + collection. + * Fixed: Issue #393: PATCH request with missing end-range was handled + incorrectly. + * Added: Sabre_DAV_Exception_LengthRequired to omit 411 errors. + 1.7.11-stable (2014-02-26) * The zip release ships with sabre/vobject 2.1.3. * Fixed: Issue #407: large downloads failed. |