]> granicus.if.org Git - apache/commitdiff
backported this change to 2.0:
authorStas Bekman <stas@apache.org>
Tue, 14 Oct 2003 03:45:17 +0000 (03:45 +0000)
committerStas Bekman <stas@apache.org>
Tue, 14 Oct 2003 03:45:17 +0000 (03:45 +0000)
     fix the config parser to support <Foo>..</Foo> containers (no
     arguments in the opening tag) supported by httpd 1.3. Without
     this change mod_perl 2.0's <Perl> sections are broken.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101445 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 737aa89d320aef3a5e57812da603e923f778100a..19d1203e7a53643629e376086d8855771d3425a9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,11 +2,6 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
-  *) fix the config parser to support <Foo>..</Foo> containers (no
-     arguments in the opening tag) supported by httpd 1.3. Without
-     this change mod_perl 2.0's <Perl> sections are broken.
-     ["Philippe M. Chiasson" <gozer@cpan.org>]
-
   *) mod_cgid: fix a hash table corruption problem which could
      result in the wrong script being cleaned up at the end of a
      request.  [Jeff Trawick]
@@ -212,6 +207,11 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) fix the config parser to support <Foo>..</Foo> containers (no
+     arguments in the opening tag) supported by httpd 1.3. Without
+     this change mod_perl 2.0's <Perl> sections are broken.
+     ["Philippe M. Chiasson" <gozer@cpan.org>]
+
   *) Update httpd-*.conf to be clearer in describing the connection
      between AddType and AddEncoding for defining the meaning of
      compressed file extensions. [Roy Fielding]