RELNOTES: add build and ci items (0.9.78)

Relates to #7003 #7004.
This commit is contained in:
Kelvin M. Klann 2026-01-03 00:32:03 -03:00
parent 48bcae9009
commit 04a2110714

View file

@ -34,6 +34,7 @@ firejail (0.9.78) baseline; urgency=low
* build: cppcheck: ignore src/lib/syscalls.c (#6868)
* build: cppcheck: use --check-level=exhaustive (#6877)
* build: add script to generate syscall headers (#6960 #6990)
* build: add sort-profiles target for sort.py (#7004)
* tests: rlimit: add missing tests for rlimit-as / rlimit-cpu (#6895)
* tests: man: fix timeout error (#6949)
* tests: man: disable test due to timeout (#6955)
@ -43,6 +44,7 @@ firejail (0.9.78) baseline; urgency=low
* 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)
* ci: codeql-cpp: print config.log if configure fails (#7003)
* 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)