summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2020-02-19 18:36:33 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2020-02-19 18:36:33 (GMT)
commit93c9f3b0ae2cc7ad8e2f4b92de276e8cfa65aba1 (patch)
tree86c7718c6aeb6a182b278fce463d82fd5495f645 /release_docs/RELEASE.txt
parentef5de9bfdec1196795edfff68b56c7375a619019 (diff)
parentc48304aba27b12d24a35914982869709a9f984ce (diff)
downloadhdf5-93c9f3b0ae2cc7ad8e2f4b92de276e8cfa65aba1.zip
hdf5-93c9f3b0ae2cc7ad8e2f4b92de276e8cfa65aba1.tar.gz
hdf5-93c9f3b0ae2cc7ad8e2f4b92de276e8cfa65aba1.tar.bz2
Merge pull request #2381 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_12_0 to hdf5_1_12_0
* commit 'c48304aba27b12d24a35914982869709a9f984ce': Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f
Diffstat (limited to 'release_docs/RELEASE.txt')
-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.