From: Bill Stoddard Date: Wed, 24 Mar 2004 20:03:34 +0000 (+0000) Subject: new vote X-Git-Tag: 2.0.50~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb93ab1a516480ec1bcba71c47d23aa88e68fbcb;p=thirdparty%2Fapache%2Fhttpd.git new vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103126 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f00fc112a5e..60c6a61bc26 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/24 19:50:56 $] +Last modified at [$Date: 2004/03/24 20:03:34 $] Release: @@ -72,6 +72,14 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Bojan Smojver's fix to core_output_filter emulate_sendfile() + Fix bug that could result in sending garbage over the network + when module handlers construct bucket brigades containing + multiple file buckets all referencing the same open file + descriptor. + server/core.c?r1=1.268&r2=1.269 + +1: stoddard + *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack is set in r->subprocess_env allow mismatched query strings to pass. PR: 27758