File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ libseccomp-golang: Releases
2
2
===============================================================================
3
3
https://github.com/seccomp/libseccomp-golang
4
4
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
+
5
17
* Version 0.10.0 - June 9, 2022
6
18
- Minimum supported version of libseccomp bumped to v2.3.1
7
19
- Add seccomp userspace notification API (ActNotify, filter.*Notif*)
You can’t perform that action at this time.
0 commit comments