summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Mention new Android support.Gary E. Miller2019-04-291-0/+1
|
* gps.h: Add qErr to gps_fix_t.Gary E. Miller2019-04-051-0/+1
| | | | qErr, aka "sawtooth" correction, is the error in the PPS time.
* NEWS: Mention new u-blox 9 support.Gary E. Miller2019-04-051-0/+1
|
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-0/+1
| | | | No functional changes. Looks like epe never went anywhere...
* NEWS: Add more 3.19 changes.Gary E. Miller2019-03-141-0/+3
|
* driver_sirf: Add support for MID 67.1 and MID 67.16.Gary E. Miller2019-01-091-1/+2
| | | | | This is initial support for SiRFstarV chipset. Regressions updated. Skyview seems to work.
* Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13...Eric S. Raymond2018-12-261-0/+1
| | | | ...messages - AIVDM.txt
* rawdata_t: Change data structure.Gary E. Miller2018-10-241-0/+1
| | | | | | The rawdata_t structure was written into, but never read from. So a change to it is low impact. Reorder it to simplify pointer arithmetic. In preparation for more changes.
* NEWS: Add 3.18.1 relreaseGary E. Miller2018-10-191-2/+4
|
* NEWS: Note upcoming 18.1 release.Gary E. Miller2018-10-091-0/+3
|
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-0/+2
|
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-3/+15
|
* NEWS: mention new gnsid:svidGary E. Miller2018-09-191-0/+1
|
* NEWS: Update NEWS file for zerk and ubxtool.Gary E. Miller2018-09-171-0/+1
|
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+1
| | | | | | | | | | | | All functional changes inside "#ifdef GREIS_ENABLE" Includes new regression tests. All regressions tests pass. Developed by Gregory Fong, with help and support from Virgin Orbit. Signed-off-by: Gary E. Miller <gem@rellim.com>
* NEWS: note new ECEF support (WIP)Gary E. Miller2018-02-091-0/+3
|
* Version bump for release 2.17.release-3.17Eric S. Raymond2017-09-071-1/+1
|
* Update NEWS for news features dince October 2016.Eric S. Raymond2017-09-051-1/+2
|
* Reverts "Retroactive NEWS addition (for v3.15)."Fred Wright2016-12-181-2/+1
| | | | | | | | | | The original change was based on a misconception about why Navika GSV handling improved in v3.15, which was actually due to the already-documented signal ID fix. Also fixes a typo in the original text. (cherry picked from commit 4418bc6be13aa372a372c41c996437b321b4248e)
* gpsmon now includes the hostname with the device display.Eric S. Raymond2016-05-181-1/+2
|
* Default mode for xgpssspeed is now the more interesting nautical display.Eric S. Raymond2016-03-251-1/+2
|
* NEWS update.Eric S. Raymond2016-03-251-1/+2
|
* Retroactive NEWS addition (for v3.15).Fred Wright2016-03-181-1/+2
|
* NEWS update.Eric S. Raymond2016-02-091-1/+3
|
* NEWS update.Eric S. Raymond2016-01-221-1/+6
|
* Version bump for release 3.16.release-3.16Eric S. Raymond2016-01-081-2/+1
|
* NEWS update.Eric S. Raymond2016-01-061-6/+17
|
* Prevent a memory leak in long-running gpsmon instances.Eric S. Raymond2016-01-051-1/+2
|
* NEWS update.Eric S. Raymond2016-01-041-2/+4
|
* NEWS update.Eric S. Raymond2015-07-211-0/+5
|
* Typo fix.Eric S. Raymond2015-06-031-1/+1
|
* Version bump for release 3.15.release-3.15Eric S. Raymond2015-06-031-2/+3
|
* Typo fix.Eric S. Raymond2015-06-011-1/+1
|
* Allow NMEA 4.1 GSVs in the NMEA0183 driver.Eric S. Raymond2015-06-011-0/+2
|
* Document assumptions about NMEA satellite IDs and PRNs more thoroughly.Eric S. Raymond2015-04-071-1/+2
|
* Eliminate chrpath as a build dependencyEric S. Raymond2015-03-311-0/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-0/+1
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Note a fixed bug in a NEWS update.Eric S. Raymond2015-03-241-0/+2
|
* Revert "Force static linking when chrpath=no."Eric S. Raymond2015-03-221-3/+0
| | | | | It broke everyone's build except mine, apparently. Back it out until we know why.
* Force static linking when chrpath=no.Eric S. Raymond2015-03-201-0/+3
| | | | | | | Trying to deal with the poorly-documented mess that around RPATH, RUNPATH, and LD_LIBRARY_PATH got to be too much. All regression tests pass.
* More NEWS corrections.Eric S. Raymond2015-03-141-1/+1
|
* NEWS typo fix.Eric S. Raymond2015-03-141-1/+1
|
* Version bump for Pi Day release.release-3.14Eric S. Raymond2015-03-141-0/+1
|
* Added new "Introduction to Time Service" document.Eric S. Raymond2015-03-101-0/+1
| | | | Also, clreaned up after a recent change to the internals document.
* NEWS update.Eric S. Raymond2015-02-281-2/+3
|
* Full support for Beido and QZSS constellations in NMEA0183 skyviews.Eric S. Raymond2015-02-281-0/+3
| | | | | All regression tests pass. Required one test rebuild for QZNSS; Beidou test added.
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-1/+1
| | | | All regression tests pass.
* Version bump for release 3.13.release-3.13Eric S. Raymond2015-02-261-1/+1
|
* Pre-release splint/cppcheck/coverity cleanup. All regression tests pass.Eric S. Raymond2015-02-261-0/+1
|
* In gpmon, it was confusing to use 'mode' as a report field that wasn't SHM mode.Eric S. Raymond2015-02-251-0/+1
|