From 5f100830f344195eb1537adc90e09e18f227098f Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 21 Sep 2017 11:15:52 +0200 Subject: [PATCH] changelog --- CHANGES/v2.3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES/v2.3.txt b/CHANGES/v2.3.txt index 5accb6fd7..c395497a4 100644 --- a/CHANGES/v2.3.txt +++ b/CHANGES/v2.3.txt @@ -202,5 +202,8 @@ For users: For developers: - Fixed a bug in `./configure --disable-libsearch` when searching for molfile plugins. - Cppcheck on travis-ci has been updated to 1.80. +- Using `install_name_tool` also on non-installed libraries. This makes it possible to link them and later + find them without explicitly setting `DYLD_LIBRARY_PATH`. This should also make the `DYLD_LIBRARY_PATH` irrelevant. + Notice that `DYLD_LIBRARY_PATH` is not well behaved in OSX El Capitan. */ -- GitLab