You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/12/13 15:26:24 UTC

svn commit: r1895901 - in /httpd/httpd/branches/2.4.x: CHANGES changes-entries/mod_dav-element.txt changes-entries/mod_dav-ns.txt changes-entries/pr65725.txt

Author: icing
Date: Mon Dec 13 15:26:24 2021
New Revision: 1895901

URL: http://svn.apache.org/viewvc?rev=1895901&view=rev
Log:
consolidate CHANGES. [skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/mod_dav-element.txt
    httpd/httpd/branches/2.4.x/changes-entries/mod_dav-ns.txt
    httpd/httpd/branches/2.4.x/changes-entries/pr65725.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1895901&r1=1895900&r2=1895901&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Dec 13 15:26:24 2021
@@ -1,6 +1,21 @@
                                                          -*- 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]