aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES10
1 files changed, 7 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index e1b0a6107..c9e599394 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.73) baseline; urgency=low 1firejail (0.9.73) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * security: fix sscanf rv checks (CodeQL) (#6184)
3 * feature: Add "keep-shell-rc" command and option (#1127 #5634) 4 * feature: Add "keep-shell-rc" command and option (#1127 #5634)
4 * feature: Print the argument when failing with "too long arguments" (#5677) 5 * feature: Print the argument when failing with "too long arguments" (#5677)
5 * feature: a random hostname is assigned to each sandbox unless 6 * feature: a random hostname is assigned to each sandbox unless
@@ -13,7 +14,7 @@ firejail (0.9.73) baseline; urgency=low
13 #6153) 14 #6153)
14 * feature: expand simple macros in more commands (--chroot= --netfilter= 15 * feature: expand simple macros in more commands (--chroot= --netfilter=
15 --netfilter6= --trace=) (#6032 #6109) 16 --netfilter6= --trace=) (#6032 #6109)
16 * feature: add Landlock support (#5269 #6078 #6115 #6125) 17 * feature: add Landlock support (#5269 #6078 #6115 #6125 #6187 #6195 #6200)
17 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 18 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
18 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 19 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
19 from containing only digits (#5578 #5741) 20 from containing only digits (#5578 #5741)
@@ -23,7 +24,7 @@ firejail (0.9.73) baseline; urgency=low
23 * modif: remove firemon --interface option (duplicating --net.print option) 24 * modif: remove firemon --interface option (duplicating --net.print option)
24 * modif: make private-lib a configure-time option, disabled by default (see 25 * modif: make private-lib a configure-time option, disabled by default (see
25 --enable-private-lib) (#5727 #5732) 26 --enable-private-lib) (#5727 #5732)
26 * modif: Improve --version/--help & print version on startup (#5829) 27 * modif: Improve --version/--help & print version on startup (#5829 #6172)
27 * modif: improve errExit error messages (#5871) 28 * modif: improve errExit error messages (#5871)
28 * modif: drop deprecated 'shell' option references (#5894) 29 * modif: drop deprecated 'shell' option references (#5894)
29 * modif: keep pipewire group unless nosound is used (#5992 #5993) 30 * modif: keep pipewire group unless nosound is used (#5992 #5993)
@@ -59,6 +60,8 @@ firejail (0.9.73) baseline; urgency=low
59 * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159) 60 * build: use CPPFLAGS instead of INCLUDE in compile targets (#6159)
60 * build: use full paths on compile/link targets (#6158) 61 * build: use full paths on compile/link targets (#6158)
61 * build: automatically generate header dependencies (#6164) 62 * build: automatically generate header dependencies (#6164)
63 * build: improve main clean target (#6186)
64 * build: mkrpm.sh improvements (#6196)
62 * ci: always update the package db before installing packages (#5742) 65 * ci: always update the package db before installing packages (#5742)
63 * ci: fix codeql unable to download its own bundle (#5783) 66 * ci: fix codeql unable to download its own bundle (#5783)
64 * ci: split configure/build/install commands on gitlab (#5784) 67 * ci: split configure/build/install commands on gitlab (#5784)
@@ -71,6 +74,7 @@ firejail (0.9.73) baseline; urgency=low
71 * ci: fix dependabot duplicated workflow runs (#5984) 74 * ci: fix dependabot duplicated workflow runs (#5984)
72 * ci: allow running workflows manually (#6026) 75 * ci: allow running workflows manually (#6026)
73 * ci: re-enable sort.py (#6104) 76 * ci: re-enable sort.py (#6104)
77 * ci: add timeout limits (#6178)
74 * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057 78 * contrib/syntax: remove 'text/plain' from firejail-profile.lang.in (#6057
75 #6059) 79 #6059)
76 * contrib/vim: match profile files more broadly (#5850) 80 * contrib/vim: match profile files more broadly (#5850)
@@ -266,7 +270,7 @@ firejail (0.9.68) baseline; urgency=low
266 -- netblue30 <netblue30@yahoo.com> Sun, 6 Feb 2022 09:00:00 -0500 270 -- netblue30 <netblue30@yahoo.com> Sun, 6 Feb 2022 09:00:00 -0500
267 271
268firejail (0.9.66) baseline; urgency=low 272firejail (0.9.66) baseline; urgency=low
269 * deprecated --audit options, relpaced by jailcheck utility 273 * deprecated --audit options, replaced by jailcheck utility
270 * deprecated follow-symlink-as-user from firejail.config 274 * deprecated follow-symlink-as-user from firejail.config
271 * new firejail.config settings: private-bin, private-etc 275 * new firejail.config settings: private-bin, private-etc
272 * new firejail.config settings: private-opt, private-srv 276 * new firejail.config settings: private-opt, private-srv