summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-28 10:39:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-28 10:39:49 -0400
commit36a20c1a27af1aa64791a2528c371d39ba33939f (patch)
tree61a7f16ccad15003b19b134cadacf9e55b20844f /NEWS
parentd87282aabf65b3def0fb2d2004f03a207bbbeb5b (diff)
downloadgpsd-36a20c1a27af1aa64791a2528c371d39ba33939f.tar.gz
Improve the barrier code and beat GCC harder about not reordering operations.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f3fa9759..f4773636 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
-* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.0~dev
+* Mon Mar 28 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.0~dev
POLL subobject name changes: fixes -> tpv, skyview -> sky.
Fix a timestamp-clobbering bug in the C library revealed by an
obscure car-nav device, the MyGuide 3100. The DEVICE 'activated'
attribute becomes an ISO8601 string; the client libraries will
still backward-compatibly read a float value. gps_unpack() is
- now a documented part of the library API. There is now an experimental
- shared-memory export from the daemon with a working client-library
- binding.
+ now a documented part of the library API. There is now a
+ shared-memory export from the daemon that can be accessed through
+ the C and C++ client libraries.
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96
Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.