summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-08-31 21:25:43 (GMT)
committerGitHub <noreply@github.com>2021-08-31 21:25:43 (GMT)
commitf5709db18e10993de3bc4668ad07b66d14279877 (patch)
tree47d3460af81f87c52d5b2fc3f7774ae7f8aaee83 /release_docs
parentf9b8a4728758d0a5b81fffd3905ccff055c7f485 (diff)
downloadhdf5-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.txt5
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: