diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-21 05:46:34 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-07-21 05:46:34 (GMT) |
commit | c983fc3c5bc3cab152ce80990536c2faf4642392 (patch) | |
tree | 307d2d51a10cbc86812c65768e121c69dd9051d2 /release_docs/RELEASE.txt | |
parent | 4f37cdcd36adb1bafcdf9af49b611180a64d157b (diff) | |
parent | 243a36911fb80931225e0044cc654ccbfec3ed10 (diff) | |
download | hdf5-c983fc3c5bc3cab152ce80990536c2faf4642392.zip hdf5-c983fc3c5bc3cab152ce80990536c2faf4642392.tar.gz hdf5-c983fc3c5bc3cab152ce80990536c2faf4642392.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp4 into develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 |