diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 19:59:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-27 19:59:12 (GMT) |
commit | 966adccc597418b63f7299701210bdd035d5cdf7 (patch) | |
tree | f19f333f8d58dd8870e5805ba760bb0acce33bab /release_docs | |
parent | 44f3c84cc9e177d345783e8a42e592377a6d8da3 (diff) | |
download | hdf5-966adccc597418b63f7299701210bdd035d5cdf7.zip hdf5-966adccc597418b63f7299701210bdd035d5cdf7.tar.gz hdf5-966adccc597418b63f7299701210bdd035d5cdf7.tar.bz2 |
[svn-r5900] Purpose:
Code cleanup/New Feature
Description:
Improve the space allocation in the file by re-using freed space more
effectively.
Platforms tested:
FreeBSD 4.6 (sleipnir) w/serial & parallel
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 37fb5ab..ff86398 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -35,6 +35,8 @@ Bug Fixes since HDF5-1.4.0 Library ------- + * Partially fixed space allocation inefficiencies in the file by + improving our algorithms for re-using freed space. QAK - 2002/08/27 * Fixed data corruption problem which could occur when fill values were written to a contiguously stored dataset in parallel. QAK - 2002/08/27 * Fixed metadata corruption problem which could occur when many objects |