-*- coding: utf-8 -*-
Changes with Apache 2.4.52
+ *) mod_http: Correctly sent a 100 Continue status code when sending an interim
+ response as result of an Expect: 100-Continue in the request and not the
+ current status code of the request. PR 65725 [Ruediger Pluem]
+
+ *) 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 by calling
+ dav_get_liveprop_element(). [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.
+ [Graham Leggett]
+
*) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
[Yann Ylavic, Ruediger Pluem]
+++ /dev/null
-
- *) 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 by calling
- dav_get_liveprop_element(). [Graham Leggett]
-
-
+++ /dev/null
-
- *) 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.
- [Graham Leggett]
-
+++ /dev/null
- *) mod_http: Correctly sent a 100 Continue status code when sending an interim
- response as result of an Expect: 100-Continue in the request and not the
- current status code of the request. PR 65725 [Ruediger Pluem]