diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-04-26 21:16:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-04-26 21:16:49 (GMT) |
commit | 0845a870809c1c2ace5003bcd297b62c1a3c54ec (patch) | |
tree | f373fb41255e879726a29ed7a6ff8f5d945961e9 | |
parent | 865a59b4448fe432a6757a31727aa21b87e0310e (diff) | |
download | hdf5-0845a870809c1c2ace5003bcd297b62c1a3c54ec.zip hdf5-0845a870809c1c2ace5003bcd297b62c1a3c54ec.tar.gz hdf5-0845a870809c1c2ace5003bcd297b62c1a3c54ec.tar.bz2 |
[svn-r29821] Fix valgrind issues including HDFFV-9784
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fdf0a4d..aff32b1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -304,6 +304,13 @@ This release supports the following features: Issues Addressed in this Release Since 1.10.0 ============================================= + - h5diff would return from a compare attributes abnormally if one of the datatypes + was a vlen. This resulted in a memory leak as well as an incorrect report of + attribute comparison. + + Fixed. + (ADB - 2016/04/26, HDFFV-9784) + - The JUnit-interface test may fail on Solaris platforms. The result of a test for verifying the content of the error stack to stdout is in a different order on Solaris then other platforms. |