NEWS: updates for v0.3.2
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Oct 2017 09:34:21 +0000 (10:34 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Oct 2017 10:03:57 +0000 (11:03 +0100)
Add release notes for libgpiod v0.3.2.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index b78c96082f6b9c65581361061ac4b0dc7f7b27e5..93f61709eae824365016c9c8f02c3b8248822723 100644 (file)
--- 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
 ===============