From 8ca11b3355b6ece132fb2201031d46891856e2e0 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 27 Feb 2026 14:34:18 -0300 Subject: [PATCH] RELNOTES: improve and move items into build items Relates to #7000. --- README | 2 +- RELNOTES | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 09695ed1c..2dc450889 100644 --- a/README +++ b/README @@ -1021,7 +1021,7 @@ pierretom (https://github.com/pierretom) - bugfix: fix French translation for ${PICTURES} macro (#6942) - bugfix: add missing macros in profile.template (#6948) - added --debug-syscall-groups command (88a75a6 etc.) - - compile time: include architecture-specific syscall headers (#7000) + - 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 131ef29f8..5d6fee4ac 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,17 +10,11 @@ firejail (0.9.79) baseline; urgency=low option (#7046) * feature: --keep-hostname command and profile option (#7048) * feature: adding apparmor profiles for --nettrace command (c133313) - * compile time: compile fix for --enable-only-syscfg-profiles ./config - option (d1a58de) - * compile time: removed ./configure --disable-man option (a655b7d) - * compile time: removed ./configure --disable-usertmpfs option (b214d08) - * compile time: include architecture-specific headers (#7000) * 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) @@ -29,6 +23,12 @@ firejail (0.9.79) baseline; urgency=low * 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: Void Linux/musl libc compile fixes (e602396, 0949685) + * build: fix compiler warning for ./configure --enable-only-syscfg-profiles + 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