]> granicus.if.org Git - apache/commitdiff
fix url, vote, promote
authorJeff Trawick <trawick@apache.org>
Mon, 13 Jun 2016 12:26:40 +0000 (12:26 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 13 Jun 2016 12:26:40 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748196 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e07de1b5a4a8ad364dba4cdd3d1fd3a84197234f..962380a0d58e6a29fdeab2ddc673cc332ac3ab7b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.