You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/06/05 11:16:54 UTC

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

Author: jim
Date: Mon Jun  5 11:16:54 2017
New Revision: 1797641

URL: http://svn.apache.org/viewvc?rev=1797641&view=rev
Log:
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=1797641&r1=1797640&r2=1797641&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun  5 11:16:54 2017
@@ -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