]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a few votes
authorJeff Trawick <trawick@apache.org>
Wed, 10 Sep 2003 17:34:32 +0000 (17:34 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 10 Sep 2003 17:34:32 +0000 (17:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101215 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b72b346f95e9b85b9ed3d940dbc4096289489dc9..ef056d8d713fbf55eaacadee7b42d87871145223 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/09/10 12:00:20 $]
+Last modified at [$Date: 2003/09/10 17:34:32 $]
 
 Release:
 
@@ -77,7 +77,7 @@ PATCHES TO PORT FROM 2.1
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.154&r2=1.155
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.156&r2=1.157
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.173&r2=1.174
-      +1: rederpj, nd
+      +1: rederpj, nd, trawick
 
     * Replace some of the mutex locking in the worker MPM with
       atomic operations for higher concurrency.
@@ -328,7 +328,7 @@ PATCHES TO PORT FROM 2.1
       token and to skip token parameters. PR 21523.
       Don't compress if there was *any* non-identity endoding applied before.
         modules/filters/mod_deflate.c: r1.37, r1.38
-      +1: nd, striker
+      +1: nd, striker, trawick
 
     * Fix mod_log_config's %b format to write "-" in case of bytes_sent == 0.
         modules/loggers/mod_log_config.c: r1.106
@@ -355,7 +355,7 @@ PATCHES TO PORT FROM 2.1
     * Fix include_cmd in mod_cgid, not to treat the cmd output (partially)
       as CGI output.
         modules/generators/mod_cgid.c: r1.153
-      +1: nd
+      +1: nd, trawick
 
     * Fix inconsistency in generated expression parse tree. (2.0 + 1.3)
       There's also a practical advantage; it saves some CPU cycles, since the