This commit is contained in:
Bastien Nocera
2021-06-11 12:46:22 +02:00
parent f9f4976582
commit 49d3771716
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@@ -1,3 +1,16 @@
3.1
---
This release includes a number of changes related to the maintenance
of the project, including porting to meson as a build system, and
adding a test suite. A long-standing problem with property changes
being sent as a broadcast was also fixed, now only programs which register
will receive notifications.
This release also fixes sensor support for accelerometers with different
scales on different axis, adds support for RGBC light sensors, and reads
the proximity threshold from sysfs for DeviceTree devices.
3.0
---

View File

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