summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej S. Szmigiero <maciej.szmigiero@oracle.com>2023-01-21 14:00:36 +0100
committerMaciej S. Szmigiero <maciej.szmigiero@oracle.com>2023-01-22 21:37:05 +0100
commitbbfb6289dedb88cb8155d9f6868787d5432e1f90 (patch)
treeebb29a65d437f0aacbb9e4074e13001b27015462
parent438f54bed8f211f9b905c8935cd024fae433c2e3 (diff)
downloadgeoclue-bbfb6289dedb88cb8155d9f6868787d5432e1f90.tar.gz
Release 2.7.02.7.0
Thanks to all who contributed to this release! Closes: #172
-rw-r--r--NEWS29
-rw-r--r--meson.build2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9a6d731..24e85a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+2.7.0
+=====
+
+- Multiple config files named *.conf are now read from the config directory at @sysconfdir@/geoclue/conf.d,
+- HTTP requests are now made via libsoup3.0 instead of libsoup2.4,
+- A static location can now be set in @sysconfdir@/geolocation for immobile systems,
+- Web source requests are now submitted with combined WiFi and 3GPP tower data,
+- Web source now checks connectivity in a way that allows location and submission servers running on localhost,
+- Web source submissions are now made using /v2/geosubmit API,
+- Web source cell tower submissions now have the correct radio type,
+- Web source requests now submit the BSS age property,
+- Web source submissions now contain the location speed,
+- Web source cache now respects WiFi signal tolerance strictly,
+- NMEA source now supports both '\n' and '\r' NMEA delimiters,
+- NMEA source can now be made the Web source submit source,
+- ModemManager now use signaled calls to get cached location information to avoid performing explicit modem query,
+- Location description now contains information about its source,
+- GSettings backend no longer complains about being run from a read-only filesystem,
+- Many small improvements and fixes, some memory safety related.
+
+Contributors:
+- Andrey Skvortsov
+- Carlos Garcia Campos
+- Dylan Van Assche
+- Shoji Keita
+- Teemu Ikonen
+- Maciej S. Szmigiero
+- Maximiliano Sandoval R
+
2.6.0
=====
diff --git a/meson.build b/meson.build
index 753bc89..220ae2b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.6.0', meson_version : '>= 0.60.0')
+project('geoclue', 'c', version: '2.7.0', meson_version : '>= 0.60.0')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')