]> granicus.if.org Git - apache/commitdiff
worth noting
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 6 Aug 2002 06:54:50 +0000 (06:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 6 Aug 2002 06:54:50 +0000 (06:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96313 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b7bc31888428a398fc61ea500407dc8fa6ed46e5..c77af67932db2fab16c98749809b81f064f448a1 100644 (file)
--- 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]