diff --git a/README b/README index 5e5fac51a..bbd065cf8 100644 --- a/README +++ b/README @@ -1023,8 +1023,8 @@ pierretom (https://github.com/pierretom) - build: add script to generate syscall headers (#6960) - modif: update and add syscalls for several architectures (#6956 #6961) + - modif: include new generated syscall headers (#7000) - added --debug-syscall-groups command (88a75a6 etc.) - - build: support syscalls for many more architectures (#7000) - reorganize & update syscall groups (#7024 etc.) - docs: man: fix arch for syscall map in seccomp example (#7064) pirate486743186 (https://github.com/pirate486743186) diff --git a/RELNOTES b/RELNOTES index cf6510d44..e5a547877 100644 --- a/RELNOTES +++ b/RELNOTES @@ -28,7 +28,6 @@ firejail (0.9.79) baseline; urgency=low option (d1a58de) * build: remove ./configure --disable-man option (a655b7d) * build: remove ./configure --disable-usertmpfs option (b214d08) - * build: support syscalls for many more architectures (#7000) * build: fix discarded const qualifier compiler warnings (#7068) * ci: gitlab: install missing git-buildpackage dependency (#7017) * ci: gcov testing scripts update @@ -60,6 +59,7 @@ firejail (0.9.78) baseline; urgency=low * modif: rlimit: use uppercase suffixes in the code/docs (#6891) * modif: rlimit: improve error messages (#6893) * modif: update and add syscalls for several architectures (#6956 #6961) + * modif: include new generated syscall headers (#7000) * modif: check for --version during early init (#6972) * removal: --disable-globalcfg configure option (#6984) * removal: overlayfs support/--overlay commands (#6994)