summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-24 19:37:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-24 19:37:33 (GMT)
commit1115133e11e43c45f5f20d74ca4bae76815c63d3 (patch)
tree9b49c294e065f948f46c9c4ea83f88100a083f59 /release_docs/RELEASE.txt
parente4299d463efa0736bc51513b15827e58046cc061 (diff)
parent5cc911f3ba2c5d12c3305b348610f9ba80c85db2 (diff)
downloadhdf5-1115133e11e43c45f5f20d74ca4bae76815c63d3.zip
hdf5-1115133e11e43c45f5f20d74ca4bae76815c63d3.tar.gz
hdf5-1115133e11e43c45f5f20d74ca4bae76815c63d3.tar.bz2
Merge pull request #640 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '5cc911f3ba2c5d12c3305b348610f9ba80c85db2': HDFFV-10188 Force non-native type description HDFFV-10188 merge fix and tests from develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 f538aa2..d7381ca 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -120,6 +120,16 @@ Bug Fixes since HDF5-1.8.19
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.