From b6c4c7ccb7147b49d695b957085c57c935346fff Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 15 Aug 2021 00:30:39 +0200 Subject: [PATCH] 3.2 --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a350247..766bc65 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.2 +--- + +This update fixes a number of problems new to 3.1 where we started initialising +internationalisation support in the daemon, and caused problems parsing +numbers with decimal separator. This update also requires an updated +version of libgudev to fix one of the bugs uncovered. + 3.1 --- diff --git a/meson.build b/meson.build index 18bdef1..a2a4ce8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iio-sensor-proxy', [ 'c' ], - version: '3.1', + version: '3.2', license: 'GPLv3+', default_options: [ 'buildtype=debugoptimized',