diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2016-02-27 17:07:06 +0000 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2016-02-27 17:07:18 +0000 |
commit | 47f146d5c2dc217cb97cc0b2bef27211edca63a3 (patch) | |
tree | 684093305ad1aa2e697a23a7fd0b7b4d089f40dc | |
parent | 8a23d796d374e6c48b69de24f4d576050d75726c (diff) |
Release 2.4.22.4.2
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +2.4.2 +===== + +- Reliable desktop ID detection for xdg-app. This together with latest + gnome-shell and gnome-control-center, allows for per-application + geolocation access controls. +- Don't require xdg-app applications to pass a valid desktop ID since Geoclue + can automatically detect it. +- Don't allow xdg-app application to become user-authorization agents. +- Correct introspection namespace version for libgeoclue. +- Option to disable the backend build. +- Demo: Provide reason to access location data. +- Demo agent: + - Critical log message on failing to show notification. + - If app provides a reason string in it's desktop file, show that to the user. + +Cosimo Cecchi <cosimoc@gnome.org> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 2.4.1 ===== diff --git a/configure.ac b/configure.ac index 67c3100..d6b5308 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.1], + [2.4.2], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |