summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-26 17:25:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-26 17:25:02 (GMT)
commitebec5c6117375f616196ea0bc11419ce8414ba24 (patch)
treef69d027c3b765355cc98533afe5a0a660cbf275d /release_docs
parent5527dbfac2d0e4b0bb48a3f479a1a9dfd5dddb79 (diff)
downloadhdf5-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.txt10
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