summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-01-04 15:34:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-01-04 15:34:18 (GMT)
commit482d95c8f948599b424443adb42c038703794e72 (patch)
tree73c858ca3d6ff06bae8e16cdd24c52f740fc4dfc /release_docs/RELEASE.txt
parentcc0421291e0160ba475c74bea4c28b6872ceb03d (diff)
downloadhdf5-482d95c8f948599b424443adb42c038703794e72.zip
hdf5-482d95c8f948599b424443adb42c038703794e72.tar.gz
hdf5-482d95c8f948599b424443adb42c038703794e72.tar.bz2
Add RELEASE.txt entry for HDFFV-10596.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2f44541..ff18e71 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -327,6 +327,15 @@ Bug Fixes since HDF5-1.10.3 release
Fortran
--------
+ - Added symbolic links libhdf5_hl_fortran.so to libhdf5hl_fortran.so and
+ libhdf5_hl_fortran.a to libhdf5hl_fortran.a in hdf5/lib directory for
+ autotools installs. These were added to match the name of the files
+ installed by cmake and the general pattern of hl lib files. We will
+ change the names of the installed lib files to the matching name in
+ the next major release.
+
+ (LRK - 2019/01/04, HDFFV-10596)
+
- Made Fortran specific subroutines PRIVATE in generic procedures.
Effected generic procedures were functions in H5A, H5D, H5P, H5R and H5T.