From: Cliff Woolley Date: Sat, 11 Oct 2003 21:14:32 +0000 (+0000) Subject: put this where it goes, add my +1 X-Git-Tag: 2.0.48~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0417a292e695fce6667f486ce895c17087ceec;p=thirdparty%2Fapache%2Fhttpd.git put this where it goes, add my +1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101419 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e158131c333..defd437a54e 100644 --- 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 . httpd-2.0's config parser + doesn't like container directives with no arguments (Syntax + error on line nn of httpd.conf: directive missing closing + '>'). This fix restores the support for .. containers. + server/config.c: r1.167 + +1: stas, jwoolley + + CURRENT RELEASE NOTES: * Backwards compatibility is expected of future Apache 2.0 releases,