You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/05/01 00:32:14 UTC

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

Author: rpluem
Date: Mon Apr 30 15:32:11 2007
New Revision: 533870

URL: http://svn.apache.org/viewvc?view=rev&rev=533870
Log:
* Cast some votes

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?view=diff&rev=533870&r1=533869&r2=533870
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Apr 30 15:32:11 2007
@@ -90,7 +90,7 @@
       svn diff -r516175:HEAD http://svn.apache.org/repos/asf/httpd/httpd/trunk/support/ab.c
       applies to 2.2.x branch with offsets. 
       
-      +1: sctemme
+      +1: sctemme, rpluem
 
     * mod_ssl: Move thread locking upcall initialization before
       hardware library initialization, so hardware library can use
@@ -99,7 +99,7 @@
 
       http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?r1=520701&r2=525709&view=patch
       
-      +1: sctemme
+      +1: sctemme, rpluem
 
     * mod_proxy_ajp: Fix wrong retry when sending the response failed.
       PR 40310 (The old fix wasn't ok).
@@ -187,7 +187,7 @@
        http://svn.apache.org/viewvc?view=rev&revision=526892
      2.2.x version of patch:
        Trunk version works
-     +1: trawick
+     +1: trawick, rpluem
 
    * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
      processing of error responses (4xx, 5xx) will be altered.  PR