You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/08/22 09:49:30 UTC

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

Author: minfrin
Date: Sun Aug 22 09:49:30 2021
New Revision: 1892521

URL: http://svn.apache.org/viewvc?rev=1892521&view=rev
Log:
Vote and promote.

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=1892521&r1=1892520&r2=1892521&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Aug 22 09:49:30 2021
@@ -142,6 +142,20 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) back port the add of balancer_manage in mod_proxy_balancer.
+     trunk patch: http://svn.apache.org/r1859235
+                  http://svn.apache.org/r1887176
+                  http://svn.apache.org/r1887359
+                  http://svn.apache.org/r1887144
+     Backport version for 2.4.x of patch:
+          https://people.apache.org/~jfclere/patches/patch.210810.txt
+     +1: jfclere, jim, minfrin
+     jfclere: The previous proposal was removing the Referer check.
+     jorton: r1859235 has an "ok2change" param in the newly added
+             balancer_process_balancer_worker() but this is missing in the
+             backport patch, maybe include r1887144 for completeness?
+     jfclere: Fixed: Added in the patch.210810.txt
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -189,20 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
            PR: https://github.com/apache/httpd/pull/204
      +1: icing
 
-  *) back port the add of balancer_manage in mod_proxy_balancer.
-     trunk patch: http://svn.apache.org/r1859235
-                  http://svn.apache.org/r1887176
-                  http://svn.apache.org/r1887359
-                  http://svn.apache.org/r1887144
-     Backport version for 2.4.x of patch:
-          https://people.apache.org/~jfclere/patches/patch.210810.txt
-     +1: jfclere, jim
-     jfclere: The previous proposal was removing the Referer check.
-     jorton: r1859235 has an "ok2change" param in the newly added
-             balancer_process_balancer_worker() but this is missing in the
-             backport patch, maybe include r1887144 for completeness?
-     jfclere: Fixed: Added in the patch.210810.txt
-
   *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
      with others when their URLs contain a '$' substitution.  PR 65419 + 65429.
      trunk patch: http://svn.apache.org/r1891206