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-15 17:06:29 (GMT)
commit837dc4bb51e3d3e823235228a33f6ffeae166b52 (patch)
tree364c4ca6a14c3e881caa41b84dab86819018cc87 /release_docs
parente6224c7d8f5b3193561d1058c5ca0cfc3dab2dc8 (diff)
downloadhdf5-837dc4bb51e3d3e823235228a33f6ffeae166b52.zip
hdf5-837dc4bb51e3d3e823235228a33f6ffeae166b52.tar.gz
hdf5-837dc4bb51e3d3e823235228a33f6ffeae166b52.tar.bz2
Add RELEASE.txt note for HDFFV-10274.
(cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797)
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 297dccb..1ac55c5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -231,6 +231,14 @@ Bug Fixes since HDF5-1.10.1 release
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