Skip to content

Commit

Permalink
v0.0.5-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Feb 29, 2024
1 parent a50f878 commit f16625d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.0.5-rc.1

Changes since v0.0.4:

- Seccomp-bpf optimization is implemented and enabled by default. This almost reduces the performance overhead of tracexec to zero.
- `--seccomp-bpf` option is added to control this feature.
- Added a warning when running on untested low kernel versions (<4.8).
- Bug fixes for `--no-show-env`.
- List is now highlighted when using `--more-colors`.

## v0.0.4

tracexec v0.0.4 released!
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracexec"
version = "0.0.4"
version = "0.0.5-rc.1"
edition = "2021"
authors = ["Levi Zim <[email protected]>"]
description = "A small utility for tracing execve{,at}"
Expand Down

0 comments on commit f16625d

Please sign in to comment.