From 2e9a96bbdb735d9f264cbbe233d014e8140872d5 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 6 Mar 2026 03:28:52 -0300 Subject: [PATCH] RELNOTES: improve/move some ci items to test items Fix formatting, reword, add commit reference and move. The changes related to the items in question were made to not only the CI files in .github/workflows, but also to the local test files and scripts. So use test items to clarify that their changes are not just strictly CI changes. Add a commit reference just to the "make test-compile" item because the other items seem to relate to many commits. --- RELNOTES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELNOTES b/RELNOTES index f1f4e3b71..ee68e477e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -32,10 +32,10 @@ firejail (0.9.79) baseline; urgency=low * build: remove ./configure --disable-man option (#7091) * build: remove ./configure --disable-usertmpfs option (#7092) * build: fix discarded const qualifier compiler warnings (#7068) + * tests: update gcov testing scripts and calls in the source code + * tests: update various automated tests + * tests: rework and add fixes for "make test-compile" (5c7c58f) * ci: gitlab: install missing git-buildpackage dependency (#7017) - * ci: gcov testing scripts update - * ci: update various automated tests - * ci: update and fixes for make test-compile * profiles: yt-dlp: support deno JavaScript engine to fix YouTube (#6999) * profiles: yt-dlp: support browser cookies for authenticated downloads (#7030)