summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Implement NMEA HDT sentence. All regression tests pass,Eric S. Raymond2011-06-101-1/+1
|
* Typo fix.Eric S. Raymond2011-06-011-2/+2
|
* Update on new features.Eric S. Raymond2011-04-291-1/+3
|
* Note the existence of the scons recipe.Eric S. Raymond2011-04-051-1/+2
|
* Display GST noise statistics in xgps if they are available.Eric S. Raymond2011-03-301-1/+2
|
* Teach xgps to display the Maidehead grid locator.Eric S. Raymond2011-03-291-1/+2
|
* Improve the barrier code and beat GCC harder about not reordering operations.Eric S. Raymond2011-03-281-4/+4
|
* Experimental export via shared memory is almost working.Eric S. Raymond2011-03-261-1/+3
| | | | | | Fix fields look correct but time is garbled. All regression tests pass. Code splints clean.
* Documentation improvement.Eric S. Raymond2011-03-241-1/+2
|
* DEVICE::activated becomes an ISO8601 timestamp.Eric S. Raymond2011-03-241-1/+3
|
* Note a bug fix.Eric S. Raymond2011-03-231-0/+2
|
* POLL subobject name changes: fixes -> tpv, skyview -> sky.Eric S. Raymond2011-03-211-0/+1
|
* Version bump to 3.0~dev. Commits can resume.Eric S. Raymond2011-03-211-1/+3
|
* Version bump and news update for 2.96 release.release-2.96Eric S. Raymond2011-03-211-1/+1
|
* News update.Eric S. Raymond2011-03-151-3/+4
|
* TODO and NEWS updated for release.Eric S. Raymond2011-03-101-8/+8
| | | | All regression tests pass. Code splints and cppchecks clean. flocktest passes.
* News update.Eric S. Raymond2011-03-031-1/+2
|
* News update.Eric S. Raymond2011-02-281-2/+4
|
* gpsdecode can now dump NMEA and GPS binary data presented on standard input.Eric S. Raymond2011-02-161-1/+2
| | | | All regression tests pass.
* Documentation update.Eric S. Raymond2011-02-161-1/+2
|
* Cleanup after the NOISE change. All regression tests pass.Eric S. Raymond2011-02-011-1/+2
|
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-1/+2
| | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this).
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-1/+2
|
* Oncore VP needs a wakeup. Fortunately it's not USB.Eric S. Raymond2011-01-101-1/+1
|
* We longer send wakeup probes to USB devices.Eric S. Raymond2011-01-091-1/+2
| | | | | | | The two known cases where wakeup probes are indispencible (TNT and AC12) are serial devices. Therefore, by simply suppressing wakeup emission on USB sources, we avoid both spamming USB devices and requiring special setup with gpsctl.
* Clients are no longer required to define a gpsd_report() hook.Eric S. Raymond2010-12-191-1/+2
|
* Prevent JSON parsing from becoming confused by client locales other than C.Eric S. Raymond2010-12-171-1/+2
| | | | Fixes Berlios tracker bug #17379: problem with different locale.
* Merge in tthe -d and -f capabilties from Gleb Smirnoff's gpxlogger2/gpxloggerd.Eric S. Raymond2010-12-171-1/+2
|
* NEWS update.Eric S. Raymond2010-12-161-2/+4
|
* Fix and update the news.Eric S. Raymond2010-07-141-2/+4
|
* With the higher channel ceiling, GeoS-1M no longer shows spurious errors.Eric S. Raymond2010-07-131-0/+3
|
* External release 2.95.release-2.95Eric S. Raymond2010-07-131-1/+1
|
* Fix an error in how AIS rate-of-turn decoding was done.Eric S. Raymond2010-07-011-2/+3
| | | | | This affected only formatted output, so the fix breaks no regression tests. Codebase splints clean.
* Switch the CSV format emitted by gpsdecode(1) to DSV using |.Eric S. Raymond2010-05-191-1/+2
| | | | | | | | | | The problem with CSV is that string fields (such as ship name in type 5) can contain commas. I could have backslash-escaped them, but I think it's better to make old scripts fail in a way that's likely to be noticed than perpetuate a situation in which unescaped commas could cause output to be unpacked wrongly. I changed the Python decoder as well. Required rebuilding one regression test. All regression tests pass.
* Document a bug.Eric S. Raymond2010-05-151-1/+3
|
* Update docs and website.Eric S. Raymond2010-05-141-1/+1
|
* Typo fixes.Eric S. Raymond2010-05-111-1/+1
|
* Document recent developments.Eric S. Raymond2010-05-101-9/+12
|
* In AIS message types 6 and 8, split app_id into DAC and FID per ITU-1371.Eric S. Raymond2010-05-101-1/+3
| | | | | | | | | | | | Wire protocol and API minor versions get bumped. All changes are as documented in AIVDM.txt, which now describes known message 6 and 8 subtypes. Involved rebuilding a couple of AIS regression tests. All regression tests pass. Also includes various typo fixes for AIVDM.txt discovered by Baylink while we were reviewing these changes.
* Documentation improvements.Eric S. Raymond2010-05-081-3/+5
|
* NEWS: Whitespace cleanupJon Schlueter2010-04-291-68/+68
|
* Reading from udp:// listening addresses works. All regression tests pass.Eric S. Raymond2010-04-291-0/+2
|
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-1/+1
| | | | | Most of the bulk of this one is the xgpsspeed code, which was not formerly incldecd in reindenting.
* Restore interpretation of Serial: headers inb test loads.Eric S. Raymond2010-04-261-2/+2
| | | | And allow an explicit speed argument to override them.
* Always compute speed when that's possible and the GPS doesn't supply it.Eric S. Raymond2010-04-261-1/+2
|
* Documentation update.Eric S. Raymond2010-04-261-2/+4
|
* More Python client partitioning. All regression tests pass.Eric S. Raymond2010-04-221-1/+5
|
* About to do snap rekease to fix packaging issues.release-2.94Eric S. Raymond2010-04-201-1/+1
|
* NEWS update.Eric S. Raymond2010-04-191-1/+3
|
* NEWS update.Eric S. Raymond2010-04-191-2/+4
|