summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-21 14:33:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-21 14:33:54 (GMT)
commit6e8b9dcfd4a0423ec8518a8f9a5107ab7e854414 (patch)
treee773c8026a0fbdd7d3f09171e2a289e84cd2da2c /release_docs
parent164eee91cfdf18e870519099fbad388a6ccb85cf (diff)
downloadhdf5-6e8b9dcfd4a0423ec8518a8f9a5107ab7e854414.zip
hdf5-6e8b9dcfd4a0423ec8518a8f9a5107ab7e854414.tar.gz
hdf5-6e8b9dcfd4a0423ec8518a8f9a5107ab7e854414.tar.bz2
HDFFV-10188 add release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2dbe7e9..3f9e9c0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -147,6 +147,16 @@ Bug Fixes since HDF5-1.10.1 release
Tools
-----
+ - h5ls
+
+ h5ls generated error on stack when it encountered a H5S_NULL
+ dataspace.
+
+ Adding checks for H5S_NULL before calling H5Sis_simple (located
+ in the h5tools_dump_mem function) fixed the issue.
+
+ (ADB - 2017/08/17, HDFFV-10188)
+
- h5dump
h5dump segfaulted on output of XML file.