aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-27 04:16:26 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-27 04:16:26 -0300
commitf6dd1931e702fce9469e6ff0503852598f04cdfb (patch)
tree8b65dc3d70615e287b75b78bc93b0e1c479a68a9 /RELNOTES
parentMerge pull request #5866 from kmk3/build-organize-make-vars (diff)
downloadfirejail-f6dd1931e702fce9469e6ff0503852598f04cdfb.tar.gz
firejail-f6dd1931e702fce9469e6ff0503852598f04cdfb.tar.zst
firejail-f6dd1931e702fce9469e6ff0503852598f04cdfb.zip
RELNOTES: add build items
Relates to #5859 #5864 #5866.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 2922b7765..718ac17a4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -26,6 +26,9 @@ firejail (0.9.73) baseline; urgency=low
26 * build: deb: enable apparmor by default & remove deb-apparmor (#5668) 26 * build: deb: enable apparmor by default & remove deb-apparmor (#5668)
27 * build: Fix whitespace and add .editorconfig (#5674) 27 * build: Fix whitespace and add .editorconfig (#5674)
28 * build: enable compiler warnings by default (#5842) 28 * build: enable compiler warnings by default (#5842)
29 * build: remove -mretpoline and NO_EXTRA_CFLAGS (#5859)
30 * build: disable all built-in implicit make rules (#5864)
31 * build: organize and standardize make vars and targets (#5866)
29 * ci: always update the package db before installing packages (#5742) 32 * ci: always update the package db before installing packages (#5742)
30 * ci: fix codeql unable to download its own bundle (#5783) 33 * ci: fix codeql unable to download its own bundle (#5783)
31 * ci: split configure/build/install commands on gitlab (#5784) 34 * ci: split configure/build/install commands on gitlab (#5784)