Skip to content

Commit 0d58afa

Browse files
authored
Merge pull request #122 from kolyshkin/v0.11.0
CHANGELOG: v0.11.0 changes Signed-off-by: Kir Kolyshkin <[email protected]> Acked-by: Tom Hromatka <[email protected]>
2 parents 211ccf1 + b4aabe2 commit 0d58afa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ libseccomp-golang: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp-golang
44

5+
* Version 0.11.0 - April 23, 2025
6+
- Add new architectures (LOONGARCH64, M68K, SH, SHEB)
7+
- Add support for SCMP_FLTATR_CTL_WAITKILL (GetWaitKill, SetWaitKill)
8+
- Add support for filter precompute (Precompute)
9+
- Add support for transactions (Transaction{Start,Commit,Reject})
10+
- Add ExportBPFMem
11+
- Improve documentation for struct fields
12+
- Fix TestRuleAddAndLoad for ppc architecture
13+
- Fix TestRuleAddAndLoad to not use magic number
14+
- Remove unused get_*_version implementation
15+
- Test against latest libseccomp and Go versions
16+
517
* Version 0.10.0 - June 9, 2022
618
- Minimum supported version of libseccomp bumped to v2.3.1
719
- Add seccomp userspace notification API (ActNotify, filter.*Notif*)

0 commit comments

Comments
 (0)