This commit is contained in:
Bastien Nocera
2022-07-15 15:08:38 +02:00
parent 4b84a36f15
commit cd6d5e653e
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
3.4
---
This update adds polkit checks for whether a user is allowed to claim a sensor.
It also fixes the ambient light sensor readings on some systems, a regression in
the fake-input-accelerometer test binary, and a number of memory leaks.
3.3
---

View File

@@ -1,5 +1,5 @@
project('iio-sensor-proxy', [ 'c' ],
version: '3.3',
version: '3.4',
license: 'GPLv3+',
default_options: [
'buildtype=debugoptimized',