summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-07-15 13:56:55 +0000
committerGraham Leggett <minfrin@apache.org>2020-07-15 13:56:55 +0000
commitc52f3e8c6c376387a9002a777b98e2ddba64564a (patch)
treebb2013358d260b1c822dbe658b75cc9721df9c59 /CHANGES
parentf18252c38043c487ea6b17bad253592d768aa8d4 (diff)
downloadhttpd-c52f3e8c6c376387a9002a777b98e2ddba64564a.tar.gz
mod_dav: Some DAV extensions, like CalDAV, specify both document
elements and property elements that need to be taken into account when generating a property. The document element and property element are made available in the dav_liveprop_elem structure under the DAV_PROP_ELEMENT key in the resource pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3945a7f9fe..bbd6d1ec64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_dav: Some DAV extensions, like CalDAV, specify both document
+ elements and property elements that need to be taken into account
+ when generating a property. The document element and property element
+ are made available in the dav_liveprop_elem structure under the
+ DAV_PROP_ELEMENT key in the resource pool. [Graham Leggett]
+
*) mod_dav: Add utility functions dav_validate_root_ns(),
dav_find_child_ns(), dav_find_next_ns(), dav_find_attr_ns() and
dav_find_attr() so that other modules get to play too.