diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-20 16:21:50 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-20 16:21:50 (GMT) |
commit | ad317226eacbf5b0a770e458290236ba91861fdc (patch) | |
tree | f27a351ab6c4bd7f879ecc99273ce8178a26a9f8 /release_docs | |
parent | 32d5a3be1ca8a0a4ec8ad22373e00d65d8aad2f1 (diff) | |
download | hdf5-ad317226eacbf5b0a770e458290236ba91861fdc.zip hdf5-ad317226eacbf5b0a770e458290236ba91861fdc.tar.gz hdf5-ad317226eacbf5b0a770e458290236ba91861fdc.tar.bz2 |
Fix for HDFFV-9277: update the ainfo message after removing an attribute.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 34d90ff..1976ed6 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -110,6 +110,16 @@ Bug Fixes since HDF5-1.10.2 release Library ------- + - H5Adelete + + H5Adelete failed when deleting the last "large" attribute that + is stored densely via fractal heap/v2 b-tree. + + After removing the attribute, update the ainfo message. If the + number of attributes goes to zero, remove the message. + + (VC - 2018/07/20, HDFFV-9277) + - Error checks in h5stat and when decoding messages h5stat exited with seg fault/core dumped when |