This commit is contained in:
Bastien Nocera
2019-05-14 12:44:40 +02:00
parent 0321041ac2
commit b320a3207b
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@@ -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 2.5
--- ---

View File

@@ -1,6 +1,6 @@
AC_PREREQ(2.59) 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]) AX_IS_RELEASE([git-directory])