]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Fri, 21 Sep 2018 13:29:14 +0000 (13:29 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 Sep 2018 13:29:14 +0000 (13:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841584 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 44eff8bb646e27db85bab53bbaada95abc238e72..065aadddf3c3fde04c02abd620d2849773a2627e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
+     before signals handling to avoid lifetime issues on restart or shutdown.
+     PR 62658.
+     trunk patch: http://svn.apache.org/r1835845
+                  http://svn.apache.org/r1835846
+                  http://svn.apache.org/r1837354
+                  http://svn.apache.org/r1837356
+                  http://svn.apache.org/r1839571
+                  http://svn.apache.org/r1839583
+     2.4.x patch: http://home.apache.org/~ylavic/patches/2.4.x-mpms_async_objects_lifetime.patch
+     +1: ylavic, jim (but not for 2.4.35), minfrin
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -176,18 +187,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
       +1: jim, minfrin
 
-  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
-     before signals handling to avoid lifetime issues on restart or shutdown.
-     PR 62658.
-     trunk patch: http://svn.apache.org/r1835845
-                  http://svn.apache.org/r1835846
-                  http://svn.apache.org/r1837354
-                  http://svn.apache.org/r1837356
-                  http://svn.apache.org/r1839571
-                  http://svn.apache.org/r1839583
-     2.4.x patch: http://home.apache.org/~ylavic/patches/2.4.x-mpms_async_objects_lifetime.patch
-     +1: ylavic, jim (but not for 2.4.35), 
-
   *) ab: print Server Temp Key information.
      trunk patch: http://svn.apache.org/r1738415
                   http://svn.apache.org/r1826930