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 14:36:27 UTC

svn commit: r1895886 - /httpd/httpd/branches/2.4.x/STATUS

Author: icing
Date: Mon Dec 13 14:36:27 2021
New Revision: 1895886

URL: http://svn.apache.org/viewvc?rev=1895886&view=rev
Log:
vote and promote. [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1895886&r1=1895885&r2=1895886&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec 13 14:36:27 2021
@@ -145,6 +145,18 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) 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().
+     Trunk version of patch:
+        https://svn.apache.org/r1879889
+        https://svn.apache.org/r1893643
+        https://svn.apache.org/r1893644
+     Backport version for 2.4.x of patch:
+        https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-element2.patch
+     +1: minfrin, ylavic (by inspection), icing (by inspection)
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -169,19 +181,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-ns2.patch
      +1: minfrin, ylavic (by inspection),
 
-  *) 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().
-     Trunk version of patch:
-        https://svn.apache.org/r1879889
-        https://svn.apache.org/r1893643
-        https://svn.apache.org/r1893644
-     Backport version for 2.4.x of patch:
-        https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-element2.patch
-     +1: minfrin, ylavic (by inspection),
-
   *) Easy backports:
      - mod_deflate: be explicit when setting c->etag_opt = AP_DEFLATE_ETAG_ADDSUFFIX
      - mod_proxy_balancer: add missing spaces in HTML output