diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2013-08-20 19:35:49 +0300 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2013-08-20 19:35:49 +0300 |
commit | b623c911f4e1e9bda63efdcfda6e042ac12a6c25 (patch) | |
tree | 5dddcd91ee19868169e7836d27b6f2612577db67 | |
parent | 9f0f4e36f0b1c0be35064512887b220fa405af0d (diff) |
Release 1.99.11.99.1
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 30 insertions, 1 deletions
@@ -1,3 +1,32 @@ +1.99.1 +====== + +- Move to system D-Bus. +- Import geoip code from geocode-glib. +- Add option to automatically exit on inactivity. By default it: + - Runs indefinitely when launched manually. + - Exits after 5 seconds of inactivity when (auto)launched by D-Bus. +- Relicense from LGPLv2+ to GPLv2+. +- Some build/installation related fixes. +- Correctly version pkg-config file. +- Fix crash on error. +- Add --version cmdline option. + +Dependency-related changes: + +- Remove redundant GOA dep from pkg-config. +- Drop dependency on geocode-glib. +- New dependencies: + - json-glib-1.0 >= 0.14 + - libsoup-2.4 + - geoip >= 1.5.1 (Only needed by geoip server) + +All contributors to this release: + +Bastien Nocera <hadess@hadess.net> +Colin Walters <walters@verbum.org> +Zeeshan Ali (Khattak) <zeeshanak@gnome.org> + 1.99.0 ====== diff --git a/configure.ac b/configure.ac index eaeb013..a98d92f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [1.99.0], + [1.99.1], [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |