From 9492e59c6d5fc9501623b65cfbd2f1d9ac011f3e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 8 Feb 2024 03:29:29 -0300 Subject: [PATCH] RELNOTES: add feature and build items Relates to #6195 #6196 #6200. --- RELNOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELNOTES b/RELNOTES index 2aa7b0d6529..c9e599394dc 100644 --- a/RELNOTES +++ b/RELNOTES @@ -14,7 +14,7 @@ firejail (0.9.73) baseline; urgency=low #6153) * feature: expand simple macros in more commands (--chroot= --netfilter= --netfilter6= --trace=) (#6032 #6109) - * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187) + * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200) * modif: Stop forwarding own double-dash to the shell (#5599 #5600) * modif: Prevent sandbox name (--name=) and host name (--hostname=) from containing only digits (#5578 #5741) @@ -61,6 +61,7 @@ firejail (0.9.73) baseline; urgency=low * build: use full paths on compile/link targets (#6158) * build: automatically generate header dependencies (#6164) * build: improve main clean target (#6186) + * build: mkrpm.sh improvements (#6196) * ci: always update the package db before installing packages (#5742) * ci: fix codeql unable to download its own bundle (#5783) * ci: split configure/build/install commands on gitlab (#5784)