RELNOTES: add build item

Added on commit ba00d135f ("fix for old compilers", 2023-04-06).

Relates to #5778.
This commit is contained in:
Kelvin M. Klann 2024-09-28 10:11:18 -03:00
parent fd915d6c8f
commit 0e7296bef3

View file

@ -54,6 +54,8 @@ firejail (0.9.73) baseline; urgency=low
* build: mkdeb.sh: pass all arguments to ./configure (#5654)
* build: deb: enable apparmor by default & remove deb-apparmor (#5668)
* build: Fix whitespace and add .editorconfig (#5674)
* build: remove for loop initial declarations to fix building with old
compilers (#5778)
* build: enable compiler warnings by default (#5842)
* build: remove -mretpoline and NO_EXTRA_CFLAGS (#5859)
* build: disable all built-in implicit make rules (#5864)