stoddard 01/12/20 12:25:47
Modified: . CHANGES
Log:
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
Revision Changes Path
1.481 +3 -0 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.480
retrieving revision 1.481
diff -u -r1.480 -r1.481
--- CHANGES 2001/12/19 14:49:22 1.480
+++ CHANGES 2001/12/20 20:25:47 1.481
@@ -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]
|