]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update RELEASE_NOTES.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 14 Jul 2022 18:46:56 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 18:46:56 +0000 (19:46 +0100)
RELEASE_NOTES.md

index a5bcf158ac40a4a21f5f6a4fd488c9816eee139b..a1f7c4178bbcd23f7ea61b5638bae1f7282f2fdc 100644 (file)
@@ -1,3 +1,9 @@
+## Version: 1.1-dev-164-g086a123
+**Enhancements**
+* Improve the accuracy of the clock by including data from the `correctionField` part of a PTP message. Most of the time, this is a fraction of a millisecond, but sometimes it can be larger.
+* If a clock timing sample is more than four seconds slow, treat it as the start of a new timing sequence rather than as an error in the current timing sequence.
+* Try to restart a clock that stops incrementing towards the start of a timing sequence.
+
 ## Version: 1.1-dev-154-g608980e
 **Bug Fix**
 * Some times, if a PTP clock went to sleep and then woke up, NQPTP would not recognise the new timing data, and, literally, get stuck in the past (!). Getting the problem to manifest itself was difficult -- the clock in the source device (e.g. an iPhone) had to sleep and restart at just the wrong time to cause the problem. Thanks to [Kristian Dimitrov](https://github.com/Kristian8606), [vision4u2](https://github.com/vision4u2) and others.