diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2015-12-07 18:57:46 +0000 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2015-12-07 18:58:13 +0000 |
commit | df796dc4ff17d90b961c22624b579698ae75698a (patch) | |
tree | 083aabad58f2ce957f9a38239c83acafef8a79f6 | |
parent | 73bb65796b30ce9a6e917de951e3058c32900b98 (diff) |
Release 2.4.12.4.1
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2.4.1 +===== + +- Add some missing NULL checks to avoid some crashes. +- More reliable method to connect to Avahi from network NMEA source. +- Fix warnings on system log caused by geoclue trying to access D-Bus + properties it does not need. + +Ankit <ankitstarski@gmail.com> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 2.4.0 ===== diff --git a/configure.ac b/configure.ac index 142d7fb..667a50c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.0], + [2.4.1], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |