summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-10-14 17:32:55 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-10-14 17:32:55 +0200
commite37e4a9ae913cba45e8eb9afec7a87b750d35ec1 (patch)
tree77810c034341d201fdaa067f047c0bb92a711d27
parent0c3c0dd647d1529f27c7a95601d777a5c12b5797 (diff)
downloadgeoclue-2.4.x.tar.gz
Release 2.4.132.4.132.4.x
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index facbd5a..5308de4 100644
--- a/NEWS
+++ b/NEWS
@@ -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])