diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-16 03:54:19 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-10-16 03:54:19 (GMT) |
commit | b195e33d3ffa08b87af68f49f69e535cc13398d1 (patch) | |
tree | a4da87871c0eae104766c2f4c8f914a475650a43 /release_docs | |
parent | 97cced22b65a7cea43ce772b252d5a7ed670edc7 (diff) | |
download | hdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.zip hdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.tar.gz hdf5-b195e33d3ffa08b87af68f49f69e535cc13398d1.tar.bz2 |
[svn-r15887] Purpose: Close bug 1332
Description: Improved external link traversal of h5dump. h5dump will now
properly avoid all cycles, even those spanning multiple files. Improvement
to the output of committed datatypes. Committed datatypes are now checked
for uniqueness (like other objects). Tests added for these cases.
Tested: kagiso, linew, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a0df14c..e445d37 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -159,6 +159,10 @@ Bug Fixes since HDF5-1.8.1 Tools ----- + - h5dump now checks for uniqueness of committed datatypes. + (NAF - 2008/10/15) + - Fixed unnecessary indentation of committed datatypes in h5dump. + (NAF - 2008/10/15) - Fixed bugs in h5stat:segmemtation fault when printing groups and print warning message when traversal of objects is unsuccessful. (see bug #1253) (VC- 2008/10/13) |