Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

Commit b320a32

Browse files
committed
2.6
1 parent 0321041 commit b320a32

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.6
2+
---
3+
4+
This release adds support for mount matrices coming from the kernel
5+
itself, checking those more thoroughly for validity. On devices with
6+
multiple accelerometers, the ones in the base are now ignored.
7+
8+
Support for sensors with uncommon formats was already enhanced (or fixed
9+
depending on the device). A couple of possible crashes and memory
10+
leaks were also fixed.
11+
112
2.5
213
---
314

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([iio-sensor-proxy], [2.5], [[email protected]])
3+
AC_INIT([iio-sensor-proxy], [2.6], [[email protected]])
44

55
AX_IS_RELEASE([git-directory])
66

0 commit comments

Comments
 (0)