aaron 2002/08/04 20:31:58
Modified: . CHANGES
Log:
The one-sentence description is way to vague, but worth mentioning anyway.
Revision Changes Path
1.71 +3 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- CHANGES 17 Jul 2002 05:26:52 -0000 1.70
+++ CHANGES 5 Aug 2002 03:31:58 -0000 1.71
@@ -1,5 +1,8 @@
Changes with APR-util b1
+ *) Added a Resource List API for threadsafe access to persistent
+ and dynamically created user-defined resources. [Aaron Bannert]
+
*) Adopted apr-util/xlate from apr/i18n for inclusion of apr-iconv
as required by missing libiconv. [William Rowe]