summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2015-09-17 16:52:18 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2015-09-18 12:53:47 +0100
commit93241301b9c47a5e7a61978cf5154752c85bd183 (patch)
treed6cb668eb18bf7e31a879e84329e90ce7e6b39a8
parent89db46569684c32bc13d04fd4897902359bfffd0 (diff)
downloadgeoclue-2.3.0.tar.gz
Release 2.3.02.3.0
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e889f53..0be5d82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+2.3.0
+=====
+
+- Add a network NMEA source, which together with this application:
+ https://wiki.gnome.org/Apps/GeoclueShare
+ allows you to use the GPS of your Android device on your geoclue-enabled machine.
+- Allow root to own the name on the bus, i-e run the service.
+- Make use of compass device if available, through iio-proxy.
+- Fix a hang on client starting twice.
+- More helpful error on agent rejection.
+- Improved documentation.
+- Do not ship generated D-Bus service files in the tarball.
+- Only allow the geoclue user and root to call methods on agents.
+- Fix ignoring of valid location updates due to comparison of distances in
+ different units.
+- Correctly handle two consecutive location updates with same timestamp on them.
+- Correctly handle late location update.
+- Build system fixes:
+ - Fix detection of gdbus-codegen tool.
+ - Workaround an intltool issue.
+
+All contributors to this release:
+
+Ankit <ankitstarski@gmail.com>
+Bastien Nocera <hadess@hadess.net>
+Fabrice Bellet <fabrice@bellet.info>
+Laurent Bigonville <bigon@bigon.be>
+Philip Withnall <philip.withnall@collabora.co.uk>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
2.2.0
=====
diff --git a/configure.ac b/configure.ac
index d812377..240af03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [2.2.0],
+ [2.3.0],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])