striker 02/05/01 03:47:03
Modified: . CHANGES
Log:
Restore after the tag
Revision Changes Path
1.276 +6 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- CHANGES 1 May 2002 10:39:05 -0000 1.275
+++ CHANGES 1 May 2002 10:47:03 -0000 1.276
@@ -10,6 +10,12 @@
*) Don't require that the DNS can map 127.0.0.1 when checking for
the presence/usability of getnameinfo(). PR 7642. [Jeff Trawick]
+ *) Remove APR_WANT_SIGNAL from apr_want.h because code must include
+ apr_signal.h in order to get consistent definitions. [Roy Fielding]
+
+ *) 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]