summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Ikonen <tpikonen@mailbox.org>2023-09-01 17:12:08 +0300
committerTeemu Ikonen <tpikonen@mailbox.org>2023-09-03 11:27:30 +0300
commit8a24f60969d4c235d9918796c38a6a9c42e10131 (patch)
tree8c4debf667036834785517025462bbd96196b122
parentcf42ca2d96656a7d89f0889390afdba3ce382d9d (diff)
Release 2.7.12.7.1
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 24e85a3..6a102ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.7.1
+=====
+
+- Add 'age' field to MLS locate queries
+- Location updates now always have an accuracy value
+- Improvements to NMEA parsing:
+ - Parse NMEA timestamps with sub-second accuracy
+ - Add default accuracy to NMEA RMC locations
+ - Ignore locations from GGA and RMC sentences if the GNSS fix is not valid
+- Prioritize GNSS sources with a recent fix over other sources, preventing location jumps
+- Install D-Bus policy in /usr/share, not /etc
+- Upgrade GLib / Gio dependency to version 2.68.0
+- Correct gi annotations in GClueSimple
+- Various small fixes
+
+Contributors:
+- Chris Talbot
+- Gioele Barabucci
+- Philipp Hörist
+- Teemu Ikonen
+
2.7.0
=====
diff --git a/meson.build b/meson.build
index 00e7f3a..b175096 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.7.0', meson_version : '>= 0.60.0')
+project('geoclue', 'c', version: '2.7.1', meson_version : '>= 0.60.0')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')