From 1036266dccb70e133cf15fc88974733181a1a8c3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 10 Jan 2022 08:58:04 +0100 Subject: [PATCH] NEWS: Update for 0.17.2 --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f5397358..e8f852a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +## [0.17.2] - UNRELEASED +- preload: Wrap statx() and fstatat(), to fix `ls` and other tools on + recent glibc versions. (#160) + ## [0.17.1] - 2021-12-14 - Fix /sys/dev/* symlinks; regression from 0.15.3 (#155) @@ -510,7 +514,7 @@ version 0.1. - Fix building with automake 1.11.3 and Vala 0.16. - Generalize ioctl recording and emulation for ioctls with simple structs, i. e. no pointer fields. This makes it much easier to add more ioctls in the - future. + future. - Store return values of ioctls in records, as they are not always 0 (like EVIOCGBIT) - Add support for ioctl ranges (like EVIOCGABS) and ioctls with variable length