aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-14 14:32:17 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-14 14:32:17 -0300
commitf1b6b1fdb5663cda14bd89442efef812769aebba (patch)
tree90c007817e235df7b54b76c9acfb0a0f7c802943
parentdocs: firecfg: note different .desktop naming schemes (#6268) (diff)
downloadfirejail-f1b6b1fdb5663cda14bd89442efef812769aebba.tar.gz
firejail-f1b6b1fdb5663cda14bd89442efef812769aebba.tar.zst
firejail-f1b6b1fdb5663cda14bd89442efef812769aebba.zip
RELNOTES: add feature and build items
Relates to #6260 #6261 #6268.
-rw-r--r--RELNOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 39a534902..36879943b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,11 +11,11 @@ firejail (0.9.73) baseline; urgency=low
11 * feature: stats support for --nettrace 11 * feature: stats support for --nettrace
12 * feature: add doas support in firecfg and jailcheck (#5899 #5900) 12 * feature: add doas support in firecfg and jailcheck (#5899 #5900)
13 * feature: firecfg: add firecfg.d & add ignore command (#2097 #5245 #5876 13 * feature: firecfg: add firecfg.d & add ignore command (#2097 #5245 #5876
14 #6153) 14 #6153 #6268)
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 #6228 #6260)
19 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 19 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
20 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 20 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
21 from containing only digits (#5578 #5741) 21 from containing only digits (#5578 #5741)
@@ -66,6 +66,7 @@ firejail (0.9.73) baseline; urgency=low
66 * build: move errExit macro into inline function (#6217) 66 * build: move errExit macro into inline function (#6217)
67 * build: allow overriding certain tools & sync targets with CI (#6222) 67 * build: allow overriding certain tools & sync targets with CI (#6222)
68 * build: reduce hardcoding and inconsistencies (#6230) 68 * build: reduce hardcoding and inconsistencies (#6230)
69 * build: sort.py: filter empty and duplicate items (#6261)
69 * ci: always update the package db before installing packages (#5742) 70 * ci: always update the package db before installing packages (#5742)
70 * ci: fix codeql unable to download its own bundle (#5783) 71 * ci: fix codeql unable to download its own bundle (#5783)
71 * ci: split configure/build/install commands on gitlab (#5784) 72 * ci: split configure/build/install commands on gitlab (#5784)