You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/12/08 19:55:44 UTC

svn commit: r602528 - /httpd/httpd/branches/2.2.x/STATUS

Author: niq
Date: Sat Dec  8 10:55:44 2007
New Revision: 602528

URL: http://svn.apache.org/viewvc?rev=602528&view=rev
Log:
Vote&promote some more

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=602528&r1=602527&r2=602528&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Dec  8 10:55:44 2007
@@ -79,10 +79,6 @@
 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 @@
        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 @@
        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).