diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-17 20:43:12 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-17 20:43:12 (GMT) |
commit | 2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7 (patch) | |
tree | 64ebe11b3c378a3b7ae9a22a30a66848835cc22b | |
parent | be4641777f07900d3bed28ff6824f61a4b29b813 (diff) | |
download | hdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.zip hdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.tar.gz hdf5-2e3f1b1600b47ac9b89fa41ec7e2a98a78c8a6b7.tar.bz2 |
replace deleted note
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
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 |