From afd862a6aa7c7510f7f4cc76d3dd10990ae96268 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Thu, 20 Dec 2001 20:25:47 +0000 Subject: [PATCH] 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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] -- 2.50.1