]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Mon, 13 Dec 2021 10:42:56 +0000 (10:42 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 13 Dec 2021 10:42:56 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895870 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cc9d40195091b7058a70c5c9384e75cab823d940..28f0a5a6f2d1c0a4baad181b5abd8588ba1c0412 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -145,6 +145,20 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
+     trunk patch: http://svn.apache.org/r1894285
+                  http://svn.apache.org/r1894286
+                  http://svn.apache.org/r1894291
+                  http://svn.apache.org/r1895550
+                  http://svn.apache.org/r1895553
+                  http://svn.apache.org/r1895630
+     backport PR: https://github.com/apache/httpd/pull/276
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/276.patch
+     +1: ylavic, rpluem, minfrin
+     ylavic: updated with r1894291 for correctness of perform_idle_server_maintenance()
+             w.r.t. num_buckets > 1 and ease merging of r1895553, with r1895550 for
+             correctness of active_daemons used in r1895553 and r1895630.
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -181,20 +195,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-element2.patch
      +1: minfrin, ylavic (by inspection),
 
-  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
-     trunk patch: http://svn.apache.org/r1894285
-                  http://svn.apache.org/r1894286
-                  http://svn.apache.org/r1894291
-                  http://svn.apache.org/r1895550
-                  http://svn.apache.org/r1895553
-                  http://svn.apache.org/r1895630
-     backport PR: https://github.com/apache/httpd/pull/276
-     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/276.patch
-     +1: ylavic, rpluem
-     ylavic: updated with r1894291 for correctness of perform_idle_server_maintenance()
-             w.r.t. num_buckets > 1 and ease merging of r1895553, with r1895550 for
-             correctness of active_daemons used in r1895553 and r1895630.
-
   *) Easy backports:
      - mod_deflate: be explicit when setting c->etag_opt = AP_DEFLATE_ETAG_ADDSUFFIX
      - mod_proxy_balancer: add missing spaces in HTML output