aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-07-08 22:48:46 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-07-08 22:48:46 -0300
commitaed94a395cb6fb7a0f06d55fe4cef3424a5de0f3 (patch)
tree10507efc716fd3154099f4d1c2022ecf3b91e071
parentfeature: add notpm command & keep tpm devices in private-dev (#6390) (diff)
downloadfirejail-aed94a395cb6fb7a0f06d55fe4cef3424a5de0f3.tar.gz
firejail-aed94a395cb6fb7a0f06d55fe4cef3424a5de0f3.tar.zst
firejail-aed94a395cb6fb7a0f06d55fe4cef3424a5de0f3.zip
RELNOTES: add feature, modif and docs items
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 2e1fbf0b5..8598bba46 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -17,6 +17,7 @@ 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 * feature: add notpm command & keep tpm devices in private-dev (#6379 #6390)
20 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 21 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
21 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 22 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
22 from containing only digits (#5578 #5741) 23 from containing only digits (#5578 #5741)
@@ -32,6 +33,8 @@ firejail (0.9.73) baseline; urgency=low
32 * modif: keep pipewire group unless nosound is used (#5992 #5993) 33 * modif: keep pipewire group unless nosound is used (#5992 #5993)
33 * modif: fcopy: Use lstat when copying directory (#5957) 34 * modif: fcopy: Use lstat when copying directory (#5957)
34 * modif: populate /run/firejail while holding flock (#6307) 35 * modif: populate /run/firejail while holding flock (#6307)
36 * modif: private-dev: keep /dev/kfd unless no3d is used (#6380)
37 * modif: keep /sys/module/nvidia* if prop driver and no no3d (#6372 #6387)
35 * removal: LTS and FIRETUNNEL support 38 * removal: LTS and FIRETUNNEL support
36 * bugfix: fix --hostname and --hosts-file commands 39 * bugfix: fix --hostname and --hosts-file commands
37 * bugfix: fix examples in firejail-local AppArmor profile (#5717) 40 * bugfix: fix examples in firejail-local AppArmor profile (#5717)
@@ -104,6 +107,8 @@ firejail (0.9.73) baseline; urgency=low
104 * docs: add uninstall instructions to README.md (#5812) 107 * docs: add uninstall instructions to README.md (#5812)
105 * docs: add precedence info to manpage & fix noblacklist example (#6358 108 * docs: add precedence info to manpage & fix noblacklist example (#6358
106 #6359) 109 #6359)
110 * docs: bug_report.md: use absolute path in 'steps to reproduce' (#6382)
111 * docs: man: format and sort some private- items (#6398)
107 * legal: selinux.c: Split Copyright notice & use same license as upstream 112 * legal: selinux.c: Split Copyright notice & use same license as upstream
108 (#5667) 113 (#5667)
109 * profiles: qutebrowser: fix links not opening in the existing instance 114 * profiles: qutebrowser: fix links not opening in the existing instance