From 8941370d0834d05d44108e9e6551704854d94f44 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Feb 2017 16:22:01 +0100 Subject: [PATCH] 2.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bcce427..b8443c4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2.1 +--- + +This release fixes a security problem that will affect services +other than iio-sensor-proxy, that have a system D-Bus interface. +Upgrading to this version is highly recommended. + +- Make D-Bus policy rules only affect SensorProxy itself +- Lockdown service through systemd +- Fix startup problem on machines with a Compass device + 2.0 --- diff --git a/configure.ac b/configure.ac index f8ded66..52ec757 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [2.0], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [2.1], [hadess@hadess.net]) AX_IS_RELEASE([git-directory])