From e803bb44f77bf1b545a55ceeb6d00685eb7374ea Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 6 Dec 2016 16:57:29 +0100 Subject: [PATCH] 2.0 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c1adcf3..bcce427 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +2.0 +--- + +This release adds build fixes, fixes the detection of a number of +devices that should be supported, stops trying to use devices +that shouldn't, and adds support for the "mount-matrix" property, +which can be used to fix the orientation of accelerometers on +devices where the default does not work. + +- Add support for ACCEL_MOUNT_MATRIX udev property +- Fix startup failure on certain devices +- Work-around possible kernel bug on certain devices +- Better supported/unsupported sensors detection +- Better debug output + 1.3 --- diff --git a/configure.ac b/configure.ac index 8241024..f8ded66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [1.3], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [2.0], [hadess@hadess.net]) AX_IS_RELEASE([git-directory])