You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2013/10/07 21:35:52 UTC

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

Author: gsmith
Date: Mon Oct  7 19:35:52 2013
New Revision: 1530037

URL: http://svn.apache.org/r1530037
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=1530037&r1=1530036&r2=1530037&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Oct  7 19:35:52 2013
@@ -97,6 +97,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * core: Axe MSVC warning for http_protocol.c (issued about 128 times
+          with a 2.4.x build)
+    trunk patch: https://svn.apache.org/r1529449
+    2.4.x: trunk patch works
+    +1: trawick, covener, gsmith
+
+  * WinNT MPM: Follow MS docs on AcceptEx/GetAcceptExSockaddrs
+    trunk patch: https://svn.apache.org/r1363312
+    2.4.x: trunk patch works
+    +1: trawick, covener, gsmith
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -204,17 +215,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: trunk works modulo CHANGES
     +1: rjung, covener
 
-  * core: Axe MSVC warning for http_protocol.c (issued about 128 times
-          with a 2.4.x build)
-    trunk patch: https://svn.apache.org/r1529449
-    2.4.x: trunk patch works
-    +1: trawick, covener
-
-  * WinNT MPM: Follow MS docs on AcceptEx/GetAcceptExSockaddrs
-    trunk patch: https://svn.apache.org/r1363312
-    2.4.x: trunk patch works
-    +1: trawick, covener
-
   * Error log on Windows: Fix the name of the null device to fix failure
     to discard stderr.
     trunk patch: https://svn.apache.org/r1527008