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>]
+
*) 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]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/10/13 19:18:21 $]
+Last modified at [$Date: 2003/10/14 03:43:17 $]
Release:
modules/generators/mod_info.c r1.151
+1: trawick
- * httpd-2.0's config parser is incompatible with httpd-1.3's one,
- which allowed containers like <Perl>. httpd-2.0's config parser
- doesn't like container directives with no arguments (Syntax
- error on line nn of httpd.conf: <Perl> directive missing closing
- '>'). This fix restores the support for <Foo>..</Foo> containers.
- server/config.c: r1.167
- +1: stas, jwoolley, trawick
-
-
CURRENT RELEASE NOTES:
* Backwards compatibility is expected of future Apache 2.0 releases,