From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:25:47 +0000 (+0100) Subject: Update RELEASE_NOTES.md X-Git-Tag: 1.2~105^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0e6f5638e7b1f5d7340e320d4d12b1146cb93e;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37e33ac..717aeb8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +## Version: 1.1-dev-44-g827e624 +* Modidy `install-exec-hook` to use the standard `$DESTDIR` variable instead of the fixed location `/lib/systemd/`. This is to facilitate build environments that install into a separate directory (e.g. cross-compiling environments). Thanks to [HiFiBerry](https://github.com/hifiberry). + ## Version: 1.1-dev-40-g6111d69 * Fix a crashing bug. Thanks to [ste94pz](https://github.com/ste94pz) for reporting and debugging.