summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-17 20:43:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-17 20:43:12 (GMT)
commit2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7 (patch)
tree64ebe11b3c378a3b7ae9a22a30a66848835cc22b /release_docs/RELEASE.txt
parentbe4641777f07900d3bed28ff6824f61a4b29b813 (diff)
downloadhdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.zip
hdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.tar.gz
hdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.tar.bz2
replace deleted note
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 3a841a6..89d77fd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -242,6 +242,14 @@ Bug Fixes since HDF5-1.10.1 release
(such as szip or zlib) to be available.
(ADB - 2017/11/16, HDFFV-10328)
+ - 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