summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-10-03 19:02:32 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-10-03 20:21:33 +0100
commitce7479b39ad3197a921f5de7f7a8ef1608d820f9 (patch)
tree3f48f6ab6f45e3666d3cec7e864eef15463a53c1
parent969fbc0da04f07e680890e18abb587f43cc56dd3 (diff)
downloadgeoclue-2.1.10.tar.gz
Release 2.1.102.1.10
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5de1f4c..228effc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.1.10
+======
+
+- Disallow application if disabled explicitly in the configuration.
+- Make it easy to add alternative modem source(s), e.g ofono-based.
+- Map:
+ - country-level accuracy to city-level since no source provides country-level
+ accuracy.
+ - neighborhood-level accuracy to city-level in WiFi source (only) so
+ applications requesting neighborhood-level accuracy still get a location
+ even if there is no modem available.
+- Fixes to WiFi source.
+- For easier debugging, add:
+ - more debug prints.
+ - commandline options to where-am-i demo application to specify timeout and
+ requested accuracy level.
+- Fix a potential build failure.
+
2.1.9
=====
diff --git a/configure.ac b/configure.ac
index b417b77..db202d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [2.1.9],
+ [2.1.10],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])