aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-18 23:56:08 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-26 08:00:40 -0300
commitf3a5ebd9134e96b3d325d28f92382af21a09334a (patch)
treeb623da19a5b14bf50fd90a22df21a76359f5a9de /RELNOTES
parentmerges (diff)
downloadfirejail-f3a5ebd9134e96b3d325d28f92382af21a09334a.tar.gz
firejail-f3a5ebd9134e96b3d325d28f92382af21a09334a.tar.zst
firejail-f3a5ebd9134e96b3d325d28f92382af21a09334a.zip
RELNOTES: add bugfixes
Note: They are added in the order that the issues were fixed/closed. Note2: The issues were found through the following url: https://github.com/netblue30/firejail/issues?q=is%3Aclosed+label%3Abug+-label%3Asecurity+closed%3A%3E2021-06-29+ The date used is the release date of 0.9.66, so in theory the query should return every bug closed after that. Security-related issues are excluded because they will be added separately. Note3: All issues other than #4328 were fixed before 0.9.68rc1. Relates to #2758 #4235 #4328 #4387 #4395 #4460 #4467 #4558 #4560 #4586.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b997355d2..8fd438ad3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -15,6 +15,13 @@ firejail (0.9.68rc2) baseline; urgency=low
15 * removed whitelist=yes/no in /etc/firejail/firejail.config 15 * removed whitelist=yes/no in /etc/firejail/firejail.config
16 * new condition: ALLOW_TRAY (#4510 #4599) 16 * new condition: ALLOW_TRAY (#4510 #4599)
17 * remove (some) environment variables with auth-tokens (#4157) 17 * remove (some) environment variables with auth-tokens (#4157)
18 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
19 * bugfix: --build clears the environment (#4460 #4467)
20 * bugfix: Firejail does not work with a custom hosts file (#2758 #4560)
21 * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586)
22 * bugfix: Firejail rejects empty arguments (#4395)
23 * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235)
24 * bugfix: Seccomp list output goes to stdout instead of stderr (#4328)
18 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462) 25 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462)
19 * removed includes: disable-passwordmgr.inc (#4461) 26 * removed includes: disable-passwordmgr.inc (#4461)
20 * new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim 27 * new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim