aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/sabre/dav/ChangeLog')
-rw-r--r--vendor/sabre/dav/ChangeLog24
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.