diff options
author | Zeeshan Ali <zeenix@collabora.co.uk> | 2018-05-02 23:47:31 +0200 |
---|---|---|
committer | Zeeshan Ali <zeenix@collabora.co.uk> | 2018-05-02 23:48:15 +0200 |
commit | 1c63e52e4c69462468f11ab3feb2638d2f164381 (patch) | |
tree | 4ff267634807c2f1a7bd1f136613e9b0c211191e | |
parent | defe4a3e9f4bacba44b12e1fe82dd915e49858c2 (diff) |
Release 2.4.92.4.9
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 1 deletions
@@ -1,3 +1,27 @@ +2.4.9 +===== + +- Modem GPS refresh rate is now based on the location refresh rate of apps. +- Refuse location access if no app-auth agent is registered. This fixes a + security hole where an app requests location access before the agent gets to + register itself and we end up giving out locaiton access even though user has + disabled it. +- Port desktop ID detection to Flatpak >= 0.6.10. +- The default timeout on the service binary is now the same as the service + itself: 5 seconds. +- Demo applications: + - where-am-i now allows setting location refresh-rate. + - Only install demo agent's desktop file if it's enabled. + - Build and install demo agent unless disabled explicitly. + - Autostart the demo agent by default on non-GNOME platforms, since an agent + is required now and no one other than GNOME yet provides one (sigh). + +Dependency-related changes: + +Bastien Nocera <hadess@hadess.net> +Mathieu Bridon <bochecha@daitauha.fr> +Zeeshan Ali <zeenix@collabora.co.uk> + 2.4.8 ===== diff --git a/configure.ac b/configure.ac index c46b02f..fee612a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.8], + [2.4.9], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |