diff --git a/NEWS b/NEWS index 8c68ddf..db8b363 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2.6 +--- + +This release adds support for mount matrices coming from the kernel +itself, checking those more thoroughly for validity. On devices with +multiple accelerometers, the ones in the base are now ignored. + +Support for sensors with uncommon formats was already enhanced (or fixed +depending on the device). A couple of possible crashes and memory +leaks were also fixed. + 2.5 --- diff --git a/configure.ac b/configure.ac index c487464..1675478 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [2.5], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [2.6], [hadess@hadess.net]) AX_IS_RELEASE([git-directory])