From 8c428105fc0e7c5b5ae65bd0c9a378af004a3e67 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2017 16:52:07 +0200 Subject: [PATCH] NEWS: updates for v0.3 Add release notes for libgpiod v0.3. Signed-off-by: Bartosz Golaszewski --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 939d647..4fd0c14 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +libgpiod v0.3 +============= + +New features: +- gpiomon can now watch multiple lines at the same time and supports custom + output formats which can be specified using the --format argument +- testing framework can now test external programs: test cases for gpio-tools + have been added + +Improvements: +- improve error messages +- improve README examples +- configure script improvements + +Bug fixes: +- use correct UAPI flags when requesting line events + libgpiod v0.2.1 =============== -- 2.30.2