diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2021-08-30 14:56:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 14:56:32 (GMT) |
commit | 01fe2549a36d7635b2cbe6f6a57cbcce29c1335b (patch) | |
tree | 889541417f0b7ca57f117b647d59365079768608 /release_docs/RELEASE.txt | |
parent | 794acf489fa093a3a119723c7cea74cb2880624b (diff) | |
download | hdf5-01fe2549a36d7635b2cbe6f6a57cbcce29c1335b.zip hdf5-01fe2549a36d7635b2cbe6f6a57cbcce29c1335b.tar.gz hdf5-01fe2549a36d7635b2cbe6f6a57cbcce29c1335b.tar.bz2 |
Rework of PR #826 (#972)
* H5Fget_name_f fixed to handle correctly trailing whitespaces and newly allocated buffers.
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b3264a7..86074d0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -745,6 +745,12 @@ New Features Fortran Library: ---------------- + + - H5Fget_name_f fixed to handle correctly trailing whitespaces and + newly allocated buffers. + + (MSB - 2021/08/30, github-826,972) + - Add wrappers for H5Pset/get_file_locking() API calls h5pget_file_locking_f() |