summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStas Bekman <stas@apache.org>2003-10-11 08:37:45 +0200
committerStas Bekman <stas@apache.org>2003-10-11 08:37:45 +0200
commit19eb03c5a6abac6f2aeeba4ff4325478186f43d1 (patch)
tree02169058beadfb138300b123b577fef0f5b1bcfc /CHANGES
parenta href updates, plus transformation. (diff)
downloadapache2-19eb03c5a6abac6f2aeeba4ff4325478186f43d1.tar.xz
apache2-19eb03c5a6abac6f2aeeba4ff4325478186f43d1.zip
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: "Philippe M. Chiasson" <gozer@cpan.org> Reviewed by: stas git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ffd805665b..737aa89d32 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@ 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]