summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-13 00:55:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-13 00:55:52 -0400
commita035aed473d6cac05d61d7d5337fc1663021fba2 (patch)
tree2295e96e7ab70684123901d0be7c761f3b8a1977 /NEWS
parent7fe62d3a075614ddbb7e0e60195dd0967476885a (diff)
downloadgpsd-a035aed473d6cac05d61d7d5337fc1663021fba2.tar.gz
News update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 89f0e677..4789abc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
-* Fri 09 Mar 2012 Eric S. Raymond <esr@snark.thyrsus.com> - 3.5dev
+* Fri 13 Apr 2012 Eric S. Raymond <esr@snark.thyrsus.com> - 3.5dev
Use pselect when it's available to cut down on wakeups and improve
- signal handling. New PPS message exporting clock drift. The AIVDM
+ signal handling. New {PPS} message exporting clock drift. The AIVDM
driver now handles up to 16 interleaved 24A and 24B pair-halves.
The NMEA driver interprets depth-sounder returns from SDDBT and
- reports them as negative altitudes. The pps-pin option is gone,
- the PPS code now just accepts any handshake pin.
+ reports them as negative altitudes. The pps-pin option is gone, the
+ PPS code now just accepts any handshake pin. A bug that sometimes
+ caused RTCM packets to be dropped rather than relayed is fixed.
* Thu 12 Jan 2012 Eric S. Raymond <esr@snark.thyrsus.com> - 3.4
Don't barf when chrpath is not available, fall back to static linking;