summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-05-10 13:59:47 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-05-10 13:59:47 (GMT)
commit025115a1cf310778b3b5154bbad2f8074e8081b8 (patch)
tree572618ba2079904cbb2746866165d5a4aa9bc95a /release_docs/RELEASE.txt
parent479e4f7ba6814be3a4c8eec1b94a5433332a4a6a (diff)
parentdc7852104184dcb647382fa0a10e734c01d3d005 (diff)
downloadhdf5-025115a1cf310778b3b5154bbad2f8074e8081b8.zip
hdf5-025115a1cf310778b3b5154bbad2f8074e8081b8.tar.gz
hdf5-025115a1cf310778b3b5154bbad2f8074e8081b8.tar.bz2
Merge pull request #1697 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'dc7852104184dcb647382fa0a10e734c01d3d005': Add RELEASE.txt entry for HDFFV-10596. Add links to lib files from hl/fortran with names that match those of the other hl libs; e.g. libhdf5_hl_fortran.so -> libhdf5hl_fortran.so. Fix for HDFFV-10596.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 471e936..56783ad 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -129,7 +129,7 @@ Support for New Platforms, Languages, and Compilers
-Bug Fixes since HDF5-1.8.20
+Bug Fixes since HDF5-1.8.21
===========================
Configuration
@@ -178,8 +178,14 @@ Bug Fixes since HDF5-1.8.20
Fortran API
-----------
- - None
-
+ - 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 CMmake 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/05/09, HDFFV-10596)
C++ API
-------