From: William A. Rowe Jr Date: Tue, 6 Aug 2002 06:54:50 +0000 (+0000) Subject: worth noting X-Git-Tag: 2.0.40~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a7588ea336a5b2886fbc9f109152409232d522;p=apache worth noting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96313 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b7bc318884..c77af67932 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.40 + *) Solved the reports of .pdf byterange failures on Win32 alone. + APR's sendfile for the win32 platform collapses header and trailer + buffers into a single buffer. However, we destroyed the pointers + to the header buffer if a trailer buffer was present. PR 10781 + [William Rowe] + *) mod_ext_filter: Add the ability to enable or disable a filter via an environment variable. Add the ability to register a filter of type other than AP_FTYPE_RESOURCE. [Jeff Trawick]