diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-26 18:36:03 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-04-26 18:36:03 (GMT) |
commit | 0a71144a4f4216b18b63834da43057234bf0643a (patch) | |
tree | d3462920878fb8954f7fae6b6724f275973eb069 /release_docs/RELEASE.txt | |
parent | 37f914dbcbbc241422a489d75572afa455cbeb8b (diff) | |
download | hdf5-0a71144a4f4216b18b63834da43057234bf0643a.zip hdf5-0a71144a4f4216b18b63834da43057234bf0643a.tar.gz hdf5-0a71144a4f4216b18b63834da43057234bf0643a.tar.bz2 |
[svn-r20639] Add missing entry for "Bug HDFFV-4358"
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 02c67b7..298d8b6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -527,6 +527,11 @@ Bug Fixes since HDF5-1.8.0 release ----- - Updated h5dump test case script to prevent entire test failure upon source directory is read-only. Bug# HDFFV-4342 (JKM 2011/4/12) + - Fixed h5dump displaying incorrect values for H5T_STD_I8BE type data in + attribute on Big-Endian machine. H5T_STD_I8BE is unsigned 8bit type, + so h5dump is supposed to display -2 instead of 254. It worked correctly + on Little-Endian system , but not on Big-Endian system. Bug #HDFFV-4358 + (JKM 04/08/2011) - Updated to unify option name to '--enable-error-stack' for printing HDF5 error stack messages for HDF5 tools. h5ls and h5dump for now. For h5ls, this replaces "-e/--errors" option, which is deprecated. |