]> granicus.if.org Git - apache/commitdiff
promote
authorEric Covener <covener@apache.org>
Mon, 6 Jun 2016 18:08:21 +0000 (18:08 +0000)
committerEric Covener <covener@apache.org>
Mon, 6 Jun 2016 18:08:21 +0000 (18:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747046 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 27a88d44e0402656f453f587c73845596e87b753..cb4f445faba68692d487c477c28f781ec2e2e425 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,6 +114,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ *) mod_include: add the <!--#comment ...> syntax in order to include comments
+     in a SSI file.
+     Trunk patch: http://svn.apache.org/r1737476
+     2.4.x patch: trunk patch works (compatibility note to be adjusted)
+     +1: jailletc36, gsmith, covener
+
+ *) core: save a few bytes in conf pool.
+     trunk patch: http://svn.apache.org/r1744980
+     2.4.x patch: trunk works
+     +1: jailletc36, icing, covener
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -144,13 +155,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: trawick
      ylavic: there may be missing bits, see thread for commit r1736510.
 
-  *) mod_include: add the <!--#comment ...> syntax in order to include comments
-     in a SSI file.
-     Trunk patch: http://svn.apache.org/r1737476
-     2.4.x patch: trunk patch works (compatibility note to be adjusted)
-     +1: jailletc36, gsmith, covener
-
-  *) mpm_event, mpm_worker: Fix computation of MinSpareThreads' lower bound
+    *) 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
@@ -170,11 +175,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: covener, jailletc36
 
-  *) core: save a few bytes in conf pool.
-     trunk patch: http://svn.apache.org/r1744980
-     2.4.x patch: trunk works
-     +1: jailletc36, icing, covener
-
   *) mod_proxy_(fcgi|scgi|http): save a few bytes in the request pool when this
      handler is not able to process the URL.
      trunk patch: http://svn.apache.org/r1744458