summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-06-21 18:24:35 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-06-21 18:24:35 (GMT)
commit83b77cb4eb777b8e04ba2bdc71e2c53bc9cfd1b5 (patch)
tree4b81ee58b585e9354574cc4849e89d080fa7bbc4 /release_docs
parent82a2e4ebca4dc595a7337703d6001f2adbe45e31 (diff)
downloadhdf5-83b77cb4eb777b8e04ba2bdc71e2c53bc9cfd1b5.zip
hdf5-83b77cb4eb777b8e04ba2bdc71e2c53bc9cfd1b5.tar.gz
hdf5-83b77cb4eb777b8e04ba2bdc71e2c53bc9cfd1b5.tar.bz2
[svn-r21014] Purpose:
HDFFV-5878 - GMQS: h5dump - incorrect output format for array type with multiple elements in an index Description: Fixed h5dump to display the first line of each element into correct position for multiple dimention array type. Before this fix, the first line of each element in array were displayed after the last line of previous element without moving to the next line (+indentation) Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b7e45c2..86882fd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -534,6 +534,12 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - Fixed h5dump to display the first line of each element into correct
+ position for multiple dimention array type.
+ Before this fix, the first line of each element in array were
+ displayed after the last line of previous element without
+ moving to the next line (+indentation).
+ Bug #HDFFV-5878 (JKM 06/15/2011)
- Fixed h5dump to display correct value for H5T_STD_I8LE dataset
on a system (ppc64, linux, Big-Endian, clustering).
Bug #HDFFV-7594 (ABERT & JKM 05/12/2011)