From: Bartosz Golaszewski Date: Thu, 1 Oct 2020 10:00:21 +0000 (+0200) Subject: NEWS: updates for v1.6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3c4871b33b58589033b64ab64d8057676c106c6;p=qemu-gpiodev%2Flibgpiod.git NEWS: updates for v1.6 Add release notes for libgpiod v1.6. Signed-off-by: Bartosz Golaszewski --- diff --git a/NEWS b/NEWS index 843ba41..d367ee8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +libgpiod v1.6 +============= + +New features: +- add a standardized '__version__' module attribute in Python bindings +- print the bias flags info (if set) in gpioinfo + +Improvements: +- remove unnecessary indirection in free_dirs() in iterator code +- put all ABI versions next to one another in configure.ac +- improve std namespace resolution in C++ bindings +- add more checks for non-standard functions in configure.ac +- various code size improvements +- enforce gnu89 C standard in makefiles +- many documentation improvements +- unduplicate signalfd() handling in tools +- fix a forward declaration for line_event in C++ bindings + +Bug fixes: +- relax is_gpiochip_cdev() for symbolic links +- make gpiod_line_get_value_bulk() work for bulks of lines requested for + events, not only those requested for values +- fix regex patterns for timestamps in gpiomon test cases +- remove leftover asserts from tests +- fix unit conversion in event timestamp calculation in C++ bindings +- fix reading subset of available events in core library + libgpiod v1.5 =============