From a029549af5d2792762286536db09b2cf564dc7a7 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 31 Oct 2017 10:34:21 +0100 Subject: [PATCH] NEWS: updates for v0.3.2 Add release notes for libgpiod v0.3.2. Signed-off-by: Bartosz Golaszewski --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index b78c960..93f6170 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +libgpiod v0.3.2 +=============== + +Bug fixes: +- correctly handle signal interrupts when polling in gpiod_simple_event_loop() +- fix the linking order when building with static libraries +- pass the correct consumer string to gpiod_simple_get_value_multiple() in + gpioget +- fix a line test case: don't use open-drain or open-source flags for input + mode +- fix the flags passed to ar in order to supress a build warning +- set the last error code in gpiod_chip_open_by_label() to ENOENT if a chip + can't be found + libgpiod v0.3.1 =============== -- 2.30.2