You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2016/06/13 12:26:40 UTC

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

Author: trawick
Date: Mon Jun 13 12:26:40 2016
New Revision: 1748196

URL: http://svn.apache.org/viewvc?rev=1748196&view=rev
Log:
fix url, 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=1748196&r1=1748195&r2=1748196&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 13 12:26:40 2016
@@ -114,6 +114,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy_(fcgi|scgi): 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
+                  http://svn.apache.org/r1744459
+     2.4.x patch: trunk works
+     +1: jailletc36, jim, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -145,13 +151,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, jim
 
-  *) mod_proxy_(fcgi|scgi): 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
-                  http://svn.apache.org/91744459
-     2.4.x patch: trunk works
-     +1: jailletc36, jim
-
   *) core: ASCII string comparison functions optimized speed.
      This proposal includes and renames ap_casecmpstr[n] functions available
      in trunk.