diff options
author | Teemu Ikonen <tpikonen@mailbox.org> | 2024-09-03 14:22:26 +0300 |
---|---|---|
committer | Teemu Ikonen <tpikonen@mailbox.org> | 2024-09-03 14:22:26 +0300 |
commit | ab0a7a447ac037d5043aa04df3030796bf47d94d (patch) | |
tree | 8808475c3c8c15effcb3280a84e346f86f0f0409 | |
parent | 722671f64bd7d82024d0c44dde13100f841d0170 (diff) |
Release 2.7.22.7.2
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +2.7.2 +===== + +- Don't warn about missing conf.d directory +- Accept 11-part RMC NMEA sentences from pre NMEA v2.3 GPS sources +- Log the service client list on SIGUSR1 +- Read GPS locations from non-enabled ModemManager modem, enabling GPS use without a SIM card +- Bump ModemManager dependency to version 1.12 +- Mozilla Location Service (MLS) has been retired, remove MLS related constants and configs: + - Remove DEFAULT_WIFI_URL and DEFAULT_WIFI_SUBMIT_URL + - If wifi URL is not set in config, disable wifi and 3g sources + - Remove Mozilla URLs from default config file + - Remove mozilla-api-key option from meson build +- Allow specifying default Ichnaea-compatible locate and submit URLs in meson build +- Allow setting an empty submission-nick in config +- Add User-Agent header to locate and submit queries +- Upgrade GLib / Gio dependency to version 2.74.0 +- Use GApplication in demo agent, ensuring a unique, user session bound process +- The async constructor gclue_simple_new in libgeoclue now can be canceled properly + +Contributors: +- Kira Bruneau +- Teemu Ikonen +- Maciej S. Szmigiero +- Jan Alexander Steffens (heftig) +- Balló György +- Markus Göllnitz + 2.7.1 ===== diff --git a/meson.build b/meson.build index a0816b7..c561572 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('geoclue', 'c', version: '2.7.1', meson_version : '>= 0.60.0') +project('geoclue', 'c', version: '2.7.2', meson_version : '>= 0.60.0') gclue_version = meson.project_version() ver_arr = gclue_version.split('.') |