You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/01/07 20:36:15 UTC

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

Author: covener
Date: Wed Jan  7 11:36:14 2009
New Revision: 732441

URL: http://svn.apache.org/viewvc?rev=732441&view=rev
Log:
vote & promote 

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=732441&r1=732440&r2=732441&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Jan  7 11:36:14 2009
@@ -86,15 +86,12 @@
 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 @@
         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.