summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-04-26 18:36:03 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-04-26 18:36:03 (GMT)
commit0a71144a4f4216b18b63834da43057234bf0643a (patch)
treed3462920878fb8954f7fae6b6724f275973eb069 /release_docs
parent37f914dbcbbc241422a489d75572afa455cbeb8b (diff)
downloadhdf5-0a71144a4f4216b18b63834da43057234bf0643a.zip
hdf5-0a71144a4f4216b18b63834da43057234bf0643a.tar.gz
hdf5-0a71144a4f4216b18b63834da43057234bf0643a.tar.bz2
[svn-r20639] Add missing entry for "Bug HDFFV-4358"
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
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.