diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-08-15 16:04:26 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-08-15 16:04:26 (GMT) |
commit | 231fc4d7818c037844aa8adb9f514da8e6c37fa9 (patch) | |
tree | e92f8eb7e6f2217c1808bd9dd00f1da9adfa1a2c /release_docs | |
parent | d27ec1d3bd4740d7d962f26da9b2a19a27592273 (diff) | |
download | hdf5-231fc4d7818c037844aa8adb9f514da8e6c37fa9.zip hdf5-231fc4d7818c037844aa8adb9f514da8e6c37fa9.tar.gz hdf5-231fc4d7818c037844aa8adb9f514da8e6c37fa9.tar.bz2 |
[svn-r22684] Purpose:
Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class
Description:
When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated.
Fixed to match up the smaller type size to big type size like what dataset does.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fd94005..9d1b28a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -705,6 +705,9 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - h5diff: Fixed the incorrect result when comparing attribute data + values and the data type has same class but different size. + HDFFV-7942 (JKM 08/15/2012) - ph5diff: Fixed intermittent hang issue on a certain operation in parallel mode. It was detected by daily test for comparing non-comparable objects, but it could have occurred in other |