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

STATUS

diff --git a/STATUS b/STATUS
index 87e395c049761ece794fd965ba266c249797c9e5..19601703bfe17ff1932fab78696ca1a6e6005dc1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/17 09:04:56 $]
+Last modified at [$Date: 2004/09/17 10:15:09 $]
 
 Release:
 
@@ -76,15 +76,15 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) buildconf: Clean autoconf cache and do mod_ssl timestamp dance.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/buildconf?r1=1.37&r2=1.40
-       +1: jorton
+       +1: jorton, trawick
     
     *) remove config.{guess,sub} and PrintPath from build (they are copied
        by buildconf already)
-       +1: jorton
+       +1: jorton, trawick
 
     *) Use HTML 2.0 <hr> for error pages. PR 30732
          modules/http/http_protocol.c: r1.483
-       +1: nd, jorton
+       +1: nd, jorton, trawick
 
     *) mod_mem_cache: Fixed race condition causing segfault because of memory being
        freed twice, or reused after being freed. Changed the atomic usage of refcount
@@ -97,7 +97,7 @@ PATCHES TO BACKPORT FROM 2.1
        (2.0 + 1.3)
          http://www.apache.org/~nd/dbmmap_1.3.patch
          http://www.apache.org/~nd/dbmmap_2.0.patch
-       +1: nd
+       +1: nd, trawick
 
     *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
        (2.0 + 1.3)