From: Bartosz Golaszewski Date: Tue, 31 Oct 2017 09:34:21 +0000 (+0100) Subject: NEWS: updates for v0.3.2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a029549af5d2792762286536db09b2cf564dc7a7;p=qemu-gpiodev%2Flibgpiod.git NEWS: updates for v0.3.2 Add release notes for libgpiod v0.3.2. Signed-off-by: Bartosz Golaszewski --- 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 ===============