aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-08 03:29:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-08 03:29:29 -0300
commit9492e59c6d5fc9501623b65cfbd2f1d9ac011f3e (patch)
tree464373c39bbd2fe0bc98bd2bec8ac447c9462204 /RELNOTES
parentenchant-lsmod-2: redirect to enchant-2 (#6202) (diff)
downloadfirejail-9492e59c6d5fc9501623b65cfbd2f1d9ac011f3e.tar.gz
firejail-9492e59c6d5fc9501623b65cfbd2f1d9ac011f3e.tar.zst
firejail-9492e59c6d5fc9501623b65cfbd2f1d9ac011f3e.zip
RELNOTES: add feature and build items
Relates to #6195 #6196 #6200.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 2aa7b0d65..c9e599394 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -14,7 +14,7 @@ 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) 17 * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200)
18 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 18 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
19 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 19 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
20 from containing only digits (#5578 #5741) 20 from containing only digits (#5578 #5741)
@@ -61,6 +61,7 @@ firejail (0.9.73) baseline; urgency=low
61 * build: use full paths on compile/link targets (#6158) 61 * build: use full paths on compile/link targets (#6158)
62 * build: automatically generate header dependencies (#6164) 62 * build: automatically generate header dependencies (#6164)
63 * build: improve main clean target (#6186) 63 * build: improve main clean target (#6186)
64 * build: mkrpm.sh improvements (#6196)
64 * ci: always update the package db before installing packages (#5742) 65 * ci: always update the package db before installing packages (#5742)
65 * ci: fix codeql unable to download its own bundle (#5783) 66 * ci: fix codeql unable to download its own bundle (#5783)
66 * ci: split configure/build/install commands on gitlab (#5784) 67 * ci: split configure/build/install commands on gitlab (#5784)