diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2014-02-17 21:27:15 +0000 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2014-02-17 21:27:15 +0000 |
commit | 4ec5443a42068c37565e329947de32480c7c6692 (patch) | |
tree | 00a338bf59eb12cea1a11f98c685cc6176f600bd | |
parent | c84526b3b10de3d46bf3e8827497ca6276465249 (diff) |
Release 2.1.32.1.3
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2.1.3 +===== + +- Agents can now dictate maximum accuracy level allowed for all clients through + a D-Bus property. The next version of gnome-shell will make use of that and + provide an option to enable/disable geolocation in topbar menu. +- Add D-Bus property to specify available accuracy level. For now we just + hardcode it to report that we can provide exact accuracy. +- Give agents time to register themselves on startup before processing client + requests. +- Move configuration file under geoclue subdir so that in future we can easily + add more configuration files if needed. +- Fixes to build. +- Some internal clean-ups. + +All contributors to this release: + +Colin Walters <walters@verbum.org> +Marvin Schmidt <marv@exherbo.org> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 2.1.2 ===== diff --git a/configure.ac b/configure.ac index c48b09c..095625e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.1.2], + [2.1.3], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |