diff options
author | Zeeshan Ali <zeeshanak@gnome.org> | 2018-04-12 00:33:24 +0200 |
---|---|---|
committer | Zeeshan Ali <zeeshanak@gnome.org> | 2018-04-12 00:52:46 +0200 |
commit | 6fc155b3674b7bf183a648963c4ef5a112560c5b (patch) | |
tree | bac787e53a46a0640215a7d7e2ffaf9863ce6285 | |
parent | aa170d9ca361ee6b9d47866319308915c2d100ba (diff) |
Release 2.4.82.4.8
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +2.4.8 +===== + +- Fix threshold for detecting too old location update. +- Explain in the configuration what the applications white-list is meant for. +- Allow instant location updates from modem-based GPS. +- Fix a deadlock case in the helper library. + +Dependency-related changes: + +Require mm-glib >= 1.6 + +Valentin Blot <freedesktop-devel@valentinblot.org> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 2.4.7 ===== diff --git a/configure.ac b/configure.ac index 023a6a8..3c0467a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.7], + [2.4.8], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |