wrowe 00/12/12 06:47:36
Modified: . CHANGES
Log:
Just a forward pointer
Revision Changes Path
1.20 +5 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- CHANGES 2000/12/12 12:30:17 1.19
+++ CHANGES 2000/12/12 14:47:35 1.20
@@ -1,4 +1,9 @@
Changes with APR a9
+
+ *) Removed the iconv implementation from the i18n/unix/iconv branch.
+ This now resides in the apr-iconv repository, and will be ported
+ over time to use native apr types (e.g. apr_dso) for portability.
+
*) Only support IPv6 if we have sockaddr_in and a working
getaddrinfo(). [Jeff Trawick]