Skip to content

1.2.1

Latest

Choose a tag to compare

@johnny-bit johnny-bit released this 15 Aug 07:39
· 42 commits to master since this release

osm-gps-map 1.2.1

Same tree as 1.2.1-rc1 (eaef429). No blockers reported on the RC.

Highlights

  • libsoup-3 only (no libsoup-2)
  • pkg-config: libsoup-3.0 is Requires.private (public link only needs gtk)
  • GObject Introspection still OsmGpsMap-1.0
  • Unit tests included in the tarball (tests/test.py)

Source tarball

  • File: osm-gps-map-1.2.1.tar.gz
  • sha256: 277d6835220a6a2954e09eb304a8cd6ff49b72542c97c4fc36e53e905f2a747c
  • Git tag: 1.2.1eaef429

Changes in 1.2.1

  • Replace deprecated G_TYPE_INSTANCE_GET_PRIVATE and g_type_class_add_private (Patrick Salecker)
  • Add python unit tests (Patrick Salecker)
  • Fix python example addressing requiring map source (Jochen Sprickerhof)
  • Fix setting custom map source (Patrick Salecker)
  • Update catalog files (Davide Gessa)
  • Make libsoup minimum version 2.42 (Hubert Kowalski)
  • Manage segments across date change line (Paolo Benve)
  • Remove unnecessary warning about 2nd setup (Tormod Volden)
  • Add OpenTopoMap map source (Philipe Weyland)
  • Port to libsoup-3 (Sébastien Noel)
  • Fix pkg-config file (Sébastien Noel)
  • Move libsoup-3.0 to Requires.private in pkg-config (Grimmauld)
  • Make add_point a GObject Introspection method (loqs)
  • Close PixbufLoader before get_pixbuf in unit tests; fixes Glycin test failure (loqs)