]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 12 Jan 2009 13:51:55 +0000 (13:51 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Jan 2009 13:51:55 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733752 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5272e8690cc96a39b6dbad522a2bd345590a29f3..ef004e512b41f226e67488f78852a130ec726a6c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -123,9 +123,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       trunk works
     +1: covener, niq, rpluem
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   * util_script (CGI): return 504 (Gateway timeout) rather than 500
     when a script times out before returning status line/headers.
     PR 42190
@@ -141,6 +138,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://people.apache.org/~niq/patches/45959
     +1: niq, rpluem, jim
 
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
   * mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
     way that per-directory rewrites append the previous notion of PATH_INFO
     to each substitution before evaluating subsequent rules.