]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Cast some votes...
authorJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:04:15 +0000 (13:04 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 1 May 2007 13:04:15 +0000 (13:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@534051 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6ea0b4a7e396df35550ca81b77e0596f36c2c8d9..e731d5833fc879d0dca4f971c218397dcf4aec5d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,7 +90,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       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, rpluem
+      +1: sctemme, rpluem, jim
 
     * mod_ssl: Move thread locking upcall initialization before
       hardware library initialization, so hardware library can use
@@ -99,7 +99,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
       http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?r1=520701&r2=525709&view=patch
       
-      +1: sctemme, rpluem
+      +1: sctemme, rpluem, jim
 
     * mod_proxy_ajp: Fix wrong retry when sending the response failed.
       PR 40310 (The old fix wasn't ok).
@@ -187,7 +187,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=526892
      2.2.x version of patch:
        Trunk version works
-     +1: trawick, rpluem
+     +1: trawick, rpluem, jim
 
    * HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses alone.  Only
      processing of error responses (4xx, 5xx) will be altered.  PR
@@ -196,7 +196,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=527969
      2.2.x version of patch:
        Trunk version works
-     +1: trawick, rpluem
+     +1: trawick, rpluem, jim
 
    * mod_cache: Correctly cache and recall entities whose request URL's
      are url-escaped.