diff options
author | root <root@v22013111044215586.yourvserver.net> | 2014-06-29 18:30:59 +0200 |
---|---|---|
committer | root <root@v22013111044215586.yourvserver.net> | 2014-06-29 18:30:59 +0200 |
commit | 5df50c4a0bf80f3697c7088c9c4a3815206fe97d (patch) | |
tree | ad3f2b4df700dae971683265c9a83d5bbee0eb31 /vendor/sabre/dav/ChangeLog | |
parent | 79dc4b83701f73bdece2b4d78a73698fbbc538c6 (diff) | |
parent | 628f1218049715c8acf953dbda8f902b3902cc2f (diff) | |
download | volse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.tar.gz volse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.tar.bz2 volse-hubzilla-5df50c4a0bf80f3697c7088c9c4a3815206fe97d.zip |
Merge remote-tracking branch 'upstream/master'
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. |