diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2015-10-27 13:05:32 +0000 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2015-10-27 13:08:24 +0000 |
commit | ae8f7ab2f1e90f61931c652f2f65996c30c79e87 (patch) | |
tree | bad41681bdaf153a44b4c60f88bdf177287520dc | |
parent | b633abbdd49fe529d41b5d47fe0ccb27687faca5 (diff) |
Release 2.4.02.4.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2.4.0 +===== + +- Add a convenience library to make interacting with Geoclue very easy. +- Put each D-Bus interface description in it's own file. Unified interface file + still provided for backwards compatibility. + +Simon McVittie <simon.mcvittie@collabora.co.uk> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 2.3.0 ===== diff --git a/configure.ac b/configure.ac index dfe5e80..142d7fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.3.1], + [2.4.0], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |