wrowe 2002/07/16 22:26:52
Modified: . CHANGES
. CHANGES
Log:
Stop and breathe.
Revision Changes Path
1.308 +5 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- CHANGES 16 Jul 2002 17:55:01 -0000 1.307
+++ CHANGES 17 Jul 2002 05:26:52 -0000 1.308
@@ -1,5 +1,10 @@
Changes with APR b1
+ *) Removed apr/i18n to apr-util/xlate for inclusion of apr-iconv
+ as required by missing libiconv. [William Rowe]
+
+ *) Removed apr/md5 and apr/uuid into apr-util/crypto. [William Rowe]
+
*) Add APR_BUFFERED support to apr_os_file_put(). [Justin Erenkrantz]
*) Fix misinterpretation of timeout for select() on Win32/Netware.
1.70 +5 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- CHANGES 16 Jul 2002 18:18:41 -0000 1.69
+++ CHANGES 17 Jul 2002 05:26:52 -0000 1.70
@@ -1,5 +1,10 @@
Changes with APR-util b1
+ *) Adopted apr-util/xlate from apr/i18n for inclusion of apr-iconv
+ as required by missing libiconv. [William Rowe]
+
+ *) Adopted apr-util/crypto/ uuid and md5 from apr. [William Rowe]
+
*) Look for expat in lib64 directories. [Peter Poeml <[EMAIL PROTECTED]>]
*) Faster implementation of apr_brigade_puts() [Brian Pane]