jerenkrantz 02/05/14 01:40:57
Modified: . CHANGES
Log:
It's Midnight Cinderella. (Actually, it's 1:40, but hey...)
Revision Changes Path
1.66 +3 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- CHANGES 11 May 2002 23:10:24 -0000 1.65
+++ CHANGES 14 May 2002 08:40:57 -0000 1.66
@@ -1,5 +1,8 @@
Changes with APR-util b1
+ *) Ensure that apu-config does not print libtool libraries when
+ using --libs. [Justin Erenkrantz]
+
*) Added apr_bucket_file_enable_mmap() function to the bucket
API to let an application control whether a file bucket may
be turned into an mmap bucket upon read. (The default remains