]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote/promote x1.
authorJoe Orton <jorton@apache.org>
Wed, 10 Jul 2024 15:03:53 +0000 (15:03 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Jul 2024 15:03:53 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919099 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8cf714b967e2db0a1860cc95a0404b8d443f8fd9..4f10fcb9d6df960f79b1f65e2f89c962aa1301dc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -157,6 +157,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
 
+  *) MPM worker: Improve the listener wakeup when stopping. Taken from the MPM event.
+     This fixes a possible warning (AH00045) about children processes not
+     terminating timely.  [Yann Ylavic]
+     This is a fix for pytest failures, observed at least on RHEL 9 with worker MPM.
+     Trunk version of patch:
+        https://svn.apache.org/r1916925
+        https://svn.apache.org/r1916926
+        https://svn.apache.org/r1916929
+     2.4.x patch: svn merge -c 1916925,1916926,1916929 ^/httpd/httpd/trunk .
+    +1: rjung, ylavic, jorton
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -229,17 +240,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     PR: https://github.com/apache/httpd/pull/449
     +1: ylavic, icing, 
 
-  *) MPM worker: Improve the listener wakeup when stopping. Taken from the MPM event.
-     This fixes a possible warning (AH00045) about children processes not
-     terminating timely.  [Yann Ylavic]
-     This is a fix for pytest failures, observed at least on RHEL 9 with worker MPM.
-     Trunk version of patch:
-        https://svn.apache.org/r1916925
-        https://svn.apache.org/r1916926
-        https://svn.apache.org/r1916929
-     2.4.x patch: svn merge -c 1916925,1916926,1916929 ^/httpd/httpd/trunk .
-    +1: rjung, ylavic,
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]