Version 3.1.2
Bug fixes
-
On Linux, we now check for supported
io_uring
operations before using them, which should fixbfs
on 5.X series kernels that supportio_uring
but not all ofopenat()
/close()
/statx()
(8bc72d6
) -
Fixed a test failure triggered by certain filesystem types for
/tmp
(#131) -
Fixed parsing and interpretation of timezone offsets for explicit reference times used in
-*since
and-newerXt
(a9f3cde
) -
Fixed the build on m68k (
c749c11
)