From: Bartosz Golaszewski Date: Wed, 16 May 2018 12:30:36 +0000 (+0200) Subject: NEWS: updates for v1.1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e0f6d1a649d0245f8eb96595431ced637606eb4;p=qemu-gpiodev%2Flibgpiod.git NEWS: updates for v1.1 Add release notes for libgpiod v1.1. Signed-off-by: Bartosz Golaszewski --- diff --git a/NEWS b/NEWS index 202656e..8941c58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +libgpiod v1.1 +============= + +New features: +- add object-oriented C++ bindings +- add object-oriented Python3 bindings +- add several new helpers to the C API + +Improvements: +- start using separate versioning schemes for API and ABI +- use SPDX license identifiers and remove LGPL boilerplate +- check for unexpanded macros in configure.ac + +Bug fixes: +- include Doxyfile in the release tarball +- fix the implicit-fallthrough warnings +- make tests work together with gpio-mockup post v4.16 linux kernel +- use reference counting for line file descriptors +- correctly handle POLLNVAL when polling for events +- fix the copyright notice in tools + libgpiod v1.0 =============