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 2013/11/16 20:20:15 UTC

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

Author: minfrin
Date: Sat Nov 16 19:20:15 2013
New Revision: 1542555

URL: http://svn.apache.org/r1542555
Log:
Vote, 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=1542555&r1=1542554&r2=1542555&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Nov 16 19:20:15 2013
@@ -97,6 +97,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
+    and align w/ trunk.
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409214
+                 http://svn.apache.org/viewvc?view=revision&revision=1410004
+    2.4.x patch: http://people.apache.org/~jim/patches/httpd-2.4-podx-v2.patch
+    +1: jim, rjung, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -121,13 +128,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              necessary free cycles, I propose to include
              http://svn.apache.org/r1515162
 
-  * mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
-    and align w/ trunk.
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409214
-                 http://svn.apache.org/viewvc?view=revision&revision=1410004
-    2.4.x patch: http://people.apache.org/~jim/patches/httpd-2.4-podx-v2.patch
-    +1: jim, rjung
-
   * event: Use skiplist and fold in performance tweeks from trunk
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1451706
                  http://svn.apache.org/viewvc?view=revision&revision=1517365