summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-04-14 11:23:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-04-14 11:23:31 (GMT)
commit03b8054a7cacb5d39a4347381b3149a976d75505 (patch)
tree03b21b34550be9c02b668a627416eb401c2eba47 /release_docs/RELEASE.txt
parent93ade77d97c9f694bd7e043c4bc12b5876613c5a (diff)
downloadhdf5-03b8054a7cacb5d39a4347381b3149a976d75505.zip
hdf5-03b8054a7cacb5d39a4347381b3149a976d75505.tar.gz
hdf5-03b8054a7cacb5d39a4347381b3149a976d75505.tar.bz2
[svn-r6667] Purpose:
Note improvements in re-using free space in file.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e660bba..3527f1c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,6 +35,10 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * The library now correctly reuses space when objects are deleted in the
+ file. This should be handled correctly for every situation, except
+ datasets with variable-length datatypes are not returning the space they
+ use in the global heap currently. QAK - 2003/04/13
* Fixed error in B-tree deletion routine which could cause groups to be
corrupted when objects are removed from them.
QAK - 2003/04/11