dougm 01/08/19 09:08:36
Modified: . CHANGES
Log:
note name changes
Revision Changes Path
1.31 +11 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- CHANGES 2001/08/18 10:02:49 1.30
+++ CHANGES 2001/08/19 16:08:36 1.31
@@ -1,5 +1,16 @@
Changes with APR-util b1
+ *) prefix UNP_* flags with APR_URI_
+
+ rename:
+ apr_uri_components -> apr_uri_t
+ apr_uri_unparse_components -> apr_uri_unparse
+ apr_uri_parse_components -> apr_uri_parse
+ apr_uri_parse_hostinfo_components -> apr_uri_parse_hostinfo
+
+ s/APU_URI_/APR_URI_/g
+ [Perl]
+
*) Landed the link-to-LDAP to the build process, and the LDAP v2/v3
compatibility functions.
[Dave Carrigan <[EMAIL PROTECTED]>, Graham Leggett]