summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-18 18:32:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-18 18:32:50 +0000
commit733aff49e8ffc92fa76c95c746d9d5527110e8be (patch)
tree7f6955fefcceda677de8fa2e5c4112c4cede079b /NEWS
parent91cd827bc5b4eeb70c6597c3d28c7c841f34cffc (diff)
downloadgpsd-733aff49e8ffc92fa76c95c746d9d5527110e8be.tar.gz
Note that Martin Schaller's bug is fixed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 031cde76..5bc29ac0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Wed Feb 10 Eric S. Raymond <esr@snark.thyrsus.com> - 2.39dev
+* Wed Mar 18 Eric S. Raymond <esr@snark.thyrsus.com> - 2.39dev
Fixed potential core dump in C client handling of "K" responses.
Made device hotplugging work again; had been broken by changes in udev.
Introduced major and minor API version symbols into the public interfaces.
@@ -10,7 +10,9 @@
Speed-setting commands now allow parity and stop-bit setting if the
GPS chipset and adaptor can support it. Specfile and other packaging
paraphenalia now live in a packaging subdirectory. rtcmdecode becomes
- gpsdecode and can now de-armor and dump AIDVM packets.
+ gpsdecode and can now de-armor and dump AIDVM packets. The client
+ library now work correctly in locales where the decimal separator is
+ not a period.
* Tue Feb 10 Eric S. Raymond <esr@snark.thyrsus.com> - 2.38
Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added.