]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
put this where it goes, add my +1
authorCliff Woolley <jwoolley@apache.org>
Sat, 11 Oct 2003 21:14:32 +0000 (21:14 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sat, 11 Oct 2003 21:14:32 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101419 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e158131c3331136f27a033ccc1e7c7e6a70e8a2c..defd437a54e46a4e9dda4a7b7c2c230a9d0a249f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/10/11 21:10:46 $]
+Last modified at [$Date: 2003/10/11 21:14:32 $]
 
 Release:
 
@@ -266,6 +266,15 @@ PATCHES TO BACKPORT FROM 2.1
         modules/generators/mod_cgid.c r1.157
       +1: trawick, stoddard
 
+    * 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
+
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,