From 2a3cd30bc4f2ecc72172eab011ea8bf0b2bbd0ea Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 24 Aug 2025 15:13:51 -0300 Subject: [PATCH] RELNOTES: add modif, bugfix, build, ci and profile items Relates to #6856 #6865 #6871 #6872 #6873 #6874 #6875 #6876 #6877. --- README | 2 ++ RELNOTES | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/README b/README index e52dfdf2f..a5128237b 100644 --- a/README +++ b/README @@ -147,6 +147,8 @@ amano-kenji (https://github.com/amano-kenji) - added ncmpcpp profile - added hledger, hledger-ui profiles - anki profile fixes + - profiles: qutebrowser: whitelist /usr/share/pdf.js (#6875) + - profiles: firefox-common: add a comment about mpris (#6876) Amin Vakil (https://github.com/aminvakil) - whois profile fix - added profile for strawberry diff --git a/RELNOTES b/RELNOTES index 5306e990e..feb3ad6af 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,19 +1,27 @@ firejail (0.9.77) baseline; urgency=low * work in progress + * modif: firemon: improve debug message code (#6856) * 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) + * bugfix: firemon: fix potential memory leak in procevent_monitor (#6872) + * 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) * ci: standardize "apt-get install" step name (#6862) * ci: speed-up main build & add build-gcc (#6864) + * ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04 (#6874) + * ci: codespell: upgrade ubuntu-22.04 to ubuntu-24.04 (#6873) * 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) + * profiles: qutebrowser: whitelist /usr/share/pdf.js (#6875) + * profiles: firefox-common: add a comment about mpris (#6876) -- netblue30 Wed, 30 Jul 2025 11:00:00 -0500 firejail (0.9.76) baseline; urgency=low