]> granicus.if.org Git - apache/commitdiff
Add note to CHANGES about apr_sendfile fix in APR. This will likly fix several
authorBill Stoddard <stoddard@apache.org>
Thu, 20 Dec 2001 20:25:47 +0000 (20:25 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 20 Dec 2001 20:25:47 +0000 (20:25 +0000)
bugs reported against Apache 2.0.28 on Windows 98

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92551 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ae88821f33df96a9fdd11868e13ce11f21a930a..641128d91c05ded37392a7c63518036e039ecccf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
 Changes with Apache 2.0.30-dev
+  *) Win32: Made change to apr_sendfile() to return APR_ENOTIMPL
+     if oslevel < WINNT.  This should fix several problems reported
+     Against 2.0.28 on Windows 98 [Bill Stoddard]
 
   *) Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS
      to fail. [Bill Stoddard]