diff options
author | Zeeshan Ali <zeeshan.ali@pelagicore.com> | 2016-09-06 14:34:07 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-09-06 16:59:50 +0200 |
commit | 45efbbd15a762ff2998876885cb320d3ec09b7b8 (patch) | |
tree | 8c65823c9a067e7f5eb9f08d5941adb8876f30be | |
parent | 0f78393b17fa9e3793a04b06d45a0ec4d5010864 (diff) |
Release 2.4.42.4.4
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -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]) |