summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-02 18:09:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-02 18:11:22 -0500
commitb73abff012abacf770a9f59fb054b721e2b9e336 (patch)
treeef0fa6b7fcea597905e61bea9ea3403b01f9e151 /NEWS
parent7aed6d1d79289ac2bf15e4509d5f79a84b0dc177 (diff)
downloadgpsd-b73abff012abacf770a9f59fb054b721e2b9e336.tar.gz
Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode.
All regression tests pass.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 0907baa4..6eb4cfbc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,18 +4,18 @@ Repository head:
Better protection against false matches of Inland AIS messages; this
required a libgps version bump to 22 (as a side effect, per-device
footprint has decreased). PPS feature is no longer marked
- experimental/unstable and the separate "pps" policy flag is gone;
- PPS is now always emitted when watching JSON. Sentence tag fields
- have been dropped from the JSON reports. GNSS and GLONASS SKY
- reports are now merged. Addressed versions of AIS Type 25 and 26 are now
+ experimental/unstable. Sentence tag fields have been dropped from
+ the JSON reports. GNSS and GLONASS SKY reports are now
+ merged. Addressed versions of AIS Type 25 and 26 are now
handled. The 'nmea' build option is now 'nmea0183'. New 'minimal'
option sets all boolean options not explicitly set on the command
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. 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.
+ 'max_devices'; the 'limited_max_clients' option is now 'max_clients'
+ A bug fix for error modeling when NMEA 0183 reports 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.