From b623c911f4e1e9bda63efdcfda6e042ac12a6c25 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 20 Aug 2013 19:35:49 +0300 Subject: Release 1.99.1 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0412782..0c5b15b 100644 --- a/NEWS +++ b/NEWS @@ -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 +Colin Walters +Zeeshan Ali (Khattak) + 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]) -- cgit v1.2.3