summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-03-09 05:45:57 -0500
committerEric S. Raymond <esr@thyrsus.com>2012-03-09 05:45:57 -0500
commit2ea4f1f65418e9c5204062ff34e44a398c9953e1 (patch)
tree4740e7ec209c4f7beca70d62bc8affa021d4d0d7 /NEWS
parent84fd587d93b477e6587e34510fcd68e248aea09f (diff)
downloadgpsd-2ea4f1f65418e9c5204062ff34e44a398c9953e1.tar.gz
Added support for SDDBT sentences from a depth sounder.
All regression tests pass, including the new one for the sounder.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 026a0f19..d226a479 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-* Thu 13 Jan 2012 Eric S. Raymond <esr@snark.thyrsus.com> - 3.5dev
+* Fri 09 Mar 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
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.
* 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;