jwoolley 2003/12/05 17:29:44
Modified: . CHANGES
Log:
note this
Revision Changes Path
1.121 +4 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -u -r1.120 -r1.121
--- CHANGES 16 Nov 2003 19:17:14 -0000 1.120
+++ CHANGES 6 Dec 2003 01:29:43 -0000 1.121
@@ -1,5 +1,9 @@
Changes with APR-util 1.0
+ *) Fixed a bug in apr_rmm that would cause it to mishandle blocks of
+ a size close to the one requested from the allocator.
+ [Kevin Wang <xwang_tech yahoo.com>]
+
*) Add SHA1 support to apr_password_validate.
[Paul Querna <chip force-elite.com>]