]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, promote
authorStefan Eissing <icing@apache.org>
Thu, 17 Mar 2016 09:39:53 +0000 (09:39 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 17 Mar 2016 09:39:53 +0000 (09:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735380 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 398f4522ce3217d5634bd0a224eb368924724551..208248d4b75e8ef2d976a8cdefb6bd567bb3dea8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -112,6 +112,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: Ensure that httpd exits with an error status when the MPM fails
+     to run.
+     trunk patch: http://svn.apache.org/r1629925
+                  http://svn.apache.org/r1629927
+                  http://svn.apache.org/r1629928
+                  http://svn.apache.org/r1733162
+                  http://svn.apache.org/r1733173
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-exit_with_error_on_mpm_failure.patch
+     +1: ylavic, jim, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -142,16 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: OK, this is just that persisted slotmems won't be reused on first
              startup, not that the startup will fail (as I first thought).
 
-  *) core: Ensure that httpd exits with an error status when the MPM fails
-     to run.
-     trunk patch: http://svn.apache.org/r1629925
-                  http://svn.apache.org/r1629927
-                  http://svn.apache.org/r1629928
-                  http://svn.apache.org/r1733162
-                  http://svn.apache.org/r1733173
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-exit_with_error_on_mpm_failure.patch
-     +1: ylavic, jim
-
   *) core/util_script: relax alphanumeric filter of enviroment variable names
           on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al.
           unadulterated in 64 bit versions of Windows. PR 46751.