summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 792e5b2..cd9a1f5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -92,7 +92,7 @@ New Features
Support for New Platforms, Languages, and Compilers
===================================================
-
+
Bug Fixes since HDF5-1.8.19
@@ -120,7 +120,14 @@ Bug Fixes since HDF5-1.8.19
Tools
-----
- - None
+ - 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)
Fortran API