From: André Malo Date: Fri, 5 Sep 2003 22:59:14 +0000 (+0000) Subject: add some notes. X-Git-Tag: 2.0.48~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf47a465e0dda82d28c85730ee378553f02af4d;p=thirdparty%2Fapache%2Fhttpd.git add some notes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101175 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 375bdffffa3..1de2e330d7b 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/09/05 21:37:00 $] +Last modified at [$Date: 2003/09/05 22:59:14 $] Release: @@ -343,6 +343,10 @@ PATCHES TO PORT FROM 2.1 +1: nd, brianp jwoolley suggests: Hang onto it for 2.2 series. brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults? + nd adds: perhaps I'll find some time over the weekend to add more + wrapper code to the patch, which fills in the fields in question + with some valid "fake" values. Though I don't think that it's + really necessary -- how does this sound? * Fix include_cmd in mod_cgid, not to treat the cmd output (partially) as CGI output. @@ -350,6 +354,8 @@ PATCHES TO PORT FROM 2.1 +1: nd * Fix inconsistency in generated expression parse tree. (2.0 + 1.3) + There's also a practical advantage; it saves some CPU cycles, since the + tree walk is shorter. modules/filters/mod_include.c: r1.261 +1: nd