summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-15 19:15:31 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-15 19:15:31 (GMT)
commit2880ef43eb03526e7d75551720547b85e66a3086 (patch)
treeec69c85ef5a04340d377dbb13982fcf370b09047 /release_docs
parentf4138013dbc6851e968ea3d37b32776538ef306b (diff)
parentd5c0a54878a418b6a0b581ef4d9a1c5abb463d46 (diff)
downloadhdf5-2880ef43eb03526e7d75551720547b85e66a3086.zip
hdf5-2880ef43eb03526e7d75551720547b85e66a3086.tar.gz
hdf5-2880ef43eb03526e7d75551720547b85e66a3086.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 3d93b80..836d1a1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -401,6 +401,14 @@ 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.