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/09/23 12:31:12 UTC

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

Author: icing
Date: Thu Sep 23 12:31:12 2021
New Revision: 1893558

URL: http://svn.apache.org/viewvc?rev=1893558&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=1893558&r1=1893557&r2=1893558&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Sep 23 12:31:12 2021
@@ -150,6 +150,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                    http://people.apache.org/~covener/patches/speling-sync.diff
       +1 covener, rpluem, ylavic
 
+  *) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
+     had no hostname ("unix:/..."), also in mod_rewrite's is_absolulte_uri().
+     trunk patch: http://svn.apache.org/r1893519
+                  http://svn.apache.org/r1893532
+     2.4.x patch: svn merge -c 1893519,1893532 ^/httpd/httpd/trunk .
+     +1: ylavic, rpluem, icing
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -175,13 +182,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR: https://github.com/apache/httpd/pull/270
      +1: icing,
 
-  *) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
-     had no hostname ("unix:/..."), also in mod_rewrite's is_absolulte_uri().
-     trunk patch: http://svn.apache.org/r1893519
-                  http://svn.apache.org/r1893532
-     2.4.x patch: svn merge -c 1893519,1893532 ^/httpd/httpd/trunk .
-     +1: ylavic, rpluem
-
   *) mpm event: Correctly count active child processes in parent process if
      child process dies due to MaxConnectionsPerChild. PR 65592.
      Trunk version of patch: