aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-29 21:55:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-29 21:55:52 -0300
commit5604a723b51aa3008d508e5c9c7189eda5bb2008 (patch)
tree0dcffb879129f25da9a22d19ff59bcb4aa53af58 /RELNOTES
parentMerge pull request #6164 from kmk3/build-header-depfiles (diff)
downloadfirejail-5604a723b51aa3008d508e5c9c7189eda5bb2008.tar.gz
firejail-5604a723b51aa3008d508e5c9c7189eda5bb2008.tar.zst
firejail-5604a723b51aa3008d508e5c9c7189eda5bb2008.zip
RELNOTES: add feature and build items
Relates to #5269 #6164.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 1846322ea..e1b0a6107 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -13,7 +13,7 @@ firejail (0.9.73) baseline; urgency=low
13 #6153) 13 #6153)
14 * feature: expand simple macros in more commands (--chroot= --netfilter= 14 * feature: expand simple macros in more commands (--chroot= --netfilter=
15 --netfilter6= --trace=) (#6032 #6109) 15 --netfilter6= --trace=) (#6032 #6109)
16 * feature: add Landlock support (#6078 #6115 #6125) 16 * feature: add Landlock support (#5269 #6078 #6115 #6125)
17 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 17 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
18 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 18 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
19 from containing only digits (#5578 #5741) 19 from containing only digits (#5578 #5741)
@@ -58,6 +58,7 @@ firejail (0.9.73) baseline; urgency=low
58 * build: mkrpm.sh: append instead of override configure args (#6126) 58 * build: mkrpm.sh: append instead of override configure args (#6126)
59 * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159) 59 * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159)
60 * build: use full paths on compile/link targets (#6158) 60 * build: use full paths on compile/link targets (#6158)
61 * build: automatically generate header dependencies (#6164)
61 * ci: always update the package db before installing packages (#5742) 62 * ci: always update the package db before installing packages (#5742)
62 * ci: fix codeql unable to download its own bundle (#5783) 63 * ci: fix codeql unable to download its own bundle (#5783)
63 * ci: split configure/build/install commands on gitlab (#5784) 64 * ci: split configure/build/install commands on gitlab (#5784)