summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2012-08-20 20:11:58 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2012-08-20 20:11:58 (GMT)
commitdc7748afb99372d4f3c4ce8e6612bd3d5e6ff481 (patch)
tree590b39a31bf70f143489e6185e72c8939ac4be78 /release_docs
parentb169fa28ff3eaa249cc9309c5c16c0ca28b9e06f (diff)
downloadhdf5-dc7748afb99372d4f3c4ce8e6612bd3d5e6ff481.zip
hdf5-dc7748afb99372d4f3c4ce8e6612bd3d5e6ff481.tar.gz
hdf5-dc7748afb99372d4f3c4ce8e6612bd3d5e6ff481.tar.bz2
[svn-r22701] 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. Merged from HDF5 trunk r22684 and r22691. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2c39d04..06ab9a7 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -112,6 +112,9 @@ Bug Fixes since HDF5-1.8.9
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)
- h5diff: Fixed test failure for "make check" due to failure of
copying test files when performed in HDF5 source tree. Also applied
to other tools. HDFFV-8107 (JKM 2012/08/01)