]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote & note
authorAndré Malo <nd@apache.org>
Mon, 21 Jun 2004 19:36:04 +0000 (19:36 +0000)
committerAndré Malo <nd@apache.org>
Mon, 21 Jun 2004 19:36:04 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104009 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f6259e75929a05e5d0c2405e72b9006dc866dddf..539c9864fb684faadb5169a5ea7f350e83fe695a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/06/21 19:11:56 $]
+Last modified at [$Date: 2004/06/21 19:36:04 $]
 
 Release:
 
@@ -75,7 +75,9 @@ PATCHES TO BACKPORT FROM 2.1
     *) initialize server arrays prior to calling ap_setup_prelinked_modules
        so that static modules can push Defines values when registering
        hooks just like DSO modules can ["Philippe M. Chiasson" <gozer cpan.org>]
-       +1: geoff
+         server/main.c: r1.158
+       +1: geoff, nd
+       nd adds: minor bump.
 
     *) mod_ssl: Remove some unused functions (after CAN-2004-0488 fix is applied)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_util.c?r1=1.46&r2=1.47
@@ -166,7 +168,7 @@ PATCHES TO BACKPORT FROM 2.1
        from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
        processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/loggers/mod_log_config.c?r1=1.118&r2=1.119
-       +1: trawick
+       +1: trawick, nd
 
     *) (re-)add support for RewriteRules in <Proxy> containers. PR 27985
          modules/mappers/mod_rewrite.c: r1.254