aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES16
1 files changed, 13 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 2e1fbf0b5..4e55f9447 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -17,6 +17,9 @@ firejail (0.9.73) baseline; urgency=low
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 #6260 #6302 #6305) 18 #6228 #6260 #6302 #6305)
19 * feature: add support for comm, coredump, and prctl procevents in firemon 19 * feature: add support for comm, coredump, and prctl procevents in firemon
20 (#6414 #6415)
21 * feature: add notpm command & keep tpm devices in private-dev (#6379 #6390)
22 * feature: fshaper.sh: support tc on NixOS (#6426 #6431)
20 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 23 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
21 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 24 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
22 from containing only digits (#5578 #5741) 25 from containing only digits (#5578 #5741)
@@ -31,7 +34,8 @@ firejail (0.9.73) baseline; urgency=low
31 * modif: drop deprecated 'shell' option references (#5894) 34 * modif: drop deprecated 'shell' option references (#5894)
32 * modif: keep pipewire group unless nosound is used (#5992 #5993) 35 * modif: keep pipewire group unless nosound is used (#5992 #5993)
33 * modif: fcopy: Use lstat when copying directory (#5957) 36 * modif: fcopy: Use lstat when copying directory (#5957)
34 * modif: populate /run/firejail while holding flock (#6307) 37 * modif: private-dev: keep /dev/kfd unless no3d is used (#6380)
38 * modif: keep /sys/module/nvidia* if prop driver and no no3d (#6372 #6387)
35 * removal: LTS and FIRETUNNEL support 39 * removal: LTS and FIRETUNNEL support
36 * bugfix: fix --hostname and --hosts-file commands 40 * bugfix: fix --hostname and --hosts-file commands
37 * bugfix: fix examples in firejail-local AppArmor profile (#5717) 41 * bugfix: fix examples in firejail-local AppArmor profile (#5717)
@@ -40,8 +44,10 @@ firejail (0.9.73) baseline; urgency=low
40 (#5965 #5976) 44 (#5965 #5976)
41 * bugfix: firejail --ls reports wrong file sizes for large files (#5982 45 * bugfix: firejail --ls reports wrong file sizes for large files (#5982
42 #6086) 46 #6086)
47 * bugfix: fix startup race condition for /run/firejail directory (#6307)
43 * bugfix: fix various resource leaks (#6367) 48 * bugfix: fix various resource leaks (#6367)
44 * bugfix: profstats: fix restrict-namespaces max count (#6369) 49 * bugfix: profstats: fix restrict-namespaces max count (#6369)
50 * bugfix: remove --noautopulse from --help and zsh comp (#6401)
45 * build: auto-generate syntax files (#5627) 51 * build: auto-generate syntax files (#5627)
46 * build: mark all phony targets as such (#5637) 52 * build: mark all phony targets as such (#5637)
47 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 53 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
@@ -52,8 +58,7 @@ firejail (0.9.73) baseline; urgency=low
52 * build: disable all built-in implicit make rules (#5864) 58 * build: disable all built-in implicit make rules (#5864)
53 * build: organize and standardize make vars and targets (#5866) 59 * build: organize and standardize make vars and targets (#5866)
54 * build: fix seccomp filters and man pages always being rebuilt when running 60 * build: fix seccomp filters and man pages always being rebuilt when running
55 make 61 make (#5156 #5898)
56 * build: simplify code related to man pages (#5898)
57 * build: fix hardcoded make & remove unnecessary distclean targets (#5911) 62 * build: fix hardcoded make & remove unnecessary distclean targets (#5911)
58 * build: dist and asc improvements (#5916) 63 * build: dist and asc improvements (#5916)
59 * build: fix some shellcheck issues & use config.sh in more scripts (#5927) 64 * build: fix some shellcheck issues & use config.sh in more scripts (#5927)
@@ -77,6 +82,7 @@ firejail (0.9.73) baseline; urgency=low
77 * build: remove clean dependency from cppcheck targets (#6343) 82 * build: remove clean dependency from cppcheck targets (#6343)
78 * build: allow overriding common tools (#6354) 83 * build: allow overriding common tools (#6354)
79 * build: standardize install commands (#6366) 84 * build: standardize install commands (#6366)
85 * build: improve reliability/portability of date command usage (#6403 #6404)
80 * ci: always update the package db before installing packages (#5742) 86 * ci: always update the package db before installing packages (#5742)
81 * ci: fix codeql unable to download its own bundle (#5783) 87 * ci: fix codeql unable to download its own bundle (#5783)
82 * ci: split configure/build/install commands on gitlab (#5784) 88 * ci: split configure/build/install commands on gitlab (#5784)
@@ -104,6 +110,10 @@ firejail (0.9.73) baseline; urgency=low
104 * docs: add uninstall instructions to README.md (#5812) 110 * docs: add uninstall instructions to README.md (#5812)
105 * docs: add precedence info to manpage & fix noblacklist example (#6358 111 * docs: add precedence info to manpage & fix noblacklist example (#6358
106 #6359) 112 #6359)
113 * docs: bug_report.md: use absolute path in 'steps to reproduce' (#6382)
114 * docs: man: format and sort some private- items (#6398)
115 * docs: man: improve blacklist/whitelist examples with spaces (#6425)
116 * docs: add build_issue.md issue template (#6423)
107 * legal: selinux.c: Split Copyright notice & use same license as upstream 117 * legal: selinux.c: Split Copyright notice & use same license as upstream
108 (#5667) 118 (#5667)
109 * profiles: qutebrowser: fix links not opening in the existing instance 119 * profiles: qutebrowser: fix links not opening in the existing instance