diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-08 18:57:20 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-08 18:57:20 (GMT) |
commit | 5ff968398fc3159ae99a9ed7dc11c241253a6607 (patch) | |
tree | 6bb7232b2ab6b83e8ab96dbfec03d7dca616a933 /release_docs/RELEASE.txt | |
parent | 6c9787c80b525f98e8f534ddafb8aae4ee32a5f8 (diff) | |
download | hdf5-5ff968398fc3159ae99a9ed7dc11c241253a6607.zip hdf5-5ff968398fc3159ae99a9ed7dc11c241253a6607.tar.gz hdf5-5ff968398fc3159ae99a9ed7dc11c241253a6607.tar.bz2 |
[svn-r19742] Purpose:
Update RELEASE.txt for Bug 1989 : h5diff incorrect result on compound
type of vlen strings.
Tested:
Not necessary
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ab6dd5c..4eda859 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -391,6 +391,11 @@ Cray XT3 2.1.56 n n n n Known Problems ============== +* The h5diff tool can display garbage values when variable length strings in + a compound type dataset are compared. (also variable length string array + in a compound type dataset.) (bug #1989) + This will be fixed in the next release. JKM - 2010/11/05 + * H5Eset_auto can cause a seg fault for a library API call if the application compiles with -DH5_USE_16_API (see bug 1707). It will be fixed in the next release. SLU - 2010/10/5 |