From: Bill Stoddard Date: Thu, 20 Dec 2001 20:25:47 +0000 (+0000) Subject: Add note to CHANGES about apr_sendfile fix in APR. This will likly fix several X-Git-Tag: 2.0.30~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60af497a664f240170e2575763dc21658b774d28;p=apache Add note to CHANGES about apr_sendfile fix in APR. This will likly fix several 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 --- diff --git a/CHANGES b/CHANGES index 6ae88821f3..641128d91c 100644 --- 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]