From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 8 Dec 2021 17:32:38 +0000 (+0000) Subject: Update RELEASE_NOTES.md X-Git-Tag: 1.2~65^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dc83840f65fcdd11e6d553f7e13255c1677fdd9;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 75a829d..c3eb8ae 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +## Version: 1.1-dev-94-gbaf43f0 +#### Significant Changes +* Change clock base to improve stability. You'll need to update Shairport Sync to correspond to it. If you forget to, Shairport Sync will not work properly and will leave a message in the log. +* Improve the ability to maintain synchronisation on a noisy network. + +#### Changes +* Don't die if the clock table is full or address list is malformed -- just ignore any extra clocks or invalid ip specs. +* Move to using CLOCK_MONOLITHIC_RAW to avoid NTP effects. Bump interface version. +* Allow a larger amount of negative jitter to be accepted. +* Only install a service file if there isn't one there already. + ## Version: 1.1-dev-74-gf713183 **Enhancement** * Add code to activate a PTP clock that has become effectively silent. This can happen to a PTP clock on an Apple Silicon Mac after it has been woken from sleep. It may happen elsewhere.