]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
copycat
authorJeff Trawick <trawick@apache.org>
Fri, 27 Aug 2004 16:08:31 +0000 (16:08 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 27 Aug 2004 16:08:31 +0000 (16:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104857 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 201822707428654568d5ccb5770321757c92bc2a..579b23b70d7c888037cf52cba49958cb13e92b83 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/08/27 15:27:03 $]
+Last modified at [$Date: 2004/08/27 16:08:31 $]
 
 Release:
 
@@ -81,21 +81,22 @@ PATCHES TO BACKPORT FROM 2.1
     *) EOC bucket handling fix for core_output_filter (prevents possible variable use-
        after-free since .49).
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.276&r2=1.277
-       +1: jorton
+       +1: jorton, trawick
        
     *) Don't link suexec against APR/etc libraries.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39
-       +1: jorton
+       +1: jorton, trawick
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.
        http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff
-       +1: jorton
+       +1: jorton, trawick
 
     *) Escape errfn strings before sending them to the log file (and
        analogus patch to mod_cgid)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/generators/mod_cgi.c?r1=1.167&r2=1.168
        +1: stoddard, trawick, jorton
        nd: I'd like to add 1.169
+       trawick: 1.169 is fine with me
 
     *) Add -l option to rotatelogs to let it use local time rather than
        UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
@@ -162,7 +163,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) Fix memory leak in mod_rewrite. PR 27862. (2.0 + 1.3)
          http://www.apache.org/~nd/mod_rewrite_fixleak.diff
-       +1: nd, jorton
+       +1: nd, jorton, trawick
 
     *) mod_log_config: Fix a bug which prevented request completion time
        from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE