jorton 2004/04/04 08:42:29
Modified: . CHANGES
Log:
Synch with 0.9 branch.
Revision Changes Path
1.457 +10 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.456
retrieving revision 1.457
diff -w -d -u -r1.456 -r1.457
--- CHANGES 3 Apr 2004 17:15:52 -0000 1.456
+++ CHANGES 4 Apr 2004 15:42:29 -0000 1.457
@@ -120,12 +120,22 @@
Changes with APR 0.9.5
+ *) Fix handling of negative numbers in apr_strtoi64() on platforms
+ without strtoll. [Joe Orton]
+
+ *) Fix printing apr_int64_t values smaller than LONG_MIN on 32-bit
+ platforms in apr_vformatter. [Joe Orton]
+
*) Fix apr_socket_opt_set with APR_IPV6_V6ONLY flag. Fixes httpd
Listen IPv6 socket behavior on FreeBSD 5.x, OpenBSD, NetBSD.
[Justin Erenkrantz]
*) Fix apr_time_exp_get() for dates in 2038.
[Philip Martin <philip codematters.co.uk>]
+
+ *) Add APR_LARGEFILE flag to allow opening files with the
+ O_LARGEFILE flag; not recommended for general use, see
+ include/apr_file_io.h. [Joe Orton]
*) Various build fixes: thread_rwlock.c on some Solaris platforms
(PR 22990); filestat.c on ReliantUnix (PR 22990); config.status