Skip to content

Releases: martinpitt/fatrace

0.19.1

26 Aug 07:50
0.19.1

Choose a tag to compare

  • Configure packit for automatic Fedora releasing

0.19.0

24 Aug 05:32
0.19.0

Choose a tag to compare

  • Add JSON output mode (Axel Svensson)
  • Add --exe option to include executable path in events (Axel Svensson)
  • Add --parent option to include all parent processes in events (Axel Svensson)
  • Print events with unknown process name even with -C (Axel Svensson)
  • Rewrite tests in Python, make them much more robust (Martin Pitt)
  • Add packit CI (Martin Pitt)

0.18.0

19 Jan 11:03
0.18.0

Choose a tag to compare

  • Add -u/--user option to show [uid:gid] in events (thanks Gabriel Kulp!)
  • Truncate overly long --command matches
  • Turn invalid FID type error into warning

0.17.0

11 Nov 10:05
0.17.0

Choose a tag to compare

  • Work around kernel bug with blocking FAN_REPORT_FID with btrfs
  • Improve event formatting
  • Avoid ELOOP errors when monitoring symlinks
  • Monitor ZFS volumes; thanks achims311

0.16.3

15 May 19:53
0.16.3

Choose a tag to compare

  • Always use line buffering
  • Fix fd leak with -f event type filtering. Thanks Stefan Dotterweich!
    (#8, LP: #1858305)

0.16.2

12 Mar 17:37
0.16.2

Choose a tag to compare

  • Use line buffering with --output to get live logs (#6)
  • Make open_by_handle_at() failures non-fatal (#2)

0.16.1

28 Dec 10:39
0.16.1

Choose a tag to compare

  • Move manpage to section 8
  • Clean up definition of _GNU_SOURCE

0.16

22 Aug 13:51
0.16

Choose a tag to compare

  • Avoid most "unknown" process names on process exit
  • tests: Accept split file rename events (Debian #963714, LP: #1885188)