]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Hit-and-run voting.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 3 Mar 2004 05:03:24 +0000 (05:03 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 3 Mar 2004 05:03:24 +0000 (05:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102843 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ad65833fe14ff19f2ac4873b9db118a088baab50..87126ef69fa0d1971074cd91fefe198f54500481 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/01 22:01:48 $]
+Last modified at [$Date: 2004/03/03 05:03:24 $]
 
 Release:
 
@@ -84,7 +84,7 @@ PATCHES TO BACKPORT FROM 2.1
        now enforced solely with the LimitRequestLine config directive.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.263&r2=1.264
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.145&r2=1.146
-      +1:  rederpj
+      +1:  rederpj, jerenkrantz
 
     * Win32 mpm: Fix broken find_ready_listener in Win32DisableAcceptEx path
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/mpm/winnt/child.c?r1=1.29&r2=1.30
@@ -98,13 +98,13 @@ PATCHES TO BACKPORT FROM 2.1
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/connection.c?r1=1.114&r2=1.116
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.261&r2=1.263
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/eoc_bucket.c (new file)
-      +1: madhum
+      +1: madhum, jerenkrantz
 
     * mod_ssl: Fix nasty memory leak for each plain-HTTP-on-SSL-port request.
       PR: 27106
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.117&r2=1.118
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.120&r2=1.121      
-      +1: jorton, trawick
+      +1: jorton, trawick, jerenkrantz
 
     * mod_setenvif: remove support for remote_user variable which never
       worked at all. PR 25725 (2.0 + 1.3)
@@ -115,8 +115,8 @@ PATCHES TO BACKPORT FROM 2.1
       spurious failures in SSL functions later.
       PR: 21160
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.44&r2=1.45
-      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.49&r2=1.50
-      +1: jorton, trawick
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_pphrase.c?r1=1.49&r2=1.50 (comment-only modification)
+      +1: jorton, trawick, jerenkrantz
 
     * Fix file extensions for real media files and removed rpm extension
       from mime.types. PR 26079. (2.0 + 1.3)
@@ -258,7 +258,7 @@ PATCHES TO BACKPORT FROM 2.1
         Fix existing bug that leads to segfault with this fix if
         "BufferedLogs Off" is used:
         http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.114&r2=1.115
-      +1: trawick stoddard (, jerenkrantz)
+      +1: trawick, stoddard, jerenkrantz
 
     * mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
       size.  PR 20617  [Jesse Pelton <jsp pkc.com>]