]> granicus.if.org Git - apache/commitdiff
note backport
authorGeoffrey Young <geoff@apache.org>
Tue, 6 Jul 2004 18:50:57 +0000 (18:50 +0000)
committerGeoffrey Young <geoff@apache.org>
Tue, 6 Jul 2004 18:50:57 +0000 (18:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104188 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 5f25e02f5b28f85c87a6941f7ce7bca17cdd40b8..1df92491b4cae487663b06dd9067730f1dd1f06c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,10 +20,6 @@ Changes with Apache 2.1.0-dev
      from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
      processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
 
-  *) 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>]
-
   *) Add -l option to rotatelogs to let it use local time rather than
      UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
 
@@ -393,6 +389,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.51
 
+  *) 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>]
+
   *) Small fix to allow reverse proxying to an ftp server. Previously
      an attempt to do this would try and connect to 0.0.0.0, regardless
      of the server specified. PR 24922