From 6228f71ad52291db7f732ceec80c227b1f6335f4 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 18 Aug 2025 15:07:45 -0300 Subject: [PATCH] RELNOTES: add bugfix, build, ci, docs and profile items Relates to #6792 #6846 #6854 #6858 #6859 #6862 #6864 #6866 #6867 #6868. Relates to #6869. --- README | 2 ++ RELNOTES | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/README b/README index f041be4df..e52dfdf2f 100644 --- a/README +++ b/README @@ -868,6 +868,8 @@ Michele Sorcinelli (https://github.com/michelesr) - fix ssh profile Mike Frysinger (vapier@gentoo.org) - Gentoo compile patch +Mikhail (https://github.com/grey3228) + - bugfix: firemon: avoid cmd double-free in procevent_monitor (#6846) minus7 (https://github.com/minus7) - fix hanging arp_check mirabellette (https://github.com/mirabellette) diff --git a/RELNOTES b/RELNOTES index a4f6e05c1..5306e990e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,10 +1,19 @@ firejail (0.9.77) baseline; urgency=low * work in progress * bugfix: remove /usr/share + "runner:root" CI workaround (#6844) + * bugfix: firemon: fix inconsistent debug message format (#6854) + * bugfix: fix potential infinite loop in checkcfg (-fanalyzer) (#6859) + * bugfix: fnettrace-icmp: fix uninitialized vars (cppcheck) (#6869) + * bugfix: firemon: avoid cmd double-free in procevent_monitor (#6792 #6846) + * build: cppcheck: ignore src/lib/syscalls.c (#6868) * ci: allow new github domain for codeql download (#6845) + * ci: standardize "apt-get install" step name (#6862) + * ci: speed-up main build & add build-gcc (#6864) * docs: man: improve strace usage and add refs (#6851) * docs: add debian/ubuntu links to README.md (#6850) + * docs: github: clarify how to attach logs (#6858) * profiles: thunderbird: fix ignoring wruc (#6839 #6852) + * profiles: wine: disable noinput so gamepads work (#6866 #6867) -- netblue30 Wed, 30 Jul 2025 11:00:00 -0500 firejail (0.9.76) baseline; urgency=low