summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-11-14 22:24:44 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-11-14 22:24:44 (GMT)
commitf7a7d0a00613cba997212fa8032091629a678797 (patch)
tree167bd12816bfc6a1e02846992c16217cad7456db /release_docs
parent97bc393449f3fe02c5992872ab2842e12f611ef0 (diff)
downloadhdf5-f7a7d0a00613cba997212fa8032091629a678797.zip
hdf5-f7a7d0a00613cba997212fa8032091629a678797.tar.gz
hdf5-f7a7d0a00613cba997212fa8032091629a678797.tar.bz2
Add RELEASE.txt note for HDFFV-10274.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f9dc6e9..c332dc3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -180,6 +180,14 @@ Bug Fixes since HDF5-1.8.19
Library
-------
+ - Fix rare object header corruption bug
+
+ In certain cases, such as when converting large attributes to dense
+ storage, an error could occur which would either fail an assertion or
+ cause file corruption. Fixed and added test.
+
+ (NAF - 2017/11/14, HDFFV-10274)
+
- H5Zfilter_avail in H5Z.c
The public function checked for plugins, while the private