summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-09-06 06:51:06 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-09-06 06:51:06 (GMT)
commitd7c76e3aacd6f5966725516b0049f62e2efea586 (patch)
tree956ba00860a97253d54c4beaa9d3c6fcb3b9afba /release_docs
parent00c572cd6a75406dc0f45cbadf775015e6e6f105 (diff)
downloadhdf5-d7c76e3aacd6f5966725516b0049f62e2efea586.zip
hdf5-d7c76e3aacd6f5966725516b0049f62e2efea586.tar.gz
hdf5-d7c76e3aacd6f5966725516b0049f62e2efea586.tar.bz2
Add info for release notes
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 269c19e..9deaf48 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,7 +121,14 @@ Bug Fixes since HDF5-1.8.19
Library
-------
- - None
+ - Fix H5HL_offset_into()
+
+ (1) Fix H5HL_offset_into() to return error when offset exceeds heap data
+ block size.
+ (2) Fix other places in the library that call this routine to detect
+ error routine.
+
+ (HDFFV-10216, VC, 2017/09/05)
Parallel Library