diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-14 19:08:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-14 19:08:34 (GMT) |
commit | 769ee96c1fd7cdcc4de2f2b1f36e943ebf9fff8b (patch) | |
tree | d17a58cc98b8789145de837650aaba38dd7af262 /release_docs | |
parent | bc6ab7c0a6ff27d3d52707419385ccd0771ffa0c (diff) | |
download | hdf5-769ee96c1fd7cdcc4de2f2b1f36e943ebf9fff8b.zip hdf5-769ee96c1fd7cdcc4de2f2b1f36e943ebf9fff8b.tar.gz hdf5-769ee96c1fd7cdcc4de2f2b1f36e943ebf9fff8b.tar.bz2 |
[svn-r8874] Purpose:
Bug fix
Description:
Correct problems with "resurrecting" a dataset in a file. (This occurs
when a dataset which is open gets unlinked from the group hierarchy (making it
"dead" and marked for deletion in the file) and then is re-linked to the group
hierarchy). Note that the current solution applies only to datasets, further
work will fix this for groups and named datatypes also.
Also, fix the "debug" routines to be a little more helpful in certain
situations.
Additionally, fix a locking bug in the symbol table node splitting routine
which could be [one of] the cause[s] of the file corruption in flexible
parallel operation.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
h5committested
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 1cd9edc..a0bbcd8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -142,6 +142,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed bug where "resurrecting" a dataset was failing. + QAK - 2004/07/14 - Fixed bug where incorrect data could be read from a chunked dataset after it was extended. QAK - 2004/07/12 - Fixed failure to read data back from file of compound type with |