You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2016/06/13 23:38:00 UTC

svn commit: r1748335 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Mon Jun 13 23:38:00 2016
New Revision: 1748335

URL: http://svn.apache.org/viewvc?rev=1748335&view=rev
Log:
Vote and promote.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1748335&r1=1748334&r2=1748335&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 13 23:38:00 2016
@@ -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