]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote & promote
authorEric Covener <covener@apache.org>
Wed, 7 Jan 2009 19:36:14 +0000 (19:36 +0000)
committerEric Covener <covener@apache.org>
Wed, 7 Jan 2009 19:36:14 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@732441 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f1e824a28eb7e09c897845dd71b60b0bba56a1f0..82500b67efe4bf505c01852abdcea0c5a1292fef 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -86,15 +86,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   * mod_ext_filter: fix error handling when the filter prog fails to start.
     PR 41120
     http://svn.apache.org/viewvc?view=rev&revision=731358
     http://svn.apache.org/viewvc?view=rev&revision=731388
     http://svn.apache.org/viewvc?view=rev&revision=731594
-    +1: niq, rpluem
+    +1: niq, rpluem, covener
 
   * Enhance ap_escape_html to add an option to escape all non-ASCII
     characters.  Use this to fix mod_include's handling of entities.
@@ -103,12 +100,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewvc?view=rev&revision=730296
       2.2.x:
         http://people.apache.org/~niq/patches/25202
-    +1: niq, rpluem
+    +1: niq, rpluem, covener
 
   * mod_rewrite: fix "B" flag breakage by reverting r5589343
     PR 45529
     http://svn.apache.org/viewvc?view=rev&revision=730274
-    +1: niq, rpluem
+    +1: niq, rpluem, covener
+
+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.