RELNOTES: add build items

Relates to #6339 #6342 #6343.
This commit is contained in:
Kelvin M. Klann 2024-05-20 00:46:14 -03:00
parent 753d199bc9
commit afcd16a57e

View file

@ -70,7 +70,9 @@ firejail (0.9.73) baseline; urgency=low
* build: reduce hardcoding and inconsistencies (#6230)
* build: sort.py: filter empty and duplicate items (#6261)
* build: fix "warning: "_FORTIFY_SOURCE" redefined" (#6282 #6283)
* build: sort.py: add and require -i to edit in-place (#6290)
* build: sort.py: add -i/-n/-- options (#6290 #6339)
* build: add strip target and simplify install targets (#6342)
* build: remove clean dependency from cppcheck targets (#6343)
* ci: always update the package db before installing packages (#5742)
* ci: fix codeql unable to download its own bundle (#5783)
* ci: split configure/build/install commands on gitlab (#5784)