diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-08-31 21:25:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 21:25:43 (GMT) |
commit | f5709db18e10993de3bc4668ad07b66d14279877 (patch) | |
tree | 47d3460af81f87c52d5b2fc3f7774ae7f8aaee83 /release_docs | |
parent | f9b8a4728758d0a5b81fffd3905ccff055c7f485 (diff) | |
download | hdf5-f5709db18e10993de3bc4668ad07b66d14279877.zip hdf5-f5709db18e10993de3bc4668ad07b66d14279877.tar.gz hdf5-f5709db18e10993de3bc4668ad07b66d14279877.tar.bz2 |
Rework of PR #826 (#972) (#978)
* 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>
Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e291edb..40cb914 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -145,7 +145,10 @@ New Features Fortran Library: ---------------- - - + - H5Fget_name_f fixed to handle correctly trailing whitespaces and + newly allocated buffers. + + (MSB - 2021/08/30, github-826,972) C++ Library: |