summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-18 22:59:04 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2020-02-18 23:19:58 (GMT)
commitc48304aba27b12d24a35914982869709a9f984ce (patch)
tree86c7718c6aeb6a182b278fce463d82fd5495f645 /release_docs
parentef5de9bfdec1196795edfff68b56c7375a619019 (diff)
downloadhdf5-c48304aba27b12d24a35914982869709a9f984ce.zip
hdf5-c48304aba27b12d24a35914982869709a9f984ce.tar.gz
hdf5-c48304aba27b12d24a35914982869709a9f984ce.tar.bz2
Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f
HDFFV-11029
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c912749..bfae0ef 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -315,6 +315,13 @@ Bug Fixes since HDF5-1.12.0-alpha1 release
(CJH - 2019/12/09, HDFFV-10934)
+ FORTRAN library:
+ ----------------
+
+ - Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f.
+
+ (MSB - 2020/2/18, HDFFV-11029)
+
Java Library:
----------------
- Added ability to test java library with VOLs.