aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-05-20 00:46:14 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-05-20 00:46:14 -0300
commitafcd16a57e9cb435e7ec756f36e212d330c72c82 (patch)
tree3dfdcfeffd046745995758ed689f2836033dd95b /RELNOTES
parentbuild: remove clean dependency from cppcheck targets (#6343) (diff)
downloadfirejail-afcd16a57e9cb435e7ec756f36e212d330c72c82.tar.gz
firejail-afcd16a57e9cb435e7ec756f36e212d330c72c82.tar.zst
firejail-afcd16a57e9cb435e7ec756f36e212d330c72c82.zip
RELNOTES: add build items
Relates to #6339 #6342 #6343.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 19f54ebc9..179bb78a1 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -70,7 +70,9 @@ firejail (0.9.73) baseline; urgency=low
70 * build: reduce hardcoding and inconsistencies (#6230) 70 * build: reduce hardcoding and inconsistencies (#6230)
71 * build: sort.py: filter empty and duplicate items (#6261) 71 * build: sort.py: filter empty and duplicate items (#6261)
72 * build: fix "warning: "_FORTIFY_SOURCE" redefined" (#6282 #6283) 72 * build: fix "warning: "_FORTIFY_SOURCE" redefined" (#6282 #6283)
73 * build: sort.py: add and require -i to edit in-place (#6290) 73 * build: sort.py: add -i/-n/-- options (#6290 #6339)
74 * build: add strip target and simplify install targets (#6342)
75 * build: remove clean dependency from cppcheck targets (#6343)
74 * ci: always update the package db before installing packages (#5742) 76 * ci: always update the package db before installing packages (#5742)
75 * ci: fix codeql unable to download its own bundle (#5783) 77 * ci: fix codeql unable to download its own bundle (#5783)
76 * ci: split configure/build/install commands on gitlab (#5784) 78 * ci: split configure/build/install commands on gitlab (#5784)