diff options
author | Zeeshan Ali <zeenix@collabora.co.uk> | 2018-10-14 17:32:55 +0200 |
---|---|---|
committer | Zeeshan Ali <zeenix@collabora.co.uk> | 2018-10-14 17:32:55 +0200 |
commit | e37e4a9ae913cba45e8eb9afec7a87b750d35ec1 (patch) | |
tree | 77810c034341d201fdaa067f047c0bb92a711d27 | |
parent | 0c3c0dd647d1529f27c7a95601d777a5c12b5797 (diff) |
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +2.4.13 +====== + +- Configuration file related changes: + - Allow absence of agent if agent white-list is empty. + - Add elementary-desktop-agent to whitelist. + - Allow disabling of all sources. + - Warn about use of Google's services. + - Document that all settings are mandatory. +- Increase default inactivity timeout to 60s. +- Increase agent timeout from 100ms to 20s. +- Console message on inactivity timeout. +- Improved and much faster CI pipelines. + +Contributors to this release: + +worldofpeace <worldofpeace@users.noreply.github.com> +Zeeshan Ali <zeenix@collabora.co.uk> + 2.4.12 ====== diff --git a/configure.ac b/configure.ac index 07e6f06..c2516d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([geoclue], - [2.4.12], + [2.4.13], [https://gitlab.freedesktop.org/geoclue/geoclue/issues], [geoclue], [http://www.freedesktop.org/wiki/Software/GeoClue]) |