summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2022-02-10 19:03:30 +0100
committerBilal Elmoussaoui <belmouss@redhat.com>2022-02-10 19:03:30 +0100
commit10998ca3215fb6d21b5a32fdf78bb5feffaf4c0f (patch)
tree73b5654185091e68d031be175e0c8518f9e0c87d
parentf5745b9e827ce0f87720434cf2b0b5e3be205542 (diff)
downloadgeoclue-2.6.x.tar.gz
Bump release to 2.6.02.6.02.6.x
-rw-r--r--NEWS36
-rw-r--r--meson.build2
2 files changed, 37 insertions, 1 deletions
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('.')