Accepting request 910575 from home:adkorte

- Update to version 3.23
  * doc/*xml all moved into www/internals.adoc
  * Convert all DocBook (.xml) to AsciiDoctor (.adoc)
  * Remove all XSL remnants.
  * gpsplot: speedup, add new options.
  * driver_ubx.c: Add decode for UBX-NAV-STATUS
  * gps/ubx.py: Improve decode for UBX-NAV-STATUS
  * cgps: Add popup help, interactive options.
  * Reorganize and split the man pages.
  * Small updates for u-blox M8 and M10
  * Deprecated mtk3331 and ashtech build options.  Use nmea0183
    instead.
  * gpssnmp: Move from contrib/ to clients, add manpage
  * Add www/gpsd-client-example-code.adoc
  * Add gpsdebuginfo script and man page.
  * ubxtool: Add BeiDou, Galileo, GLONASS, QZSS, and partial SBAS
    subframe decodes
  * Max serial port speed raised to 921,600.
  * SUBFRAME JSON now includes new fields to support multiple
    constellations.
  * gpsd: Add some ADR and UDR message partial decodes.
  * ubxtool: Add some ADR and UDR message polls and decodes.
  * Remove COMPASS_ENABLE.  Always compile attitude code.
  * contrib/webgps.py: use argparse, arguments -V, --version,
    --no-html-head.
  * Add readonly flag to DEVICE JSON.
  * Control messages to gpsd now return JSON, instead of, sometimes,
    OK or ERROR.
  * gpsfake uses "# Date: yyyy-mm-dd" to set initial time.
  * Don't compute wrong GPS rollover after 2021-10-23.
  * Bump libgps to version 29.

OBS-URL: https://build.opensuse.org/request/show/910575
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=140
This commit is contained in:
2021-08-10 11:30:55 +00:00
committed by Git OBS Bridge
parent 5dfd974a93
commit 597f4171c3
6 changed files with 46 additions and 7 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Aug 7 03:32:40 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- Update to version 3.23
* doc/*xml all moved into www/internals.adoc
* Convert all DocBook (.xml) to AsciiDoctor (.adoc)
* Remove all XSL remnants.
* gpsplot: speedup, add new options.
* driver_ubx.c: Add decode for UBX-NAV-STATUS
* gps/ubx.py: Improve decode for UBX-NAV-STATUS
* cgps: Add popup help, interactive options.
* Reorganize and split the man pages.
* Small updates for u-blox M8 and M10
* Deprecated mtk3331 and ashtech build options. Use nmea0183
instead.
* gpssnmp: Move from contrib/ to clients, add manpage
* Add www/gpsd-client-example-code.adoc
* Add gpsdebuginfo script and man page.
* ubxtool: Add BeiDou, Galileo, GLONASS, QZSS, and partial SBAS
subframe decodes
* Max serial port speed raised to 921,600.
* SUBFRAME JSON now includes new fields to support multiple
constellations.
* gpsd: Add some ADR and UDR message partial decodes.
* ubxtool: Add some ADR and UDR message polls and decodes.
* Remove COMPASS_ENABLE. Always compile attitude code.
* contrib/webgps.py: use argparse, arguments -V, --version,
--no-html-head.
* Add readonly flag to DEVICE JSON.
* Control messages to gpsd now return JSON, instead of, sometimes,
OK or ERROR.
* gpsfake uses "# Date: yyyy-mm-dd" to set initial time.
* Don't compute wrong GPS rollover after 2021-10-23.
* Bump libgps to version 29.
-------------------------------------------------------------------
Wed Jun 2 09:35:59 UTC 2021 - Dirk Müller <dmueller@suse.com>