summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-08-03 22:44:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-08-03 22:44:37 (GMT)
commit20be89402848d5730066f0780d1c2038a4968c38 (patch)
treee6c607b317c821386832adfdde53168522bb24a6 /RELEASE
parented4d48157e40410f0fa4c6cede35ff5058da9fa4 (diff)
downloadhdf5-20be89402848d5730066f0780d1c2038a4968c38.zip
hdf5-20be89402848d5730066f0780d1c2038a4968c38.tar.gz
hdf5-20be89402848d5730066f0780d1c2038a4968c38.tar.bz2
[svn-r2458] Added notes for my bug fixes and API additions over the last couple of days.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 14620e1..0e1b3bb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -78,6 +78,11 @@ Library
certain compound datatype conversions was fixed for nested compound
types. This required a small change in the datatype conversion
function API.
+ * Re-wrote part of the hyperslab initialization code to speed it up quite
+ a bit.
+ * Added bounded garbage collection for the free lists when they run out of
+ memory and also added H5set_free_list_limits API call to allow users to
+ put an upper limit on the amount of memory used for free lists.
Configuration