summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-04 14:03:39 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-04 14:03:39 (GMT)
commitbc2bc80be9c11ba1d1a8f83341266fa601e9b613 (patch)
treeba3a115502413ef0d33a7539cb18baa6700fc46b /release_docs/RELEASE.txt
parent51b97cc02d39ae7f05b129463087ef13a97a2822 (diff)
parentad1570276a67d422a4f6eff6e54a04f51fb0bd3b (diff)
downloadhdf5-bc2bc80be9c11ba1d1a8f83341266fa601e9b613.zip
hdf5-bc2bc80be9c11ba1d1a8f83341266fa601e9b613.tar.gz
hdf5-bc2bc80be9c11ba1d1a8f83341266fa601e9b613.tar.bz2
Merge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 792e5b2..39c978b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.20-snap0 currently under development
+HDF5 version 1.8.20-snap1 currently under development
================================================================================
INTRODUCTION
@@ -92,7 +92,7 @@ New Features
Support for New Platforms, Languages, and Compilers
===================================================
-
+
Bug Fixes since HDF5-1.8.19
@@ -120,7 +120,24 @@ Bug Fixes since HDF5-1.8.19
Tools
-----
- - None
+ - h5dump
+
+ h5dump segfaulted on output of XML file.
+
+ Function that escape'd strings used the full buffer length
+ instead of just the length of the replacement string in a
+ strncpy call. Using the correct length fixed the issue.
+
+ (ADB - 2017/08/01, HDFFV-10256)
+
+ - 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