From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:00:05 +0000 (+1100) Subject: Update RELEASE_NOTES.md X-Git-Tag: 1.2~42^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb71c5c816912cd1352115ead6375c209b76c6e7;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 13b3315..3993f5f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,17 @@ +## Version: 1.1-dev-120-g6fd665d +***Pesky Change You Can't Ignore*** + +A change has been made the `nqptp` `systemd` service file, so before updating, please remove the existing service file with the following command: +``` +# rm /usr/local/lib/systemd/system/nqptp.service +``` +**Enhancement** +* Always create a new SHM interface for every new shm address provided. +* Remove redundant coded. +* Add a few debug messages. +* Enhance the service record to define the service provided. +* Quieten some chatty debug messages. + ## Version: 1.1-dev-108-ga378f07 **Enhancement** * Ensure the shared memory interface is updated when mastership is removed.