striker 02/04/29 01:39:42
Modified: . CHANGES
Log:
Restore after bumping the tag
Revision Changes Path
1.270 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- CHANGES 29 Apr 2002 08:36:33 -0000 1.269
+++ CHANGES 29 Apr 2002 08:39:42 -0000 1.270
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Don't try to use /dev/zero and mmap on platforms that don't
+ support that (such as HP-UX). PR 8537. [Justin Erenkrantz]
+
*) Reduce the number of apr_sendfile calls on AIX and OS/390 by
remembering when the kernel tells us the next one will block.
[Jeff Trawick]