diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-07-20 16:21:50 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-07-26 22:23:01 (GMT) |
commit | 56d1d200b81b00284a2aa62d401b97d076145f12 (patch) | |
tree | 7b9ecbebc48c1249a9daf46dde121e1e620d85e9 /release_docs | |
parent | c992df8d8ff43f49f553d13bbd666b5f98625a88 (diff) | |
download | hdf5-56d1d200b81b00284a2aa62d401b97d076145f12.zip hdf5-56d1d200b81b00284a2aa62d401b97d076145f12.tar.gz hdf5-56d1d200b81b00284a2aa62d401b97d076145f12.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 ea9894f..4bd6555 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -99,6 +99,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 |