From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:26:21 +0000 (+0100) Subject: Update RELEASE_NOTES.md X-Git-Tag: 1.2~1^2~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176d0e1c0893e3a2d0b7fe815f194bc2193354a5;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c900662..82d2ab4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## Version: 1.1-dev-199-g2b5490c +**Bug Fixes** +* Use the previous offset if a negative jitter for the first period. +* Fix a misleading comment. +**Enhancements** +* Tune the weights of offset additions and reductions to further reduce the offset errors in the initial adjustment period. + ## Version: 1.1-dev-196-g9fc0501 **Enhancement** * Finally (!) the suggestion made by [the0u](https://github.com/th0u) in [Issue #14]() has been acted upon and the suggested modifications made so that NQPTP will only listen to connections made to port 9000 coming from `localhost`. Thanks to [the0u](https://github.com/th0u) for the suggestion and the code. Thanks to [herrernst](https://github.com/herrernst) for the reminder!