trawick 2004/04/16 10:14:17
Modified: . CHANGES
Log:
sync with apr 0.9 branch
Revision Changes Path
1.460 +6 -6 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -r1.459 -r1.460
--- CHANGES 16 Apr 2004 16:32:24 -0000 1.459
+++ CHANGES 16 Apr 2004 17:14:16 -0000 1.460
@@ -7,12 +7,6 @@
Changes with APR 1.0
- *) Provide workaround for socklen_t declaration problem with 64-bit
- build on HP-UX. Stop setting a PA-RISC-specific compile option
- on ia64. Look for -mt thread option, which is used with HP-UX
- vendor compiler on ia64. [Jeff Trawick, based on idea from
- Madhusudan Mathihalli]
-
*) Support "large files" by default on 32-bit Unix platforms which
implement the LFS standard. [Joe Orton]
@@ -121,6 +115,12 @@
apr_compat.h
Changes with APR 0.9.5
+
+ *) Provide workaround for socklen_t declaration problem with 64-bit
+ build on HP-UX. Stop setting a PA-RISC-specific compile option
+ on ia64. Look for -mt thread option, which is used with HP-UX
+ vendor compiler on ia64. [Jeff Trawick, based on idea from
+ Madhusudan Mathihalli]
*) Return an error instead of silently failing when apr_poll() is
used with file descriptors >= FD_SETSIZE. (Unix systems with