trawick 2004/04/10 14:30:55
Modified: . CHANGES
Log:
sync with apr 0.9.5
Revision Changes Path
1.458 +4 -4 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- CHANGES 4 Apr 2004 15:42:29 -0000 1.457
+++ CHANGES 10 Apr 2004 21:30:55 -0000 1.458
@@ -20,10 +20,6 @@
*) Switch to a single, top-level make. [Greg Stein]
- *) Return an error instead of silently failing when apr_poll() is
- used with file descriptors >= FD_SETSIZE. (Unix systems with
- no native poll()) [Jeff Trawick, Brad Nicholes]
-
*) new error status APR_STATUS_IS_ENOTENOUGHENTROPY, Doxygen fixes
[Sander Temme <sander at temme dot net]
@@ -119,6 +115,10 @@
apr_compat.h
Changes with APR 0.9.5
+
+ *) Return an error instead of silently failing when apr_poll() is
+ used with file descriptors >= FD_SETSIZE. (Unix systems with
+ no native poll()) [Jeff Trawick, Brad Nicholes]
*) Fix handling of negative numbers in apr_strtoi64() on platforms
without strtoll. [Joe Orton]