From fb009419d331f77b0268dc8fca31528be0ced289 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 4 Apr 2000 16:12:11 -0500 Subject: [PATCH] [svn-r2074] Updated to mention the free-lists and H5garbage_collect API function --- HISTORY | 6 ++++-- RELEASE | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index a07aa1d3fb..b87a77a65d 100644 --- a/HISTORY +++ b/HISTORY @@ -50,11 +50,13 @@ Configuration later as before. One can just do "./configure --enable-parallel" if the MPI library is in the system library. -Dataset region references -------------------------- +Library +------- * Error was fixed which was not allowing dataset region references to have their regions retrieved correctly. + * Added internal free-lists to reduce memory required by the library and + H5garbage_collect API function Tools ------ diff --git a/RELEASE b/RELEASE index 09cd9f5159..7d31549282 100644 --- a/RELEASE +++ b/RELEASE @@ -47,6 +47,8 @@ Library correctly. * Error was fixed which was not allowing dataset region references to have their regions retrieved correctly. + * Added internal free-lists to reduce memory required by the library and + H5garbage_collect API function Configuration -------------