From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 4 Nov 2021 16:28:01 +0000 (+0000) Subject: Update RELEASE_NOTES.md X-Git-Tag: 1.2~89^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3e52f1072b70935dfb20f94d48ad87a9990b4d;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d3b2d5c..b118a0c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +## Version: 1.1-dev-51-g812326a +***Pesky Change You Can't Ignore*** + +A change has been made to where the `nqptp` `systemd` service file is placed. If you are updating from a previous version of `nqptp`, please remove the service file `nqptp.service` from the directory `/lib/systemd/system` (you'll need superuser privileges). A new service file will be installed in the correct location -- `/usr/local/lib/systemd/system` in Ubuntu 20.04 and Raspbian OS (Buster) -- during the `# make install` step. + +**Enhancement** +* Further modify `install-exec-hook` to also use the standard `$(libdir)` variable instead of a fixed location. Thanks to [FW](https://github.com/fwcd). + ## Version: 1.1-dev-44-g827e624 * Modify `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).