diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-09-26 17:25:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-09-26 17:25:02 (GMT) |
commit | ebec5c6117375f616196ea0bc11419ce8414ba24 (patch) | |
tree | f69d027c3b765355cc98533afe5a0a660cbf275d /release_docs | |
parent | 5527dbfac2d0e4b0bb48a3f479a1a9dfd5dddb79 (diff) | |
download | hdf5-ebec5c6117375f616196ea0bc11419ce8414ba24.zip hdf5-ebec5c6117375f616196ea0bc11419ce8414ba24.tar.gz hdf5-ebec5c6117375f616196ea0bc11419ce8414ba24.tar.bz2 |
HDFFV-10594 - Add rpath configuration note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 393a9b2..3acc1ed 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,16 @@ New Features Configuration: ------------- + - Add default rpath to targets + + Default rpaths should be set in shared executables and + libraries to allow the use of loading dependent libraries + without requiring LD_LIBRARY_PATH to be set. The default + path should be relative using @rpath on osx and $ORIGIN + on linux. Windows is not affected. + + (ADB - 2018/09/26, HDFFV-10594) + - Add missing USE_110_API_DEFAULT option. Option USE_110_API_DEFAULT sets the default version of |