From 49d3771716994deff18ab8786b368ca1a0885c72 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 11 Jun 2021 12:46:22 +0200 Subject: [PATCH] 3.1 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3efe430..a350247 100644 --- a/NEWS +++ b/NEWS @@ -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 --- diff --git a/meson.build b/meson.build index 3e75c48..a630f30 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iio-sensor-proxy', [ 'c' ], - version: '3.0', + version: '3.1', license: 'GPLv3+', default_options: [ 'buildtype=debugoptimized',