diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-04-19 23:31:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 23:31:09 (GMT) |
commit | 823bc7381c7c8f2a3f1b73ed5e2a717c0670d5e7 (patch) | |
tree | 61a09d48c1cb86f46693f1392426098e352ded9e /release_docs/RELEASE.txt | |
parent | 03c3a5469542688a52d5a20242d2334408f8ba33 (diff) | |
download | hdf5-823bc7381c7c8f2a3f1b73ed5e2a717c0670d5e7.zip hdf5-823bc7381c7c8f2a3f1b73ed5e2a717c0670d5e7.tar.gz hdf5-823bc7381c7c8f2a3f1b73ed5e2a717c0670d5e7.tar.bz2 |
added HDFFV-11306 entry (#1662)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5e488be..b0d9bc8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -151,7 +151,12 @@ Bug Fixes since HDF5-1.13.1 release Fortran API ----------- - - + - h5open_f and h5close_f fixes + * Fixed it so both h5open_f and h5close_f can be called multiple times. + * Fixed an issue with open objects remaining after h5close_f was called. + * Added additional tests. + (MSB, 2022/04/19, HDFFV-11306) + High-Level Library |