wrowe 2002/08/05 23:54:50
Modified: . CHANGES
Log:
worth noting
Revision Changes Path
1.878 +6 -0 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.877
retrieving revision 1.878
diff -u -r1.877 -r1.878
--- CHANGES 1 Aug 2002 23:26:43 -0000 1.877
+++ CHANGES 6 Aug 2002 06:54:50 -0000 1.878
@@ -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]
|