From 0b21f8dce074207bf3002408189057dbb1b252c2 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 26 Feb 2026 11:37:46 -0300 Subject: [PATCH] RELNOTES: add modif, bugfix, docs and build items Relates to #7048 #7064 #7065 #7068 #7074 #7079. --- README | 1 + RELNOTES | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 1b8181438..4c86c1bad 100644 --- a/README +++ b/README @@ -1023,6 +1023,7 @@ pierretom (https://github.com/pierretom) - added --debug-syscall-groups command (88a75a6 etc.) - compile time: include architecture-specific syscall headers (#7000) - reorganize & update syscall groups (#7024 etc.) + - docs: man: fix arch for syscall map in seccomp example (#7064) pirate486743186 (https://github.com/pirate486743186) - KMail profile - mpsyt profile diff --git a/RELNOTES b/RELNOTES index c81f78df7..f8bedc7d7 100644 --- a/RELNOTES +++ b/RELNOTES @@ -18,13 +18,18 @@ firejail (0.9.79) baseline; urgency=low * modif: reorganize & update syscall groups (#7024 etc.) * modif: make Xephyr default for --x11 option - currently Xpra is not available in Debian/Ubuntu and derivatives (cbb7a38) + * modif: improve feature disabled warning/error messages (#7074) * bugfix: /home/user is mounted with noexec when --private is used (#6921) * bugfix: Void Linux/musl libc compile fixes (e602396, 0949685) * bugfix: added link-local addresses to 'nolocal' firewall configs (#7054) * bugfix: map sandbox hostname to ipv6 in /etc/hosts (#7077) + * bugfix: add localhost lines to /etc/hosts (#7048 #7079) * docs: man: non-ASCII hyphens - copy pasting commands fails on command line (#5903) * docs: various other fixes and changes + * docs: man: fix arch for syscall map in seccomp example (#7064) + * docs: man: clarify --debug-syscalls for seccomp (#7065) + * build: fix discarded const qualifier compiler warnings (#7068) * ci: gitlab: install missing git-buildpackage dependency (#7017) * ci: gcov testing scripts update * ci: update various automated tests