aaron 2004/03/15 00:29:00
Modified: . CHANGES
Log:
Mention the new apr_reslist_invalidate function.
Revision Changes Path
1.126 +4 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- CHANGES 13 Feb 2004 09:55:25 -0000 1.125
+++ CHANGES 15 Mar 2004 08:29:00 -0000 1.126
@@ -4,6 +4,10 @@
the Apache License, Version 2.0 (http://www.apache.org/licenses).
[Apache Software Foundation]
+ *) A new function, apr_reslist_invalidate, was added so that invalid
+ resources can be removed from a reslist instead of being returned
+ to the reslist in a broken state. [Nick Kew <nick webthing.com>]
+
*) Switch to a single, top-level make. [Greg Stein]
*) Add timeout feature to apr_reslist_acquire().