This commit is contained in:
Bastien Nocera
2017-09-20 18:39:03 +02:00
parent 8e994daa3b
commit b67414f78e
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
2.3
---
This release fixes API documentation not being in the tarball,
removes a work-around for long-standing kernel bug (see README.md
for details), and ignores accelerometers that are part of gaming
devices. A number of build warnings were also fixed.
2.2
---

View File

@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
AC_INIT([iio-sensor-proxy], [2.2], [hadess@hadess.net])
AC_INIT([iio-sensor-proxy], [2.3], [hadess@hadess.net])
AX_IS_RELEASE([git-directory])