This commit is contained in:
Bastien Nocera
2023-07-25 10:28:22 +02:00
parent caa0318903
commit 29c79c9e3b
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
3.5
---
This update fixes sensor hotplugging, and fixes some sensors not working when
they were assigned a sampling frequency they did not support. This update also
adds more tests, and corrects the location of the D-Bus policy file.
3.4
---

View File

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