]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update RELEASE_NOTES.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 4 Nov 2021 16:28:01 +0000 (16:28 +0000)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 16:28:01 +0000 (16:28 +0000)
RELEASE_NOTES.md

index d3b2d5c44ba97e38d60adca721b67f8139fe175e..b118a0c7d9361e6ebecf1ce6f1a14c9b98da2c66 100644 (file)
@@ -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).