From ea55fed75fea9b4ac6373c6637c58f6c37738a53 Mon Sep 17 00:00:00 2001 From: Petr Zemek Date: Tue, 16 Jan 2018 07:04:17 +0100 Subject: [PATCH] Add a new CHANGELOG entry (set a proper rpath during installation, #77). --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89ac5dd6..84589a825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Enhancement: Prefixed all the installed binaries and scripts with `retdec-` ([#70](/~https://github.com/avast-tl/retdec/issues/70)). Also, some tools were renamed to make their names more uniform. * Enhancement: Got rid of all git submodules ([#92](/~https://github.com/avast-tl/retdec/issues/92), [#93](/~https://github.com/avast-tl/retdec/issues/93)). Moved sources of all RetDec-related repositories to this main repository. Third-party dependencies are downloaded and built via CMake's external projects. +* Enhancement: Set a proper `rpath` during installation on Linux and macOS ([#77](/~https://github.com/avast-tl/retdec/issues/77)). This allows us to move the installation directory after the installation into another location. * Enhancement: Added community support for building and running RetDec inside Docker ([#60](/~https://github.com/avast-tl/retdec/pull/60)). * Enhancement: Decrease the default timeout when downloading the support package during installation ([#6](/~https://github.com/avast-tl/retdec/pull/6)). * Enhancement: Any shell can be used to install the decompiler, not just Bash.