]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Mon, 13 Jun 2016 23:38:00 +0000 (23:38 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 13 Jun 2016 23:38:00 +0000 (23:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748335 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c9e90e52e921bd423e011862709c0fd7a682df4e..0108746d21ad70bc6c6b8b31791f0b9ea75526d9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,6 +114,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound
+     according the number of listeners buckets.
+     trunk patch: http://svn.apache.org/r1737447
+                  http://svn.apache.org/r1737449
+                  http://svn.apache.org/r1737451
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, jim, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -137,14 +145,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: trawick
      ylavic: there may be missing bits, see thread for commit r1736510.
 
-  *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound
-     according the number of listeners buckets.
-     trunk patch: http://svn.apache.org/r1737447
-                  http://svn.apache.org/r1737449
-                  http://svn.apache.org/r1737451
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, jim
-
   *) abs: Add OPENSSL_Applink in Visual Studio >= 2015 or abs fails with a no
      OPENSSL_Applink error. PR59630
      trunk patch: http://svn.apache.org/r1745767