summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-02 16:57:16 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-02 16:57:16 (GMT)
commit13c16c89823a412f3d6504f249836c7ed73f5c81 (patch)
tree44ac93eb296b0602faf8492e89d3ab6e9102f6ca /release_docs
parentd3770ffaefbf34b502ca31fbbcd3ffab565c70b2 (diff)
downloadhdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.zip
hdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.tar.gz
hdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.tar.bz2
[svn-r19713] Purpose:
Fixed h5diff to handle variable-length strings in a compound dataset correctly. Also variable-length string array in a compound dataset. Bug #1989. Description: Garbage values were displayed when h5diff compared variable-length strings (or string array) in a compound type dataset. Merged from hdf5 trunk r19712. Tested: jam (linux32-LE), heiwa (linuxppc64-BE)
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 625ea43..f8a53b9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -106,6 +106,11 @@ Bug Fixes since HDF5-1.8.6
Tools
-----
+ - Fixed h5diff to handle variable-length strings in a compound dataset
+ correctly. (also variable-length string array in a compound dataset)
+ Garbage values were displayed when h5diff compared multiple
+ variable-length strings in a compound type dataset.
+ Bug#1989 (JKM 2010/10/28)
- Fixed h5copy to fail gracefully when copying object to non-exist
group without -p option. Bug#2040 (JKM 2010/10/18)