From d5e2c24d21f3744b72ffd38143fc6a6c01e1667d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Nov 2017 19:13:40 +0100 Subject: [PATCH] 2.4 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c2b8d4d..b395aa8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.4 +--- + +This release fixes data being incorrectly read from sensors due to +a naively broken compilation fix. It also supports Geoclue running +as a different user than "geoclue". + 2.3 --- diff --git a/configure.ac b/configure.ac index 06bfd37..d7653fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [2.3], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [2.4], [hadess@hadess.net]) AX_IS_RELEASE([git-directory])