[svn-r20639] Add missing entry for "Bug HDFFV-4358"

This commit is contained in:
Jonathan Kim 2011-04-26 13:36:03 -05:00
parent 37f914dbcb
commit 0a71144a4f

View File

@ -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.