NEWS 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. GPSD project news
  2. 3.23.2~dev: unreleased
  3. NTRIP 2.0 now works. But still only plain HTML, not RTP, etc.
  4. Remove ntrip option and NTRIP_ENABLE. Always build.
  5. Remove passthrough option and PASSTHROUGH_ENABLE. Always build.
  6. Remove nmea0183 option and NMEA0183_ENABLE. Always build.
  7. Remove netfeed option and NETFEED_ENABLE. Always build.
  8. gpsd will retry ntrip:// and tcp:// connections
  9. cgps can expand to show more sats.
  10. maidenhead() checks for input errors.
  11. Better SHM logs.
  12. PPS and TOFF JSON now include shm used, and real precision.
  13. Add initial, untested, TSIPv1 support
  14. split debug messages into different syslog() levels.
  15. New ppscheck options, and can use /dev/ppsX devices.
  16. First try at TSIPv1 protocol decodes.
  17. 3.23.1: 2021-09-21
  18. Improve ubx cycle detection.
  19. Add quirks for Jackson Labs nonstandard NMEA
  20. Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode.
  21. Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode.
  22. Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode.
  23. Split SOURCE_ACM from SOURCE_USB. ACM has no speeds.
  24. Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them.
  25. Improve autobaud.
  26. Add new u-blox M10 messages.
  27. Fix u-blox M6, M7 initialization issues.
  28. Various ubxtool and gpxlogger updates.
  29. Add mtk3301_speed_switcher()
  30. No API changes, except for STATUS_* as above.
  31. No ABI changes.
  32. Fallback to "python3" if "python" not found.
  33. 3.23: 2021-08-06
  34. doc/*xml all moved into www/internals.adoc
  35. Convert all DocBook (.xml) to AsciiDoctor (.adoc)
  36. Remove all XSL remnants.
  37. gpsplot: speedup, add new options.
  38. driver_ubx.c: Add decode for UBX-NAV-STATUS
  39. gps/ubx.py: Improve decode for UBX-NAV-STATUS
  40. cgps: Add popup help, interactive options.
  41. Reorganize and split the man pages.
  42. Small updates for u-blox M8 and M10
  43. Deprecated mtk3331 and ashtech build options. Use nmea0183 instead.
  44. gpssnmp: Move from contrib/ to clients, add manpage
  45. Add www/gpsd-client-example-code.adoc
  46. Add gpsdebuginfo script and man page.
  47. ubxtool: Add BeiDou, Galileo, GLONASS, QZSS, and partial SBAS subframe decodes
  48. Max serial port speed raised to 921,600.
  49. SUBFRAME JSON now includes new fields to support multiple constellations.
  50. gpsd: Add some ADR and UDR message partial decodes.
  51. ubxtool: Add some ADR and UDR message polls and decodes.
  52. Remove COMPASS_ENABLE. Always compile attitude code.
  53. contrib/webgps.py: use argparse, arguments -V, --version, --no-html-head.
  54. Add readonly flag to DEVICE JSON.
  55. Control messages to gpsd now return JSON, instead of, sometimes, OK or ERROR.
  56. gpsfake uses "# Date: yyyy-mm-dd" to set initial time.
  57. Don't compute wrong GPS rollover after 2021-10-23.
  58. Bump libgps to version 29.
  59. 3.22: 2021-01-08
  60. Added client/gpscsv to convert gpsd JSON to csv.
  61. Added client/gpsplot to dynamically plot gpsd JSON.
  62. Added client/gpssubframe to decode gpsd SUBFRAME JSON.
  63. Added nSat and uSat to SKY JSON. Old clients can not read new SKY.
  64. Move stuff from source root into clients/, include/, gpsmon/ and libgps/.
  65. Move stuff from source root into gpsd/.
  66. Move class ubx out of ubxtool and into gps/ubx.py.
  67. Build all targets in gpsd-$VERSION/, not in tree.
  68. NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
  69. 3.21: 2020-08-04
  70. Create python programs from .in files to allow macro substitution.
  71. Finally clean .sconsign*.dblite with "scons -c"
  72. Remove revision.h. Move REVISION into gpsd_config.h
  73. Change asciidoc to asciidoctor, and revise documents to match.
  74. library version bumped to 27
  75. Add leap_seconds to gps_data_t
  76. Add/change many rtcm2 structs in gps.h
  77. Add/change many rtcm3 structs in gps.h
  78. Maindenhead now 8 chars.
  79. Add icondir and sharedir install options
  80. Install basic doc in sharedir
  81. Move gps_data_t->status to gps_fix_t.status for better fix merging
  82. The gps python module is now Pure Python + FFI. FFI only for packet.py
  83. User should manually delete any old packet*so.
  84. Add wspeedt, wspeedr, wanglem, wanglet, wangler to gps_fix_t
  85. Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool.
  86. Add python_shebang option to scons config.
  87. gpsrinex has long options and many new options.
  88. Added long options to gpsd.
  89. Remove unused FORCE_GLOBAL_ENABLE
  90. Remove config option reconfigure, replace with -p, --passive runtime option.
  91. Remove config option controlsend (RECONFIGURE_ENABLE)
  92. Add config option rundir=XX. Default set to /run, or /var/run as required.
  93. Fixes for Python 2.6 up to 3.9.
  94. 3.20: 2019-12-31
  95. Change README into an asciidoc file and publish HTML from it
  96. Add NED and geoid_sep to gps_fix_t and TPV JSON.
  97. Add "-e NED" to ubxtool to enable NED messages.
  98. gpsdata.separation replaced by gpsdata.fix.geoid_sep.
  99. Remove nofloats build option.
  100. TPV JSON "alt" is now fixed at WGS84. Probably.
  101. xgps now uses XGPSOPTS environment variable.
  102. add health variable to satellite_t
  103. change satellite_t elevation and azimuth to double
  104. satellite_t elevation, azimuth, and ss use NAN for unknown value.
  105. add altMSL, altHAE, and depth, to gps_fix_t
  106. altitude in gps_fix_t is deprecated and undefined
  107. wgs84_separation() now return EGM2008 computed from 5x5 degree base data.
  108. The best results are close to cm, the worst off up to 12m.
  109. Move mag_var from gps_device_t to magnetic_var gps_data_t.
  110. Added mag_var() to interpolate magnetic variation (deviation) from a table.
  111. Remove true2magnetic() as mag_var() improves on it.
  112. Remove TIMEHINT_ENABLE. It only worked when enabled.
  113. Remove NTP_ENABLE and NTPSHM_ENABLE. It only worked when enabled.
  114. Remove PPS_ENABLE and TIMING_ENABLE.
  115. Add dgps_age and dgps_station to gps_fix_t
  116. Convert all timestamp_t to timespec_t.
  117. Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options.
  118. Add -s [speed] and -f [framing] runtime options to gpsd.
  119. A working CC and termios.h are mandatory.
  120. use the current leap second to determine the current GPS epoch.
  121. leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone.
  122. See also change histories in gps.h and gpsd.h
  123. 3.19: 2019-07-01
  124. Rearrange rawdata_t. Bump the API because gps_data_t changed.
  125. Report sequence-ID fields in type 7 and 13 AIS messages.
  126. Preliminary support for SiRFstar V
  127. Improve error modeling.
  128. Update pseudo NMEA to v3.0, with fractional time.
  129. Improve cycle detection, mostly for NMEA.
  130. Move epe from gps_data_t to be near its friends in gps_fix_t.
  131. Preliminary u-blox 9 support.
  132. Add qErr in gps_data_t to store PPS quantization error.
  133. Add Android (AOSP) support
  134. Improved multi gnss and multi signal support.
  135. NMEA 4.10 multi gnss multi signal support.
  136. The arguments to "ubxtool -p P" have been expanded and changed.
  137. New options, -g, -x, -z, added to ubxtool for u-blox 9 support.
  138. 3.18.1: 2018-10-19 (Gary E. Miller <gem@rellim.com>)
  139. Fix some installation issues.
  140. A few minor updates to ubxtool and driver_ubx.
  141. Add contrib/skyview2svg
  142. 3.18: 2018-10-02 (Gary E. Miller <gem@rellim.com>)
  143. Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers.
  144. Add ECEF support to JSON, cgps and xgps.
  145. Add GREIS (Javad) driver from Virgin Orbit.
  146. Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS.
  147. Add gnssid:svid to satellite_t, cgps and xgps. PRN will die.
  148. Add gnssid:svid to JSON, cgps and xgps.
  149. Add stricter version checking (more to todo).
  150. More and better regression tests.
  151. Better Python dependency checking, at build time and runtime.
  152. Fix several buffer issues.
  153. New polar plots, and improved statistice, in gpsprof.
  154. gpsd master/slave mode works, first time ever.
  155. All isnan() changed to !isfinite(), fixing many bugs.
  156. Client-side Python libraries may automatically reconnect
  157. Too many other bug fixes and improvements to mention.
  158. Over 1,000 commits from 46 different commiters.
  159. 3.17: 2017-09-07 (Eric S. Raymond <esr@snark.thyrsus.com>)
  160. Repair support for non-NMEA devices requring active probing
  161. (e.g. Garmin USB GPSes). Apply OS X build fixes. Fix a SiRF driver
  162. bug that occasionally confused NTP. Support for Spectratime iSync
  163. GRClok and LNRClok oscillators. gpxlogger can reconnect when
  164. the GPS loses the fix. xgps and xgpsspeed moved to python-gi,
  165. getting shut of the deprecated pygtk2 bindings. Default mode for
  166. xgpsspeed is now the more interesting nautical display. gpsmon
  167. includes the hostname with the device display. gpsprof now has
  168. centimeter precision.
  169. 3.16: 2016-01-08 (Eric S. Raymond <esr@snark.thyrsus.com>)
  170. Test rebuilds for mid-2015 leapsecond bump. Regression tests will
  171. run even if "python" in Python 3. Build correctly on systems where
  172. -ltinfo is split from -lncurses. Avoid some rare overflow conditions
  173. in PPS code. Fix bugs in JSON sat-view parsing due to the JSON
  174. parser stuffing ints into shorts. Various small fixes to AIS
  175. interpretation. Prevent a memory leak in long-running gpsmon
  176. instances. Fix Savannah bug #45270: serial driver does not work
  177. properly on pipes. Fix Savannah bug #44648: GPSD won't build if
  178. CCFLAGS contains options that are only compatible with the
  179. cros1s-compiler. Fix Savannah bug #45342: SConstruct generates wrong
  180. *.pc files. Fix Savannah bug #46495: gpsd_poll may crash due to
  181. unitialized pointer (probably due to buggy FD_ISSET on host
  182. system). Fix Savannah bug #46648: gpsd crashes and buffer overflow
  183. is reported when terminated. Fix Savannah bug #46802: AIVDM to CSV
  184. is broken in some weird cases. Fix Savannah bug #46804: JSON
  185. satellite view parsing is somewhat broken.
  186. 3.15: 2015-06-03 (Eric S. Raymond <esr@snark.thyrsus.com>)
  187. Fix a rare crash bug related to devices becoming inaccessible while timed out.
  188. Accept NMEA 4.1 GSV sentences with the trailing signal-ID field.
  189. Fixed incorrect decode of south latitudes in AIS Type 17 messages.
  190. splint has been retired; this removes almost 2KLOC of annotations.
  191. chrpath is no longer a build dependency. Corrected Beidou/QZNSS display
  192. in the Python clients so the graphics don't look like SBAS.
  193. 3.14: 2015-03-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  194. Pi Day release, 3.14 on 3/14 2015 at 9:26. Longer timeouts on test clients.
  195. Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver.
  196. ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself.
  197. New HOWTO on the website: "Introduction to Time Service".
  198. 3.13: 2015-02-26 (Eric S. Raymond <esr@snark.thyrsus.com>)
  199. compiler.h inclusion removed for gps.h so it's standalone for /usr/include.
  200. TOFF JSON report gives the offset between GPS top of second and clock time.
  201. A new ntpmon tool supports capturing clock samples from NTP SHM segments.
  202. 3.12: 2015-02-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  203. The daemon's power utilization has been reduced by changing from
  204. non-blocking to blocking I/O; this may be significant on mobile devices.
  205. Better protection against false matches of Inland AIS messages; this
  206. required a libgps version bump to 22 (as a side effect, per-device
  207. footprint has decreased). PPS feature is no longer marked
  208. experimental/unstable. Sentence tag fields have been dropped from
  209. the JSON reports. GNSS and GLONASS SKY reports are now
  210. merged. Addressed versions of AIS Type 25 and 26 are now
  211. handled. The 'nmea' build option is now 'nmea0183'. New 'minimal'
  212. option sets all boolean options not explicitly set on the build
  213. command line to false. The 'limited_max_devices' option is now
  214. 'max_devices'; the 'limited_max_clients' option is now 'max_clients'
  215. The previously deprecated 'libQgpsmm' option has been removed; use 'qt'.
  216. A bug fix for error modeling when NMEA 0183 reports empty DOP
  217. fields. On OS X, the "osx-pl203" driver has been explicitly listed
  218. as unsupported. The last remnants of the old pre-JSON query protocol
  219. have been removed from the client library.
  220. 3.11: 2014-07-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  221. A bug that prevented track interpolation has been fixed.
  222. We now get vertical error position and speed estimates from the
  223. u-blox driver rather than having to interpolate them.
  224. Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported.
  225. chrpath is no longer a dependency for building and testing, and
  226. now defaults to 'no'. Full systemd support. Fixes for handling
  227. large PPS offsets. Improved recovery from device flakeouts,
  228. gpsmon argument parsing.
  229. 3.10: 2013-11-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  230. AIS: Adds gps2udp, an AIS data relay, split24 option supports
  231. passing through Type 24 halves; support for Inland AIS; "scaled" no
  232. longer controls dumping of controlled-vocabulary fields; instead,
  233. the're always dumped numerically and as text, with text in an
  234. attribute name generated by appending "_text" to the name of the
  235. base attribute. The packetizer's handling of write boundaries not
  236. coinciding with packet boundaries is improved. Better support for
  237. mode and speed switching in the UBX driver. PPS message now ships
  238. nsec. PPS events are visible in gpsmon. Time-reporting fix to TSIP.
  239. 3.9: 2013-05-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  240. Note to packagers: this is an urgent release that fixes a possible
  241. DoS or security hole! Armor the AIS driver against an implausible
  242. overrun attack. A (different) fix for our first malformed-packet
  243. crash since about 2007. Minor improvements to the NMEA2000
  244. driver. New FAQ entry on how to know WAAS/EGNOS is working.
  245. New -u and -uu options enable usec timestamps on gpspipe output.
  246. 3.8: 2013-02-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  247. Fix various minor errors in the AIVDM/AIVDO description. Repair the
  248. xmlto support in the build system. Add two more regression
  249. tests. Significant improvements to NMEA2000 support. Upgrade the PHP
  250. client to v3 of the Google Maps API. Support for the Telit SL869
  251. chipset. Added a nautical-style display to xgpsspeed. Minor
  252. improvements to leapsecond.py.
  253. 3.7: 2012-07-02 (Eric S. Raymond <esr@snark.thyrsus.com>)
  254. Snap release to get the midnight change in the default leap-second
  255. constant out the door. Port tests now pass on all Debian supported
  256. architectures, including the Sparc and s390 that were giving us
  257. trouble before. Pre-2003 Delorme Earthmate works again.
  258. 3.6: 2012-05-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  259. It's the Fernando Poo Day release. Code has zero detectible defects
  260. under Coverity scanning and cppcheck 1.52; this is mainly a cleanup
  261. release to get those minor fixes into the field. If a leap-second
  262. warning is available from GPS subframe information it is passed to
  263. ntpd. NMEA2000 is now supported via the Linux kernel CAN interface.
  264. There's a chrpath=no config option for distribution makers, so
  265. chrpath is no longer a build dependency; see build.txt for
  266. explanation.
  267. 3.5: 2012-04-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  268. Use pselect when it's available to cut down on wakeups and improve
  269. signal handling. New {PPS} message exporting clock drift. The AIVDM
  270. driver now handles up to 16 interleaved 24A and 24B pair-halves.
  271. The NMEA driver interprets depth-sounder returns from SDDBT and
  272. reports them as negative altitudes. The pps-pin option is gone, the
  273. PPS code now just accepts any handshake pin. A bug that sometimes
  274. caused RTCM packets to be dropped rather than relayed is fixed.
  275. 3.4: 2012-01-12 (Eric S. Raymond <esr@snark.thyrsus.com>)
  276. Don't barf when chrpath is not available, fall back to static linking;
  277. helps people not running Linux.
  278. 3.3: 2011-10-29 (Eric S. Raymond <esr@snark.thyrsus.com>)
  279. Improvements to build and release-procedure documentation. Make
  280. sirf=no build work again. Main reason for this release is to make
  281. chrpath a mandatory build dependency and explain why in the build
  282. documentation.
  283. 3.2: 2011-10-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  284. In the build recipe, (1) set pkgconfig properly for 64-bit Fedora
  285. systems, (2) clean up various derived files including *.pyc on scons
  286. -c, (3) add an option to disable stripping of binaries (strip=no),
  287. (4) for embedded targets, add an option to disable building Python
  288. support (python=no), (5) make the help for gpsd_group and gpsd_user
  289. a little clearer, (6) add a force_global option to build gpsd to
  290. listen to all addresses (rather than just loopback). The packet
  291. sniffer now accepts NMEA packets with the ECDIS packet leader 'EC'.
  292. SBAS satellites are now properly use-flagged in SiRF and UBX
  293. skyviews. The -G option now works under IPv6. Cross-build is now
  294. officially supported and instructions included. gpsprof works again
  295. and does whole-cycle profiling. gpsd.php has Open Street Map
  296. support. The pps-on-cts option is replaced by a pps_pin option that
  297. lets you specify the pin; the default is still DCD. New supported
  298. device; the Jackson Labs Fury. The chrpath utility has become a
  299. build prerequisite.
  300. 3.1: 2011-07-28 (Eric S. Raymond <esr@snark.thyrsus.com>)
  301. The Irene release, rocking you like a hurricane and brought to you
  302. from the storm shelter in my basement. This is a snap release mainly
  303. to get some scons recipe cleanups out the door. Parallelized builds
  304. now work. Small but fatal problems with reconfigure=no, netfeed=no
  305. and sock_export=no builds have been fixed. Build recipe ported for
  306. Fedora, Darwin, FreeBSD and OpenBSD. libgps now brings -lm with it
  307. on systems with implicit linking. One old bug fixed (code was
  308. previously present but broken): Under Linux, gpsd will refrain from
  309. opening serial or USB devices that another process has open,
  310. avoiding potential problems with class 0xFF USB devices opened by
  311. other programs. One new bug fix: we now use an atof()
  312. implementation that ignores locale, avoiding problems where decimal
  313. point is a comma. One new feature: Change -N semantics so it only
  314. suppresses backgrounding; privileges are now dropped as in normal
  315. background operation.
  316. 3.0: 2011-07-19 (Eric S. Raymond <esr@snark.thyrsus.com>)
  317. POLL subobject name changes: fixes -> tpv, skyview -> sky.
  318. Fix a timestamp-clobbering bug in the C library revealed by an
  319. obscure car-nav device, the MyGuide 3100. The DEVICE 'activated'
  320. attribute becomes an ISO8601 string; the client libraries will
  321. still backward-compatibly read a float value. gps_unpack() is
  322. now a documented part of the library API. There is now a
  323. shared-memory export from the daemon that can be accessed through
  324. the C and C++ client libraries. xgps and cgps may now display
  325. the Maidenhead grid locator for current lat/lon. xgps displays
  326. GST noise statistics if they are available. Codebase now has
  327. an scons build recipe. Direct support for activation of gpsd from
  328. Mac OS/X systemd. gpsdecode can now filter reports by RTCM2, RTCM3,
  329. or AIS message type. NMEA HEHDT is implemented. Remote gpsd instances
  330. can now be used as data sources via a gpsd:// URL. There is a client
  331. for live-feeding GPSD data to Google Earth. The hotplug sequence no
  332. longer requires Python.
  333. 2.96: 2011-03-21 (Eric S. Raymond <esr@snark.thyrsus.com>)
  334. Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices.
  335. API version bumped to 5, redesign finished (changes are documented
  336. in the Client HOWTO). cgps now handles resize signals. Code can now
  337. link with uClibc for embedded use. Various bugs in the C++ binding
  338. have been fixed. gpxlogger can now daemonize and write to a specified
  339. log file. A gpsd client can now set any locale it likes, and JSON
  340. will still be parsed using the C locale matching the daemon's. Clients
  341. are no longer required to define a gpsd_report() hook. gpsd no longer
  342. emits probe strings to unidentified USB devices at startup.
  343. JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since
  344. the Unix epoch; the library handles the older style backward-compatibly.
  345. GPGST sentences are now parsed for noise statistics when a device emits them.
  346. AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps
  347. subframe data if the device allows access to it. gpsdecode can now dump NMEA
  348. GPS binary, and subframe data to JSON. The RTCM2 code now understands and
  349. analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another
  350. analyzer. The ancient Sager dump format for RTCM2 is abolished in favor of
  351. a JSON profile.
  352. 2.95: 2010-07-13 (Eric S. Raymond <esr@snark.thyrsus.com>)
  353. The autonomous robot submarine total world domination release!
  354. Rationalize clearing and generation of DOPs, this makes epx/epy much
  355. more generally available. Fixed the test productions for the udev
  356. magic and added a troubleshooting note in INSTALL. cgps now displays
  357. epx/epy rather than eph. Speed is now always reported if our last
  358. two fixes were good, even if the GPS didn't compute it. Reading
  359. packets from UDP datagrams by specifying a listening address and
  360. port is now supported, and the regression-test driver cam now be
  361. told to force this with -u; this enables regression testing in
  362. chroot jails where access to ptys is locked out. AIS code now
  363. interprets message type 6 and 8 application IDs correctly as a
  364. Designated Area Code and Functional ID pair. gpspipe has a new -T
  365. option for setting the timestamp format. xgpsspeed is completely
  366. rewritten in Python, eliminating some dependencies on ancient X
  367. libraries. We now ship a Qt binding for the client library. Note
  368. a GCC 4.2.1 optimizer bug. gpsdcode now uses | as a field separator
  369. in -c mode, as string fields can contain commas. Corrected error
  370. in reporting of AIS rate-of-turn fields.
  371. 2.94: 2010-04-20 (Eric S. Raymond <esr@snark.thyrsus.com>)
  372. Error-checking in the 50bps subframe code has been greatly improved.
  373. The Garmin GPS driver can now use libusb, if it is present, to do
  374. device discovery. The libgps library has been split apart; the
  375. service functions used by the daemon now live in libgpsd. This
  376. will shave some code volume from GPSD client applications. A packaging
  377. error that resulted in xgps not being shipped in 2.93 has been
  378. corrected. We now have stronger checking for valid ephemeris before
  379. extracting the leap-second offset; they should prevent many cases
  380. where gpsd might previously have used an invalid leap-second offset.
  381. 2.93: 2010-04-16 (Eric S. Raymond <esr@snark.thyrsus.com>)
  382. Support for JSON dumping and parsing of AIS message types 25 and 26,
  383. not yet observed in the wild on AISHub. Fix Debian bug #569703. by
  384. removing non-streaming mode from the Python exerciser. Fix Debian
  385. bug #572900 by unsetting the appropriate in-use flag in the device
  386. array. Change the libgps default from old protocol to JSON. Add a
  387. close() method to the C++ binding. Try to recover better from
  388. sporadic cases of false matches to Trimble packet format from a SiRF
  389. binary datastream. gps_poll() now returns -1 with errno not set when
  390. the gpsd socket closes. TPV now refrains from reporting fields the
  391. fix quality won't support. gpsmon option for listing device types is
  392. now -L to -l can be used to enable logging (to stay consistent with
  393. the l command). There is new FAQ material on improving fix and time
  394. reference accuracy. New sections have been added to NMEA.txt on
  395. error status indications and satellite IDs. New POLL command brings
  396. back polling-mode operation. A Client-HOWTO has been added to the
  397. documentation. gpsd no longer eats CPU when a device is unexpectedly
  398. unplugged. Support for the TNT revolution is back (run mode only).
  399. There is now a gpsdfake diagnostic tool that fakes being gpsd shipping
  400. arbitrary specified data to clients.
  401. 2.92: 2010-03-03 (Eric S. Raymond <esr@snark.thyrsus.com>)
  402. Fix a packaging error. The new Python library module was
  403. inadvertently omitted from the 2.91 tarball. Also, improve the json
  404. import test slightly.
  405. 2.91: 2010-03-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  406. We have support for NMEA GLONASS sentences, and a regression test.
  407. Clients now get a DEVICE notification on every driver switch. It is
  408. possible to specify a TCP/IP AIS feed such as AISHub as a data
  409. source. Serious bitrot in the NTRIP support has been fixed - it was
  410. probably nonfunctional for several releases before this. Fixed
  411. buggy display of satellite-used flags in cgps. xgps is replaced by
  412. a rewrite in Python that uses pygtk, eliminating a dependency on
  413. Motif; also, it now displays AIS information. Uniform treatment of
  414. display-unit defaulting and -u in xgps, cgps, and lcdgps. Support
  415. for AIS message types 25 and 26. Support for IPv6. A numeric
  416. instability in the earth_distance() function affecting track error
  417. modeling has been fixed. Old protocol has been removed from the
  418. daemon; the library still speaks it.
  419. 2.90: 2009-12-04 (Eric S. Raymond <esr@snark.thyrsus.com>)
  420. GPSD-NG, the new JSON-based command protocol, is now deployed; as a
  421. consequence, AIS is now fully supported in both daemon and client.
  422. Detection of end of a fix-reporting cycle is now reliable;
  423. accordingly data is accumulated from cycle start and the "J"
  424. (nojitter) option on both server and client side is gone. We have
  425. abandoned the gpsflash subproject since it has become apparent that
  426. we can't do it without more vendor cooperation than we're likely to
  427. get. Increase major version of shared library due to significant API
  428. change. Added new driver for Motorola Oncore receivers, with help
  429. from Håkan Johansson. gpsfake can now accept multiple logfiles,
  430. interleaving test sentences from each. gpsd now accepts error
  431. estimates from the NMEA $GPGBS sentence.
  432. 2.39: 2009-03-18 (Eric S. Raymond <esr@snark.thyrsus.com>)
  433. Fixed potential core dump in C client handling of "K" responses.
  434. Made device hotplugging work again; had been broken by changes in udev.
  435. Introduced major and minor API version symbols into the public interfaces.
  436. The sirfmon utility is gone, replaced by gpsmon which does the same
  437. job for multiple GPS types. Fixed a two-year old error in NMEA parsing
  438. that nobody noticed because its only effect was to trash VDOP values from
  439. GSA sentences, and gpsd computes those with an internal error model
  440. when they look wonky. cgpxlogger has been merged into gpxlogger.
  441. Speed-setting commands now allow parity and stop-bit setting if the
  442. GPS chipset and adaptor can support it. Specfile and other packaging
  443. paraphenalia now live in a packaging subdirectory. rtcmdecode becomes
  444. gpsdecode and can now de-armor and dump AIDVM packets. The client
  445. library now works correctly in locales where the decimal separator is
  446. not a period.
  447. 2.38: 2009-02-10 (Eric S. Raymond <esr@snark.thyrsus.com>)
  448. Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added.
  449. Scaling on E error-estimate fields fixed to match O. Listen on
  450. localhost only by default to avoid security problems; this can be
  451. overridden with the -G command-line option. The packet-state machine
  452. can now recognize RTCM3 packets, though support is not yet complete.
  453. Added support for ublox5 and mtk-3301 devices. Add a wrapper around
  454. gpsd_hexdump to save CPU. Lots of little fixes to various packet
  455. parsers. Always keep the device open: "-n" is not optional any more.
  456. xgpsspeed no longer depends on Motif. gpsctl can now ship arbitrary
  457. payloads to a device. It's possible to send binary through the
  458. control channel with the new "&" command. Experimental new driver
  459. for Novatel SuperStarII. The 'g' mode switch command now requires,
  460. and returns, 'rtcm104v2' rather than 'rtcm104'; this is design forward
  461. for when RTCM104v3 is fully working.
  462. 2.37: 2008-02-17 (Chris Kuethe <ckuethe@mainframe.cx>)
  463. The C++ bindings, Garmin USB support, and multiple instances of ntp
  464. pps thread starting were fixed. Handling of odd PPS signals was
  465. improved. The eye candy in the PHP visualizers was fixed.
  466. 2.36: 2008-01-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  467. Urgent fix to leap-day calculation affecting dates from today to
  468. 28 Feb on generic NMEA GPSes, Zodiacs, and SirFs emitting message 0x62.
  469. Integrated Garmin Simple Text Protocol driver from Peter Slansky.
  470. Minor fixes in error modeling and a better NaN guard stabilize the
  471. Trimble regression tests. Remove the wired-in NTP time offset from the
  472. NMEA driver, this could only have worked by accident and should be
  473. set in ntpd.conf. Integrated Ashtech driver from Chris Kuethe.
  474. 2.35: 2007-12-10 (Eric S. Raymond <esr@snark.thyrsus.com>)
  475. Navcom driver merged. Removed -d -f and -p options of gpsd; these
  476. have been undocumented for a while. Make gpsd play well with pkgconfig.
  477. Incorrect computation of VDOP when GPSes didn't supply it has been fixed.
  478. The xgps code has been revamped and now has a much nicer interface.
  479. Add -b (no-configuration) option as a sadly clumsy workaround for some
  480. problems with Bluetooth receivers. Added tests for Haicom-305N and Pharos
  481. 360; separated out the tests for the unstable Trimble drivers.
  482. 32-vs-64-bit problems in the regression tests have been solved.
  483. 2.34: 2006-12-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  484. Fix for byte-swapping of Zodiac control messages on big-endian hardware.
  485. Disable iTalk by default and note that it needs to be tested. Command line
  486. arguments can now be DGPSIP or NTRIP URLs; -d is deprecated. Added udev
  487. rules. Address excessive processor and memory utilization on SBCs; it's
  488. now possible to configure compile-time limits on the number of devices
  489. and client sessions. Eliminate use of fuser(1) in gpsfake. Get gpsd
  490. working with EarthMates again, this had been broken since 2.15. Massive
  491. string safety audit and OpenBSD port by Chris Kuethe. J command added.
  492. The gpsctl and gpscat tools and the gpsd.phps script were added. Switched
  493. to lesstif from openmotif. Better autodetection of DLE-led packet
  494. protocols (notably TSIP and Garmin binary) and of SiRFStar I and III
  495. devices. Fixed buggy parsing and generation of PGRME.
  496. 2.33: 2006-06-09 (Eric S. Raymond <esr@snark.thyrsus.com>)
  497. Fix bad unit conversion in V output. Clean up some man-page messes.
  498. Fixed buggy libgps parsing of multiple responses. It's now possible
  499. to lock gpsd to a fixed speed at compile time for embedded use. Added
  500. NTRIP support, thanks to Ville Nuorvala. O command now ships an
  501. explicit mode field.
  502. 2.32: 2006-03-12 (Eric S. Raymond <esr@snark.thyrsus.com>)
  503. Cleanup of the xgps layout, and minor memory-leak fixes for xgps. Fix
  504. to cope with Antares u-blox by Andreas Stricker. Minor fix to libgps
  505. cgpxlogger. Merge cgpxlogger and gpxlogger documentation onto
  506. the xgps(1) manual page and rename it gps(1).
  507. 2.31: 2006-02-17 (Eric S. Raymond <esr@snark.thyrsus.com>)
  508. Now builds and runs under Cygwin. Correct the speed units in
  509. synthetic NMEA. Slightly better time handling under NMEA. Daemon
  510. now builds with all but NMEA disabled. Update the leap-second
  511. offset. cgpxlogger introduced. Upgrade gpxlogger to DBUS 0.60
  512. conformance. Jason von Nieda's patch may fix the chronic TSIP
  513. driver problems.
  514. 2.30: 2005-09-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  515. Prevent core dump on -d option. The .log extension is no longer required for
  516. test loads. cgps and xgps now have configurable latitude/longitude formats
  517. via the -l option. Introduced new 'g' command that allows clients to
  518. specify whether they want GPS or RTCM104 information.
  519. 2.29: 2005-07-19 (Eric S. Raymond <esr@snark.thyrsus.com>)
  520. Added Sony CXD2951 support, untested. All error estimates are
  521. now nailed to 95% confidence interval. Added rtcmdecode and its
  522. documentation; also, gpsd can now monitor serial devices emitting
  523. RTCM104 and display differential-GPS data in a readable format.
  524. Added dangerous alpha version of gpsflash. Work around a nasty bug
  525. in SiRFStar III firmware version < 3.1.1. Added support for True
  526. North Technologies Revolution 2X Digital compass. Added the
  527. gpxlogger client for systems with DBUS support and the gpspipe
  528. and cgps clients for general use.
  529. 2.28: 2005-07-06 (Eric S. Raymond <esr@snark.thyrsus.com>)
  530. The 2.27 source tarball somehow got truncated on upload.
  531. Due to procedural mechanics at Berlios, shipping a new release
  532. seems to be the least painful way to recover. This release is
  533. identical to 2.27 except the roadmap stuff has been added to TODO.
  534. 2.27: 2005-07-06 (Eric S. Raymond <esr@snark.thyrsus.com>)
  535. Arrange for the daemon to remove its pid file on exit. Fix some
  536. buffering problems with the Python side of the hotplug interface.
  537. gpsfake can now run sessions under a monitor like Valgrind. Most
  538. of the gpsfake logic now lives in a module that can be used to write
  539. other test loads; its progress baton is now optional. Fixed
  540. some minor bugs found by valgrind audit, including (1) a slow
  541. memory leak, (2) a possible but unconfirmed file-descriptor leak,
  542. and (3) a subtle error in the channel-assignment logic that only
  543. showed up with multiple sessions active. In fact, the daemon code
  544. no longer uses dynamic-memory allocation at all. Also, the code
  545. no longer relies on FIONREAD working. The track error field in the
  546. O response is now computed. The project website has some new eye candy.
  547. Client connections now time out when the mode is neither raw nor watcher.
  548. Fixed a core-dump that could happen if C, B or I commands were issued
  549. at odd times.
  550. 2.26: 2005-06-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  551. Time DOP and total DOP are now passed on from GPSes that report
  552. them. Ensure longitude has a leading zero when <100, for
  553. compatibility with gpsdrive. Synchronous and thread hooks are now
  554. separate in the client library. Packet-sniffing on a new device no
  555. longer holds up incoming data on already-connected ones. There is
  556. now a super-raw mode (R=2) that dumps a hex-encoding of every binary
  557. packet received to the client; sirfmon uses it to operate through
  558. the daemon if one is running. Support for Trimble TSIP GPSes
  559. merged. gpsfake now works with SiRF and Zodiac logs. Python library
  560. supports thread callbacks. New -p option of gpsfake supports
  561. regression testing of the daemon, and there is a test suite included
  562. with the distribution. PPS support is turned off, as there is some
  563. pthreads problem that sometimes kills the daemon on pthreads exit.
  564. Correct off-by-one error in GPZDA processing. The code has been
  565. audited and cleaned with splint (www.splint.org).
  566. 2.25: 2005-05-21 (Eric S. Raymond <esr@snark.thyrsus.com>)
  567. Various signedness and scaling fixes and an OpenBSD port patch for the
  568. Zodiac driver. Command-line arguments to gpsd are now treated as a default
  569. device list; -f is still supported but deprecated. sirfmon now tries not
  570. changing the line speed first, so it syncs up much faster. Prevent a
  571. potential buffer overrun in the client library. PPS-thread support is now
  572. on by default. Lots of documentation improvements. D-BUS broadcast support
  573. by Amaury Jacquot. Added Alfredo Pironti's thread-callback and C++
  574. support. gpsd no longer uses the system clock for anything, so it
  575. can be used to set that clock.
  576. 2.24: 2005-05-17 (Eric S. Raymond <esr@snark.thyrsus.com>)
  577. Crazy-speed bug is finally fixed. Autobauding now starts with the
  578. current speed of the device, not the stored gpsd speed; this means
  579. hunting only takes place when device and GPS speed aren't matched.
  580. xgpsspeed unit-conversion bug introduced in 2.22 is fixed. Satellite
  581. display now really shows 12 channels, not just 11. Major improvements
  582. in ntp notifications.
  583. 2.23: 2005-05- 4 (Eric S. Raymond <esr@snark.thyrsus.com>)
  584. For better security, the daemon now drops root privileges after startup.
  585. gpsd-clients is now a separate RPM; this is helpful on lean systems
  586. that don't run X. The O command now reports speeds in meters per second
  587. rather than knots, client code has been adjusted so there is no user-visible
  588. change. We now compute the missing components of DOP when using SiRF chips.
  589. /dev/gps is no longer special; there is no default GPS device unless you
  590. specify one. The intermittent processor-hogging problem introduced by the
  591. control-channel change in 2.21 has been solved.
  592. 2.22: 2005-04-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  593. SiRF-binary driver can now get leap-second corrections from subframe data.
  594. Device add/delete commands now send back OK or ERROR. Error-modeling
  595. corrections from the SiRF folks. Higher precision in position reports.
  596. 2.21: 2005-04-12 (Eric S. Raymond <esr@snark.thyrsus.com>)
  597. Add tag and timestamp to Y response. Use computed geoid separation as
  598. SiRF packet 42 is flaky. Security fix: hotplug scripts now do device
  599. add/removes through a separate local control channel. True multi-device
  600. support is in place. When in watcher mode, device switches are announced.
  601. 2.20: 2005-03-31 (Eric S. Raymond <esr@snark.thyrsus.com>)
  602. Rob Janssen's patches to fix timezone issues and improve cooperation
  603. with NTP. License changed to BSD so linking to libgps won't make people
  604. nervous. gpsprobe and gpsd.py are obsolete and have been removed, the
  605. autoprobe and profiling capabilities in the daemon more than replace
  606. them. gpsprof now ships self-contained GNUPLOT scripts to stdout,
  607. so they can be saved and redisplayed. Zodiac sort of works again, but
  608. occasionally spins madly during autobauding.
  609. 2.19: 2005-03-26 (Eric S. Raymond <esr@snark.thyrsus.com>)
  610. Fix brown-paper-bag bug with NMEA parsing. Set SiRF GPSes to use
  611. SBAS. sirfmon now displays SBAS parameters, and is included in the
  612. installed programs. Add to FAQ a fix for spurious high speeds reported
  613. in XTrac mode. We now interpret GPZDA. We no longer fudge a missing
  614. ddmmyy in NMEA timestamps from the system clock, so replay will work better.
  615. 2.18-1: 2005-03-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  616. First cut at cooperating with NTP. Major library restructuring;
  617. a fix is now a data structure of its own, and per-field timestamps
  618. are gone. Use new 'o' command for watcher mode. Compute some estimated
  619. error bounds.
  620. 2.17: 2005-03-16 (Eric S. Raymond <esr@snark.thyrsus.com>)
  621. Fix packet-engine problem that made disconnect/reconnect unreliable
  622. (important!). Fix bonehead error in interpretation of PGRME. We
  623. don't use O_SYNC (it turned out not to be reliable) so remove it to make
  624. life easier under Mac OS X. Allow gpsfake to accept subsecond cycle times.
  625. Add a FAQ to the HTML documentation. gps_poll() now handles multi-line
  626. responses. Add N command for switching driver modes.
  627. 2.16: 2005-03-11 (Eric S. Raymond <esr@snark.thyrsus.com>)
  628. New F command allows changing the GPS device after startup time.
  629. Hotplug scripts to go with it are now installed by the RPM. The
  630. Garmin probe is working. The -T and -s options are gone. We have
  631. achieved zero configuration!
  632. 2.15: 2005-03-02 (Eric S. Raymond <esr@snark.thyrsus.com>)
  633. A new packet engine autobauds much more quickly, and now iterates
  634. over both 1 and 2 stopbits. Explicit support for FV18 (the -T f
  635. option) is gone; instead, gpsd syncs with any 7N2 device and always
  636. ships a suitable init string. New E command, supporting the Garmin
  637. position-error sentence or computing these numbers from DOP and an
  638. error model. New U command reports climb/sink from GPSes that report
  639. vertical velocity. There is a prototype driver for SiRF-binary GPses,
  640. invoked automatically when SiRF packets present themselves on the
  641. wire after device open.
  642. 2.14: 2005-02-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  643. Pass zero magnetic variation in generated NMEA from binary GPSes
  644. correctly. Use O_SYNC rather than timeouts to guarantee that
  645. baud-rate change strings get to the GPS before changing the line
  646. parameters. Introduced I command. Spatial scattergram plotting
  647. moved from gpsprobe to gpsprof.
  648. 2.13: 2005-02-21 (Eric S. Raymond <esr@snark.thyrsus.com>)
  649. Correct a bug in binary-protocol dumping (applies to Zodiac and
  650. Garmin only). Gary Miller's patch to deal gracefully with GPSes
  651. like the Magellan EC10X that send only GPRMC and never GPGGA or
  652. GPGSA, and thus never set mode or status fields. Fixed buggy
  653. handling of units options in xgps and xgpsspeed. Bumped library
  654. major version, since seen_sentences is now exposed and drivers have
  655. more capabilities. Stricter NMEA buffer validation. Withdrew the
  656. change that always passed up a timestamp; on SiRF receivers, the year
  657. part is garbage when the PVT fields are garbage. Can now recognize
  658. SiRF GPSes. Experimental baud-switching support for Zodiac.
  659. 2.12: 2005-02-15 (Eric S. Raymond <esr@snark.thyrsus.com>)
  660. Fixed core-dump bug in processing of the GLL variant that does not
  661. include an FAA Mode Indicator. When using the NMEA driver, gpsd now
  662. hunts for a baud rate rather than requiring a fixed one to be set.
  663. A new 'B' command returns the RS232 parameters, and a new 'C'
  664. command returns the update cycle time. Added gpsfake test harness.
  665. Alpha driver for Garmin binary protocol added, requires Linux
  666. garmin_usb kernel driver. The daemon now always passes up a
  667. timestamp for every sentence that has one, even if the PVT fields
  668. aren't valid.
  669. 2.11: 2005-02-10 (Eric S. Raymond <esr@snark.thyrsus.com>)
  670. Added gpsprof and the capability to generate GPS latency profiles.
  671. gpsprobe now hunts through plausible baud rates when looking for NMEA
  672. data from a GPS. The -b (baudrate) option fixes a speed, disabling
  673. the baud-matching logic. Also, gpsprobe can now recognize SiRF
  674. protocol, though not speak it. Fixed a math domain error in
  675. gps.EarthDistance due to numeric blowup on points very close together,
  676. and another in gps.MeterOffset() that was screwing up gpsprobe plots.
  677. 2.10: 2005-02-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  678. Add -N option to explicitly foreground the daemon. Fixed a bug
  679. that was causing gpsd to keep reopening the GPS device after
  680. leaving raw or watcher mode. Fixed Gary Miller's core-dump bug.
  681. 2.9: 2005-01-27 (Eric S. Raymond <esr@snark.thyrsus.com>)
  682. Python files restored to RPM.
  683. 2.8: 2005-01-27 (Eric S. Raymond <esr@snark.thyrsus.com>)
  684. Embarrassing typo fix in gps.py. Avoid buffer overrun in xgps.c.
  685. Plug Debian security bug 292347, CVE number CAN-2004-1388.
  686. This version issued on an emergency basis without Python libraries,
  687. which have packaging problems due to the 2.3/2.4 transition.
  688. 2.7: 2005-01-14 (Eric S. Raymond <esr@snark.thyrsus.com>)
  689. More compiler-warning cleanups. gps client name changed to xgps.
  690. Added --speedunits option to xgpsspeed, --speedunits and --altunits
  691. options to xgps. Improved GPGSV parsing so it copes gracefully if
  692. we start in the middle of a sequence. Merged Petter Reinholdtsen's
  693. fix for GPGSA lists with holes. In xgps, satellites used in the
  694. last fix are now dotted in the middle. New -P option to create
  695. pidfile. Audited for potential buffer overruns, found and fixed
  696. two.
  697. 2.6: 2005-01-01 (Eric S. Raymond <esr@snark.thyrsus.com>)
  698. Petter Reinholdtsen's fix for gps.py buffering. Fix syntax errors
  699. in udev scriptlets. Clean up after GCC warning messages. Drop use of
  700. vsprintf, so we get a link-time error on systems that might produce
  701. buffer overruns (all modern Unixes support vsnsprintf which is safe).
  702. 2.5: 2004-12-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  703. Use gmtime instead of localtime when guessing the day or year of a date;
  704. this avoids jitter in the day after 19:00 GMT. Added -v option to dump
  705. version and exit. Commented out a crash-causing debug line in gps.py.
  706. 2.4: 2004-12-09 (Eric S. Raymond <esr@snark.thyrsus.com>)
  707. Minor bugs in gpsd.py fixed. M now returns 0 status if GPGSA not yet
  708. seen; this change also fixes a bug where gpsd claimed it was confused
  709. if GPGSA had not been seen and status was set. RPM will now install
  710. a udevd rule if the host system uses it. Don't set the online flag
  711. on activate. HP port changes and -Wall cleanup. James Cameron's
  712. fixes to clean up gps.c and use X timeouts rather than alarms.
  713. 2.3: 2004-10-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  714. Documentation and comment fixes. Last two globals removed from
  715. low-level interface; library should now be fully re-entrant. Mac OS X
  716. port fixes. Q command fix from Robin L Darroch <robin@spade-men.com>.
  717. 2.2: 2004-10-18 (Eric S. Raymond <esr@snark.thyrsus.com>)
  718. Documentation improvements. BSD port fixes. Bug fix: speed timestamp
  719. wasn't initialized properly in libgps. Device is now an optional
  720. command-line argument of gpsprobe, in line with the clients. gpsd.py
  721. now should handle fvwm devices correctly. Values in gps data
  722. panel are now labeled with units. Attempted fix for 2.1 bug of DTR
  723. not being pulled low on exit.
  724. 2.1: 2004-09-30 (Eric S. Raymond <esr@snark.thyrsus.com>)
  725. Various internal cleanups, including fossil removal in the
  726. configuration machinery. FV-18, Tripmate, Earthmate and are now
  727. enabled but can be disable with --disable-$NAME at configure time.
  728. When you call configure with --disable-shared, libgps is linked
  729. statically to the binaries (native libs are still linked
  730. shared). Fixed buggy handling of -p option in gps.c and xgpsspeed.c;
  731. it's now an optional command-line argument.
  732. 2.0: 2004-09-16 (Eric S. Raymond <esr@snark.thyrsus.com>)
  733. Packaging fixes for 2.0 release.
  734. 1.98: 2004-09-08 (Eric S. Raymond <esr@snark.thyrsus.com>)
  735. Only do one getdtablesize() call, otherwise we do several
  736. getrlimits() each poll cycle. TripMate is working. gpsprobe now
  737. deduces NMEA version. Zodiac Earthmate seems to work.
  738. 1.97: 2004-08-08 (Eric S. Raymond <esr@snark.thyrsus.com>)
  739. Removed PRWIZCH support (it still passes through in raw mode).
  740. Build Motif-dependent programs conditionally. Added gpsprobe.
  741. Fixed a brown-paper-bag-bug in 1.96 RPM packaging.
  742. 1.96: 2004-08-31 (Eric S. Raymond <esr@snark.thyrsus.com>)
  743. Implemented non-blocking writes to clients, so a stalled client
  744. cannot stall gpsd. Fixed a nasty array-overrun bug. Timestamps
  745. are now in ISO8601 format, with sub-second precision if the GPS
  746. delivers that. First cuts at Python interfaces included. libgps.a
  747. interface now bundles session fd into an allocated session block.
  748. Automake-based build machinery from Jens Oberender; RPM now
  749. installs shared libraries. FV18 driver added. Offline timer in GPS.
  750. 1.95: 2004-08-25 (Eric S. Raymond <esr@snark.thyrsus.com>)
  751. Fixed broken 'make dist', missing display.c and Tachometer.c
  752. are in there now.
  753. 1.94: 2004-08-24 (Eric S. Raymond <esr@snark.thyrsus.com>)
  754. Fix embarrassing bug -- watcher mode did not work for more than one
  755. client at a time. Y command now carries information about which
  756. satellites were used in the last fix. New timeout mechanism, no
  757. longer dependent on FIONREAD.
  758. 1.93: 2004-08-23 (Eric S. Raymond <esr@snark.thyrsus.com>)
  759. Fourth prerelease. Daemon-side timeouts are gone, they complicated
  760. the interface without adding anything. Command responses now
  761. contain ? to tag invalid data. -D2 feature of 1.92 backed out.
  762. 1.92: 2004-08-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
  763. Third prerelease. Clients in watcher mode now get notified when
  764. the GPS goes online or offline. Major name changes -- old libgps
  765. is new libgpsd and vice-versa (so the high-level interface is more
  766. prominent). Specfile now includes code to install gpsd so it will
  767. be started at boot time. -D2 now causes command error messages
  768. to be echoed to the client.
  769. 1.91: 2004-08-21 (Eric S. Raymond <esr@snark.thyrsus.com>)
  770. Second pre-2.0 release. Features a linkable C library that hides the
  771. details of communicating with the daemon. The daemon now recovers
  772. gracefully from having the GPS unplugged and plugged in at any time;
  773. one of the bits of status it can report is whether the GPS is online.
  774. The gps and xgpsspeed clients now query the daemon; their code
  775. for direct access to the serial port has been deliberately removed.
  776. 1.90: 2004-08-15 (Eric S. Raymond <esr@snark.thyrsus.com>)
  777. Creation of specfile.
  778. ?: 2004-03-21 (Remco Treffkorn <remco@rvt.com>)
  779. Without PRWIZCH sentence: sat. colors in gps according to ss, grey==lt20,
  780. yellow==lt40 else green.
  781. Added L Q and I to the protocol. Removed G and T.
  782. Changed the timeout mechanism. Try to not return Lat/Lon/Alt if
  783. validity is in doubt.
  784. ?: 2004-01-29 (Remco Treffkorn <remco@rvt.com>)
  785. Make applications null-terminate their resource lists.
  786. ?: 2003-12-20 (Remco Treffkorn <remco@rvt.com>)
  787. Removed <varargs.h> from netlib. Not needed, and new gcc does not support
  788. it any more.
  789. 1.10: 2003-08-20 (Remco Treffkorn <remco@rvt.com>)
  790. Add install target. Fix clean target. Make GPS timeout configurable.
  791. Make xgpsspeed build with Apple's X11.
  792. Make sure that we don't segfault if the NMEA is badly formed.
  793. ?: 2003-08-18 (Remco Treffkorn <remco@rvt.com>)
  794. Use cfset[io]speed() to set speed in serial.h. Glibc is quite insane
  795. and I am tired to chase it, so I give up. Hope this works for BSD.
  796. Set status and mode 0 after GPS timeout (5 sec) - Cougar <cougar@random.ee>
  797. 1.09: 2003-02-16 (Remco Treffkorn <remco@rvt.com>)
  798. Include sys/time.h in gpsd.c for struct timeval.
  799. ?: 2002-11-03 (Remco Treffkorn <remco@rvt.com>)
  800. G or g command returns six-digit Maidenhead grid square (like FN12fx)
  801. 1.08: 2002-10-03 (Remco Treffkorn <remco@rvt.com>)
  802. Added sockopt SO_REUSEADDR to netlib.c passive_sock.
  803. 1.07: 2002-02-05 (Remco Treffkorn <remco@rvt.com>)
  804. em.c uses <time.h> (as it should). Removed some <sys/time.h>
  805. where they were not needed.
  806. Russ Nelson: Improved Earthmate support: added state machine for
  807. EARTHA recognizer, removed alignment problems seen on ARM architecture.
  808. Added setsockopt to add SO_REUSEADDR, so that
  809. gpsd can stop and immediately restart. Added support for bitrates
  810. higher than 38400, needed for the SIRF chipset.
  811. Derrick: my patch causes longitude when under 100 degrees to be printed
  812. zero-padded as needed, the latitude same deal under 10, fixes the GGA
  813. sentence to not erroneously print fix type (2/3) instead of fix quality,
  814. and calculates fix type correctly.
  815. 1.06: 2000-08-11 (Remco Treffkorn <remco@rvt.com>)
  816. Change from C++ (/) to C comments (/* */)for compatibility.
  817. Added -n (need init) flag.
  818. Don't init unless lat/lon specified.
  819. Remove gps.mayko.com as the default hostname.
  820. 1.05: 2000-05-12 (Remco Treffkorn <remco@rvt.com>)
  821. (even though version.h says 1.04)
  822. Added some includes to xgpsspeed.c for portability.
  823. Fix problem with flags being overwritten, and using the wrong port
  824. variable also in xgpsspeed.c
  825. Add a note about Y2K compatibility fix.
  826. Pass latitude and longitude into em_init().
  827. 1.02: 2000-03-17 (Remco Treffkorn <remco@rvt.com>)
  828. (even though version.h says 1.01)
  829. 1.01: 2000-03-05 (Remco Treffkorn <remco@rvt.com>)
  830. Updated to IANA port. Fixes to DGPS support.
  831. 1.0: 2000-01-02 (Remco Treffkorn <remco@rvt.com>)
  832. Added DGPS fixes from Curt Mills. (See README for contact info.)
  833. 0.99dgps: 1999-12-13 (Remco Treffkorn <remco@rvt.com>)
  834. Added minimal DGPS support by Derrick J Brashear
  835. 0.99: 1999-07-17 (Remco Treffkorn <remco@rvt.com>)
  836. Rockwell binary is now translated to NMEA format, so that
  837. clients like gps will work with an EarthMate.
  838. Added speedometer application. Thanks to Derrick J Brashear
  839. for his work (see README for contact info).
  840. 0.96: 1999-03-04 (Remco Treffkorn <remco@rvt.com>)
  841. Changed EarthMate support. Rockwell binary is now almost properly
  842. supported. Only the minimum required information is extracted.
  843. 0.95: 1999-02-06 (Remco Treffkorn <remco@rvt.com>)
  844. Added support for EarthMate receivers. Since I do not have one, this is
  845. untested.
  846. If it works, it does the following: You start gpsd with a baudrate of 9600
  847. and give it the -Te option. If gpsd gets the EartMate it will enable the
  848. receiver and then attempt to switch it into NMEA mode. If the EarthMate id
  849. is not received, but a binary data header is received, then we will try to
  850. switch NMEA too.
  851. 0.94: 1999-01-24 (Remco Treffkorn <remco@rvt.com>)
  852. Y2K compliant ;-) (... is NOT. Look for "FIXME:" in nmea_parse.c)
  853. 0.93: 1998-01-27 (Remco Treffkorn <remco@rvt.com>)
  854. using GNU autoconf now.
  855. combined gpsd + gpsclient. No more init files, command line only.
  856. 0.9: 1997-05-13 (Remco Treffkorn <remco@rvt.com>)
  857. some cleanups in the ini code. version 0.9 ...
  858. 0.8: 1997-04-25 (Remco Treffkorn <remco@rvt.com>)
  859. version 0.8, some bug fixes. New MODE member, STATUS member changed.
  860. 0.7: 1997-04-21 (Remco Treffkorn <remco@rvt.com>)
  861. released version 0.7