aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-17 15:04:33 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-19 15:11:52 -0300
commit12e32ec8ad60089c6dca5d25445d8eddabb20ac2 (patch)
treec775d8cc05b8b360f07b0cc14d2ea2abab4cb7f2 /RELNOTES
parentREADME.md: remove items duplicated from RELNOTES (diff)
downloadfirejail-12e32ec8ad60089c6dca5d25445d8eddabb20ac2.tar.gz
firejail-12e32ec8ad60089c6dca5d25445d8eddabb20ac2.tar.zst
firejail-12e32ec8ad60089c6dca5d25445d8eddabb20ac2.zip
RELNOTES: reword modif items for clarity
And add the missing issue/PR references. Misc: The items in question were added on commit 6d740d7dc ("RELNOTES and README.md - existing functionality modified for the next version", 2022-08-29). Relates to #5190 #5196 #5200 #5209 #5216.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES15
1 files changed, 7 insertions, 8 deletions
diff --git a/RELNOTES b/RELNOTES
index f78586da9..4949117ba 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,14 +1,13 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * modif: removed cgroups commands (#5190) 3 * modif: removed --cgroup= command (#5190 #5200)
4 * modif: changed --disable-firetunnel into --enable-firetunnel in 4 * modif: disabled firetunnel by default in configure.ac (#5190)
5 configure.ac (#5190)
6 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190) 5 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
7 * modif: shell none set as default (#5190) 6 * modif: set --shell=none as the default (#5190)
8 * modif: removed --shell= (#5190) 7 * modif: removed --shell= command (#5190 #5196 #5209)
9 * modif: private-lib disabled by default in /etc/firejail/firejail.config 8 * modif: disabled private-lib by default in /etc/firejail/firejail.config
10 (#5190) 9 (#5190 #5216)
11 * modif: tracelog disabled by default in /etc/firejail/firejail.config 10 * modif: disabled tracelog by default in /etc/firejail/firejail.config
12 (#5190) 11 (#5190)
13 * feature: On failing to remount a fuse filesystem, give warning instead of 12 * feature: On failing to remount a fuse filesystem, give warning instead of
14 erroring out (#5240 #5242) 13 erroring out (#5240 #5242)