]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Sun, 22 Aug 2021 09:49:30 +0000 (09:49 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 22 Aug 2021 09:49:30 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892521 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bc8feff8a554e76ad65e11e596457a3437cf5ce2..c902247505410e0b11734c7c7068fe35c4094b2d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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