From: Stas Bekman Date: Tue, 14 Oct 2003 03:45:17 +0000 (+0000) Subject: backported this change to 2.0: X-Git-Tag: pre_ajp_proxy~1108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87ed475e51ef994fbbd8d1ff83c99add6a9f7234;p=apache backported this change to 2.0: fix the config parser to support .. containers (no arguments in the opening tag) supported by httpd 1.3. Without this change mod_perl 2.0's 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 --- diff --git a/CHANGES b/CHANGES index 737aa89d32..19d1203e7a 100644 --- 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 .. containers (no - arguments in the opening tag) supported by httpd 1.3. Without - this change mod_perl 2.0's sections are broken. - ["Philippe M. Chiasson" ] - *) 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 .. containers (no + arguments in the opening tag) supported by httpd 1.3. Without + this change mod_perl 2.0's sections are broken. + ["Philippe M. Chiasson" ] + *) Update httpd-*.conf to be clearer in describing the connection between AddType and AddEncoding for defining the meaning of compressed file extensions. [Roy Fielding]