summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bump for 3.1 release. All regression tests and sanity checks pass.release-3.1Eric S. Raymond2011-08-281-2/+2
|
* Goodnight, Irene, goodnight.Eric S. Raymond2011-08-281-12/+15
|
* Typo fix.Eric S. Raymond2011-08-271-1/+1
|
* Uniform use of safe_atof(). All regression tests pass.Eric S. Raymond2011-08-271-5/+6
|
* News update.Eric S. Raymond2011-08-271-7/+8
|
* Update NEWS for 3.1 release.Eric S. Raymond2011-08-261-10/+11
|
* ckuethe confirms the OpenBSD build is good.Eric S. Raymond2011-08-261-5/+6
|
* Document Gleb Smirnoff's last patch.Eric S. Raymond2011-08-251-1/+2
| | | | Build works, all regression tests pass.
* More FreeBSD port fixes in the build recipe.Eric S. Raymond2011-08-241-1/+1
|
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-1/+2
|
* Enable parallel builds with explicit dependencies on libraries.Eric S. Raymond2011-08-241-2/+3
|
* Document a feature.Eric S. Raymond2011-08-231-1/+3
|
* More cleanup of glitches found by pychecker.Eric S. Raymond2011-08-231-2/+3
|
* The -N option no longer drops privileges.Eric S. Raymond2011-08-191-0/+4
| | | | | | | | | | The price is that only devices specified on the gpsd commmand line will do PPS, because the calls to set line discipline stop being available after we drop privileges. In practice, this shouldn't be a problem, as PPS devices ar RS232 ports that can't be hotplugged and thus *must* be specified on the command line. All regression tests pass.
* This revision shipped as 3.0.release-3.0Eric S. Raymond2011-08-191-1/+1
| | | | All regression tests passed.
* Revert to old -N behavior of dripping privileges, and explain why.Eric S. Raymond2011-08-111-2/+1
|
* Drop privileges in foreground as well as background.Eric S. Raymond2011-08-111-2/+3
| | | | All regression tests pass.
* Documentation fixes.Eric S. Raymond2011-08-111-1/+1
|
* Rename gpsd.hotplug.wrapper to gpsd.hotplug.Eric S. Raymond2011-06-251-1/+2
| | | | | | gpsd.hotplug was previously the name of the now-removed Python script. The udev test documented in SConstruct passes.
* Bring Python's stream method up to date so it matches the C one.Eric S. Raymond2011-06-241-1/+1
| | | | This means WATCH_NEWSTYLE is defaulted to properly. All regression tests pass.
* Live-feed support for Google Earth.Eric S. Raymond2011-06-241-1/+2
|
* Remote gpsd instances can be used as data sources. All regression tests pass.Eric S. Raymond2011-06-211-1/+2
|
* 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
|