summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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('.')