summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-29 23:27:44 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-30 07:55:36 -0500
commitb5a1e7ba8bb58208e07c9eacf740a31f90f0f977 (patch)
tree138973418be9b9b45af6c208a797fdd72f07fa48
parentabf97e6b8b965b1d7fff65f11ebf75f6f65e7390 (diff)
downloadgpsd-b5a1e7ba8bb58208e07c9eacf740a31f90f0f977.tar.gz
Add a note about NTP latency reduction.
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d02ed81..0907baa4 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,9 @@ Repository head:
line to false. The 'limited_max_devices' option is now
'max_devices'; the 'limited_max_clients' option is now
'max_clients' A bug fix for error modeling when NMEA 0183 reports
- empty DOP fields. Logic to prevent buzzing when select(2) is buggy
- and returns too fast.
+ empty DOP fields. Low-level I/O changes to prevent buzzing when select(2)
+ is buggy and returns too fast; a side effect of this change reduces
+ time-reporting latency, possibly requiring you to re-tune NTP fudges.
* Sat 23 Aug 2014 Eric S. Raymond <esr@snark.thyrsus.com> - 3.11
A bug that prevented track interpolation has been fixed.