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/07/31 14:17:04 UTC

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

Author: icing
Date: Sat Jul 31 14:17:04 2021
New Revision: 1891922

URL: http://svn.apache.org/viewvc?rev=1891922&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=1891922&r1=1891921&r2=1891922&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul 31 14:17:04 2021
@@ -142,6 +142,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: Fix icomplete initialization of BalancerMember(s) from the
+                balancer-manager, which can lead to a crash.
+     trunk patch: http://svn.apache.org/r1891477
+                  http://svn.apache.org/r1891591
+     2.4.x patch: svn merge -c 1891477,1891591 ^/httpd/httpd/trunk .
+     +1: ylavic, jfclere, icing
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -253,13 +259,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/194.patch
      +1: jfclere, ylavic,
 
-  *) mod_proxy: Fix icomplete initialization of BalancerMember(s) from the
-                balancer-manager, which can lead to a crash.
-     trunk patch: http://svn.apache.org/r1891477
-                  http://svn.apache.org/r1891591
-     2.4.x patch: svn merge -c 1891477,1891591 ^/httpd/httpd/trunk .
-     +1: ylavic, jfclere
-
   *) mpm_event: Fix graceful stop/restart of children processes if connections
                 are in lingering close for too long.
      trunk patch: http://svn.apache.org/r1891716