Skip to content

Commit

Permalink
Systrack v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mebeim committed Jan 25, 2025
1 parent c2c1924 commit ff11200
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Systrack changelog
==================


v0.6
----

**Improvements**:

- More robust and comprehensive syscall definition location search.

**Bug fixes**:

- Fix broken syscall definition location search and subsequent signature
extraction. Some syscalls were incorrectly reported as defined in place of
others, also causing the wrong signature to be extracted. Do not fully trust
the output of `addr2line` and perform full syscall name matching to fix this.
PowerPC was notably affected the most by this issue.


v0.5.1
------

Expand Down Expand Up @@ -44,6 +61,7 @@ significantly more complicated.
- Improve logging reproducibility by sorting more debugging log output.
- Improve broken Python package metadata (Python packaging moment).


v0.4
----

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.5.1'
VERSION = '0.6'
VERSION_COPY = '''\
Copyright (C) 2023-2025 Marco Bonelli
Licensed under the GNU General Public License v3.0
Expand Down

0 comments on commit ff11200

Please sign in to comment.