NEWS: updates for v1.1
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 16 May 2018 12:30:36 +0000 (14:30 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 16 May 2018 12:31:14 +0000 (14:31 +0200)
Add release notes for libgpiod v1.1.

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

diff --git a/NEWS b/NEWS
index 202656ead9b4d1f0f264e8734b035a6d517eb92b..8941c58625109451fb24590934bd020f5dce7f0c 100644 (file)
--- 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
 =============