Add the release note

This commit is contained in:
Allen Byrne 2017-07-25 16:58:44 -05:00
parent 1018256d55
commit 08d63d17f9

View File

@ -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.