aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-01 02:00:18 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-01 02:00:18 -0300
commitdf257a814245c8457f1334a01752117aca04d088 (patch)
treebbcb40563d70168c8a25dbcc8334db50de5ab20c /RELNOTES
parentmerges (diff)
downloadfirejail-df257a814245c8457f1334a01752117aca04d088.tar.gz
firejail-df257a814245c8457f1334a01752117aca04d088.tar.zst
firejail-df257a814245c8457f1334a01752117aca04d088.zip
RELNOTES: add feature and build items
Relates to #6217 #6222 #6228 #6230.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index c9e599394..39a534902 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -14,7 +14,8 @@ firejail (0.9.73) baseline; urgency=low
14 #6153) 14 #6153)
15 * feature: expand simple macros in more commands (--chroot= --netfilter= 15 * feature: expand simple macros in more commands (--chroot= --netfilter=
16 --netfilter6= --trace=) (#6032 #6109) 16 --netfilter6= --trace=) (#6032 #6109)
17 * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200) 17 * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200
18 #6228)
18 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 19 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
19 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 20 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
20 from containing only digits (#5578 #5741) 21 from containing only digits (#5578 #5741)
@@ -62,6 +63,9 @@ firejail (0.9.73) baseline; urgency=low
62 * build: automatically generate header dependencies (#6164) 63 * build: automatically generate header dependencies (#6164)
63 * build: improve main clean target (#6186) 64 * build: improve main clean target (#6186)
64 * build: mkrpm.sh improvements (#6196) 65 * build: mkrpm.sh improvements (#6196)
66 * build: move errExit macro into inline function (#6217)
67 * build: allow overriding certain tools & sync targets with CI (#6222)
68 * build: reduce hardcoding and inconsistencies (#6230)
65 * ci: always update the package db before installing packages (#5742) 69 * ci: always update the package db before installing packages (#5742)
66 * ci: fix codeql unable to download its own bundle (#5783) 70 * ci: fix codeql unable to download its own bundle (#5783)
67 * ci: split configure/build/install commands on gitlab (#5784) 71 * ci: split configure/build/install commands on gitlab (#5784)