From a16c867e7ec1b768818739da6017a0245ec7fdef Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 30 Aug 2025 06:59:03 -0300 Subject: [PATCH] RELNOTES: format bugfix item This amends commit 2a3cd30bc ("RELNOTES: add modif, bugfix, build, ci and profile items", 2025-08-24). Relates to #6865 #6871. --- RELNOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELNOTES b/RELNOTES index feb3ad6af..b0b8209c3 100644 --- a/RELNOTES +++ b/RELNOTES @@ -7,7 +7,8 @@ firejail (0.9.77) baseline; urgency=low * bugfix: fnettrace-icmp: fix uninitialized vars (cppcheck) (#6869) * bugfix: firemon: avoid cmd double-free in procevent_monitor (#6792 #6846) * bugfix: firemon: fix potential memory leak in procevent_monitor (#6872) - * bugfix: firecfg: fix parsing filenames with multiple ".desktop" (#6865 #6871) + * bugfix: firecfg: fix parsing filenames with multiple ".desktop" (#6865 + #6871) * build: cppcheck: ignore src/lib/syscalls.c (#6868) * build: cppcheck: use --check-level=exhaustive (#6877) * ci: allow new github domain for codeql download (#6845)