aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-02 14:44:05 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-03 18:20:09 -0300
commit54d8d58367b5f936376fe5ceba8ca7a329118162 (patch)
tree49963210d0e81d06d6960d71ba9849e1dd97d7dd /RELNOTES
parentRELNOTES: add missing --netlock issue reference (diff)
downloadfirejail-54d8d58367b5f936376fe5ceba8ca7a329118162.tar.gz
firejail-54d8d58367b5f936376fe5ceba8ca7a329118162.tar.zst
firejail-54d8d58367b5f936376fe5ceba8ca7a329118162.zip
RELNOTES: add more bugfixes
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 08855b8e1..1d781fca9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -19,10 +19,13 @@ firejail (0.9.68rc2) baseline; urgency=low
19 * removed whitelist=yes/no in /etc/firejail/firejail.config 19 * removed whitelist=yes/no in /etc/firejail/firejail.config
20 * new condition: ALLOW_TRAY (#4510 #4599) 20 * new condition: ALLOW_TRAY (#4510 #4599)
21 * remove (some) environment variables with auth-tokens (#4157) 21 * remove (some) environment variables with auth-tokens (#4157)
22 * bugfix: Fix sndio support (#4362 #4365)
22 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) 23 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
23 * bugfix: --build clears the environment (#4460 #4467) 24 * bugfix: --build clears the environment (#4460 #4467)
25 * bugfix: firejail hangs with net parameter (#3958 #4476)
24 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560) 26 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560)
25 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586) 27 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586)
28 * bugfix: PATH_MAX is undeclared on musl libc (#4578 #4579 #4583)
26 * bugfix: Firejail rejects empty arguments (#4395) 29 * bugfix: Firejail rejects empty arguments (#4395)
27 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235) 30 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235)
28 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328) 31 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328)