]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote&promote some more
authorNick Kew <niq@apache.org>
Sat, 8 Dec 2007 18:55:44 +0000 (18:55 +0000)
committerNick Kew <niq@apache.org>
Sat, 8 Dec 2007 18:55:44 +0000 (18:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@602528 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f3a6a0af6bb36e0a0de199a97e5094f2db268a13..a46f58f8c9678a938e97b1febed1b6821e1d525d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,10 +79,6 @@ 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_rewrite: Also set the Vary header if a rewrite condition is true and
     uses a HTTP header, but all remaining rewrite conditions are skipped due
     to the [OR] flag.
@@ -107,7 +103,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewcvs.cgi?rev=574684&view=rev
     Backport version for 2.2.x of patch:
        Trunk version of patch works
-    +1: rpluem, jim
+    +1: rpluem, jim, niq
 
   * server/protocol.c: Prevent 1-byte overflow on 8192 boundary in
     ap_vrprintf(). PR 43310
@@ -116,7 +112,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=602491
     2.2.x:
        Trunk version of patch works
-    +1: jim, rpluem
+    +1: jim, rpluem, niq
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
    * mod_proxy: Support variable interpolation in reverse proxy configuration
      (revised proposal dealing with wrowe's concerns).