summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshan.ali@pelagicore.com>2016-09-06 14:34:07 +0200
committerBastien Nocera <hadess@hadess.net>2016-09-06 16:59:50 +0200
commit45efbbd15a762ff2998876885cb320d3ec09b7b8 (patch)
tree8c65823c9a067e7f5eb9f08d5941adb8876f30be
parent0f78393b17fa9e3793a04b06d45a0ec4d5010864 (diff)
downloadgeoclue-45efbbd15a762ff2998876885cb320d3ec09b7b8.tar.gz
Release 2.4.42.4.4
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3412380..7101737 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.4.4
+=====
+
+
+- Expose location timestamp over D-Bus.
+- Add a TimeThreshold property that allows clients to limit location updates by
+ time.
+- Annotate default value of DistanceThreshold property.
+- Check for full internet availability before declaring ourselves online.
+- Fix autogen.sh against builddir ≠ srcdir.
+- Fix a bunch of memory leaks.
+- Fix a bunch of build issues.
+- Other minor fixes.
+
+Colin Walters <walters@verbum.org>
+Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
+Justin Kim <justin.kim@collabora.com>
+Philip Withnall <philip.withnall@collabora.co.uk>
+Ting-Wei Lan <lantw@src.gnome.org>
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
2.4.3
=====
diff --git a/configure.ac b/configure.ac
index b9211d4..88363ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.63])
AC_INIT([geoclue],
- [2.4.3],
+ [2.4.4],
[http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
[geoclue],
[http://www.freedesktop.org/wiki/Software/GeoClue])