summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-07-01 18:38:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-07-01 18:38:14 -0400
commitbc63ddec19b7d1e88e3ed57863c0df8725a8f77e (patch)
tree5e7d7a08e1326d3f637c91cfb81137725557f7ba /NEWS
parent3ea8e55ead81e0a4bdd8cc2ffd0323a299471502 (diff)
downloadgpsd-bc63ddec19b7d1e88e3ed57863c0df8725a8f77e.tar.gz
Fix an error in how AIS rate-of-turn decoding was done.
This affected only formatted output, so the fix breaks no regression tests. Codebase splints clean.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5d640bf1..8fda4abd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Sat May 8 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95~dev
+* Thu Jul 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95~dev
The autonomous robot submarine total world domination release!
Rationalize clearing and generation of DOPs, this makes epx/epy much
more generally available. Fixed the test productions for the udev
@@ -15,7 +15,8 @@
rewritten in Python, eliminating some dependencies on ancient X
libraries. We now ship a Qt binding for the client library. Note
a GCC 4.2.1 optimizer bug. gpsdcode now uses | as a field separator
- in -c mode, as string fields can contain commas.
+ in -c mode, as string fields can contain commas. Corrected error
+ or reporting of AIS rate-of-turn fields.
* Tue Apr 20 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.94
Error-checking in the 50bps subframe code has been greatly improved.