Skip to content

Version 3.1.2

Compare
Choose a tag to compare
@tavianator tavianator released this 29 Feb 19:21
· 393 commits to main since this release
3.1.2

Bug fixes

  • On Linux, we now check for supported io_uring operations before using them, which should fix bfs on 5.X series kernels that support io_uring but not all of openat()/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)