| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 0.17.0: * 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
- update to 0.16.3: * Always use line buffering * Fix fd leak with `-f` event type filtering.
- Update to version 0.16.2 * Avoid most "unknown" process names on process exit * tests: Accept split file rename events * Move manpage to section 8 * Use line buffering with --output to get live logs * Make open_by_handle_at() failures non-fatal
- update to 0.15:
- Fix fd leak with -C when building without FAN_REPORT_FID support
- Add support for directory events: file creation, rename/move, delete. This
requires Linux 5.1 (FAN_REPORT_FID support), on older kernels fall back to
the old mode. (Debian #940629, LP: #1371394)
- power-usage-report: Fix regexp substitution (LP: #1683164)
- Drop O_LARGEFILE workaround, fixes cross-building
(Debian #784983, LP: #1755787)
- Trim storytelling from description.
- Run spec-cleaner
- Update to 0.13:
* Add --filter/-f option to only show selected event types.
* Add -C/--command option to only show events for a particular
command.
* Fix #include file for major() and minor() to avoid a warning
with recent glibc.