Skip to content

Commit

Permalink
Systrack v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mebeim committed Oct 31, 2023
1 parent 254064e commit 99940dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Systrack changelog
==================

v0.3.1
------

**Improvements**:

- x86: Add build support for `map_shadow_stack`.
- Prefer `compat_sys_` over `__se_compat_sys_` and other longer symbol synonyms;
same for `.compat_sys_` on PowerPC.

**Bug fixes**:

- Fix broken naive grepping of syscall definitions when no ripgrep is available.
- Correctly report `cachestat` depending on `CACHESTAT_SYSCALL=y`.

**Internal changes**:

- Sort stderr logs for reproducible output and easier diffing.
- Skip `lib/` directory in kernel sources to improve grepping performance.

v0.3
----

Expand Down
2 changes: 1 addition & 1 deletion src/systrack/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.3'
VERSION = '0.3.1'
VERSION_COPY = f'''\
Copyright (C) 2023 Marco Bonelli
Licensed under the GNU General Public License v3.0
Expand Down

0 comments on commit 99940dc

Please sign in to comment.