summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-02-17 21:27:15 +0000
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-02-17 21:27:15 +0000
commit4ec5443a42068c37565e329947de32480c7c6692 (patch)
tree00a338bf59eb12cea1a11f98c685cc6176f600bd
parentc84526b3b10de3d46bf3e8827497ca6276465249 (diff)
Release 2.1.32.1.3
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 03ad782..dfb25de 100644
--- a/NEWS
+++ b/NEWS
@@ -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])