diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-25 21:58:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-25 21:58:44 (GMT) |
commit | 08d63d17f9ba80f205d54bc6526cb709a81ff0cb (patch) | |
tree | f6675312a2de50fb101e8531ba1c0e26601c8f97 /release_docs | |
parent | 1018256d55516c376204d8f92fcceb0c5e518aba (diff) | |
download | hdf5-08d63d17f9ba80f205d54bc6526cb709a81ff0cb.zip hdf5-08d63d17f9ba80f205d54bc6526cb709a81ff0cb.tar.gz hdf5-08d63d17f9ba80f205d54bc6526cb709a81ff0cb.tar.bz2 |
Add the release note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7eb70e1..cd29900 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -147,6 +147,15 @@ Bug Fixes since HDF5-1.10.1 release Tools ----- + - h5diff + + h5diff segfaulted on compare of a NULL variable length string. + + Improved h5diff compare of strings by adding a check for + NULL strings and setting the lengths to zero. + + (ADB - 2017/07/25, HDFFV-10246) + - h5import h5import crashed trying to import data from a subset of a dataset. |