From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:22:53 +0000 (+0100) Subject: Update RELEASE_NOTES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f367d535ba495d6382bef08191fa88c3cfd4ec26;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 17256f0..cce351a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +## Version: 1.2.5-dev-24-g494ff3f +* Following a [suggestion](https://github.com/mikebrady/nqptp/issues/33) by [Jörn Nettingsmeier](https://github.com/nettings), use the `DynamicUser` facility provided by `systemd` to define the system user needed to run the NQPTP daemon. Many thanks to them. New installations will use this arrangement. + Optionally, if you wish to use it on an existing installation: + ``` + # rm /usr/local/lib/systemd/system/nqptp.service + # systemctl daemon-reload + ``` + before building and installing NQPTP. + ## Version: 1.2.5-dev-18-gb8384c4 * Documentation fix. Thanks to [Rudi Heitbaum](https://github.com/heitbaum) for a documentation fix in [PR 34](https://github.com/mikebrady/nqptp/pull/34). ## Version: 1.2.5-dev-16-g32bfe78