]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 5 Jun 2017 11:16:54 +0000 (11:16 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 5 Jun 2017 11:16:54 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797641 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 307645b14e3d6ee50758374eb041f3adda19ed62..402ddc51f306f5906ddd21a5ceac909368bd0db3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -127,6 +127,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c  1792092,1796864 ^/httpd/httpd/trunk .
      +1: covener, jim, ylavic
 
+  *) worker, prefork: save some cycles by not copying the listener's pollfds
+                      for each pollset operation
+     trunk patch: http://svn.apache.org/r1662437
+     2.4.x patch: svn merge -c 1662437 ^/httpd/httpd/trunk .
+     +1: jailletc36, ylavic, jim
+
+   *) mod_mime: Fix scanning of quoted-pairs.
+      trunk patch: http://svn.apache.org/r1797550
+      2.4.x patch: svn merge -c 1797550 ^/httpd/httpd/trunk .
+      +1: covener, ylavic, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -194,12 +205,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_event-wakeup-v7.1.patch
      +1: ylavic, icing
 
-  *) worker, prefork: save some cycles by not copying the listener's pollfds
-                      for each pollset operation
-     trunk patch: http://svn.apache.org/r1662437
-     2.4.x patch: svn merge -c 1662437 ^/httpd/httpd/trunk .
-     +1: jailletc36, ylavic, jim
-
    *) prefork: This fixes race-condition in signals handling when httpd is
                runnning on foreground and user hits ctrl+c
      trunk patch: http://svn.apache.org/r1618555
@@ -210,11 +215,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
                 2.2.x backport.
 
-   *) mod_mime: Fix scanning of quoted-pairs.
-      trunk patch: http://svn.apache.org/r1797550
-      2.4.x patch: svn merge -c 1797550 ^/httpd/httpd/trunk .
-      +1: covener, ylavic, jim
-
    *) core: Save 160 bytes in the request pool and some cycles if no <If>
             directive is used.
       trunk patch: http://svn.apache.org/r1735906