From 29c79c9e3bd325c481bd9c52fdd520665bc0e28b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 25 Jul 2023 10:28:22 +0200 Subject: [PATCH] 3.5 --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a53148e..06c94b6 100644 --- a/NEWS +++ b/NEWS @@ -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 --- diff --git a/meson.build b/meson.build index 724e0cb..767e539 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iio-sensor-proxy', [ 'c' ], - version: '3.4', + version: '3.5', license: 'GPLv3+', default_options: [ 'buildtype=debugoptimized',