summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-08-31 21:26:26 (GMT)
committerGitHub <noreply@github.com>2021-08-31 21:26:26 (GMT)
commit87219574a831dbeffcc73a6a385e3ccc3784c90d (patch)
treeaacb81fe07218c35a32ddbf9732f416cc9e3ff1f /release_docs
parent3abbb9c5f41bca50ae25ca9e0c856a93aff638f4 (diff)
downloadhdf5-87219574a831dbeffcc73a6a385e3ccc3784c90d.zip
hdf5-87219574a831dbeffcc73a6a385e3ccc3784c90d.tar.gz
hdf5-87219574a831dbeffcc73a6a385e3ccc3784c90d.tar.bz2
Rework of PR #826 (#972) (#979)
* 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.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a9fb7ae..234102f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -156,7 +156,11 @@ 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:
------------