Skip to content

Version 1.2.3

Compare
Choose a tag to compare
@tavianator tavianator released this 15 Jul 18:48
· 1665 commits to main since this release
1.2.3
  • Fixed test_depth_error on filesystems that don't fill in d_type
  • Fixed the build on Linux architectures that don't have the statx() syscall (ia64, sh4)
  • Fixed use of AT_EMPTY_PATH for fstatat on systems that don't support it (Hurd)
  • Fixed ARG_MAX accounting on architectures with large pages (ppc64le)
  • Fixed the build against the upcoming glibc 2.28 release that includes its own statx() wrapper