summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Typo fixes.Eric S. Raymond2013-11-101-3/+3
|
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-1/+1
|
* gpsmon display of PPS events is now a public feature.Eric S. Raymond2013-11-021-5/+7
|
* Documentation, comment, and HOWTO updates.Eric S. Raymond2013-10-191-0/+1
|
* Be more relaxed about AIS Type 5 message lengths.Eric S. Raymond2013-10-141-1/+1
|
* More news.Eric S. Raymond2013-10-121-2/+3
|
* Update news and fix typo.Eric S. Raymond2013-10-121-1/+2
|
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-1/+2
|
* News update about what has just been done.Eric S. Raymond2013-10-011-2/+6
|
* News update.Eric S. Raymond2013-09-301-7/+9
|
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-0/+1
| | | | | | | | | | | | | | In ITU-R 1371-4, there are new model and serial fields carved out of the right-hand end of vendorid, which is reduced from 7 chars to 3. It is not clear in which minor revision this change took place. To cope with older AIS implementations, unpack the trailing bits *both* ways; truly revision-4-conformant implementations will have up to four characters of trailing garbage on the vendorid, and older implementations will have garbafe in the model and serial fields. This commit also reverts the change to copy only 20 characters rather than 21 when analyzing the name field in a type21. There's some mystery about why this didn't break the rgression tests sooner.
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-0/+1
| | | | All regression tests pass.
* API ninoer version needs a bump due to the GPS_PATH_MAX chhange.Eric S. Raymond2013-09-131-1/+1
|
* News update.Eric S. Raymond2013-09-131-0/+1
|
* Minor fix to AIS type 1,2,3 radio field decoding.Eric S. Raymond2013-07-051-0/+1
|
* Update the news.Eric S. Raymond2013-06-071-0/+1
|
* Build and news housekeeping.Eric S. Raymond2013-05-171-0/+4
|
* Version bump for 3.9 release.release-3.9Eric S. Raymond2013-05-011-1/+1
|
* PHP script no longer requires a Google API key.Eric S. Raymond2013-04-301-0/+1
|
* More news updates.Eric S. Raymond2013-04-251-4/+4
|
* Date line fixes.Eric S. Raymond2013-04-251-2/+2
|
* Advertise that the upcoming release is urgent.Eric S. Raymond2013-04-251-4/+5
|
* Fix a malformed-packet crash.Eric S. Raymond2013-04-241-1/+2
| | | | | | | | | | Under weird circumstances, this line of device input $GPGGA,030130$GPGLL,2638.1728,N,08011.3893,W,030131.000,A,A*41 could core-dump the packet parser. The context had to be exactly right for it to happen. The bug was an incorrect attempt at optimizing recovery from this rare case.
* Update feature and bug news.Eric S. Raymond2013-04-231-0/+5
|
* Typo fix.Eric S. Raymond2013-02-261-1/+1
|
* Aaargh. Incorrect release date.release-3.8Eric S. Raymond2013-02-251-1/+1
|
* Version bump for release 3.8.Eric S. Raymond2013-02-251-1/+1
|
* Better usage help and minor improvements for leapsecond.pyClaus Klein2013-02-251-1/+1
|
* Chen Wei's nautical-style display is fully merged.Eric S. Raymond2013-01-171-1/+2
|
* Update the hardware table.Eric S. Raymond2013-01-141-1/+2
|
* Fix an error in the AIVDM/AIVDO description and update the news.Eric S. Raymond2012-09-221-0/+5
|
* Documentation cleanup for release.Eric S. Raymond2012-07-021-4/+5
|
* Pre-2003 RS232 Delorme Earthmate works again (live-tested).Eric S. Raymond2012-06-011-1/+2
| | | | All regression tests pass.
* NEWS update.Eric S. Raymond2012-05-301-0/+4
|
* Whitespace fix.Eric S. Raymond2012-05-231-0/+1
|
* Typo fixes.Eric S. Raymond2012-05-231-2/+1
|
* Version bump for 3.6 release.release-3.6Eric S. Raymond2012-05-231-8/+9
|
* NEWS update.Eric S. Raymond2012-05-211-2/+2
|
* NEWS update.Eric S. Raymond2012-05-201-4/+8
|
* Note our major accomplishment for this release.Eric S. Raymond2012-05-141-1/+1
|
* Document NMEA2000 support.Eric S. Raymond2012-04-251-1/+2
|
* Documentation and port-issue updates.Eric S. Raymond2012-04-211-1/+1
|
* Leap-second warning status from GPS subframe info it's passed to ntpd.Eric S. Raymond2012-04-141-1/+5
| | | | | Patch concept from Michael Tatarinov. Modified to use a session context member rather than a global.
* Version bump for release.release-3.5Eric S. Raymond2012-04-141-1/+1
|
* News update.Eric S. Raymond2012-04-131-4/+5
|
* Attempt a fix to the reported bug of RTCM packets getting lost.Eric S. Raymond2012-04-131-1/+1
| | | | All regression tests pass.
* Remove pps-pin option; the PPS code now listens on all handshake pins.Eric S. Raymond2012-04-041-1/+2
| | | | All regression tests pass.
* Added support for SDDBT sentences from a depth sounder.Eric S. Raymond2012-03-091-1/+3
| | | | All regression tests pass, including the new one for the sounder.
* Handle up to 16 interleaved Type 24A and 24B messages.Eric S. Raymond2012-03-051-2/+3
| | | | All regression tests pass.
* Trial version of PPS drift message. Protocol minor version bumped.Eric S. Raymond2012-02-251-1/+1
| | | | All regression tests pass, code splints clean.