From 10998ca3215fb6d21b5a32fdf78bb5feffaf4c0f Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 10 Feb 2022 19:03:30 +0100 Subject: Bump release to 2.6.0 --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 84e01d2..9a6d731 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +2.6.0 +===== + +- Stop the client for system applications when accuracy is set to NONE +- NMEA: add a unix socket file option +- Client info: support cgroup v2 +- Don't compute movements for low accuracy sources +- Add an option to generate vapi +- Send the 3G tower type as part of the Mozilla location service requests +- Add phosh & lipstick as allowed agents +- Use GeoIP when no WiFi device is available +- Modem manager: add polkit rule to allow GPS access +- Allow disabling compass at build and at runtime +- Fix heading computation for identical locations +- Be strict with time and distance threshold +- Fix the XDG location portal integration +- Replace agent wait timeout with a queue +- Other bugs fixes + +Contributors: + +- Laurent Bigonville +- Angus Ainslie +- Dan Nicholson +- Guido Günther +- Jan Alexander Steffens +- Abderrahim Kitouni +- clayton craft +- Ian Douglas Scott +- Chupligin Sergey +- Dor Askayo +- Teemu Ikonen +- Maciej S. Szmigiero +- Álvaro Peña +- Bilal Elmoussaoui + 2.5.7 ===== diff --git a/meson.build b/meson.build index 0d9911a..8aa5c31 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('geoclue', 'c', version: '2.5.3', meson_version : '>= 0.47.2') +project('geoclue', 'c', version: '2.6.0', meson_version : '>= 0.47.2') gclue_version = meson.project_version() ver_arr = gclue_version.split('.') -- cgit v1.2.1