From f3a5ebd9134e96b3d325d28f92382af21a09334a Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 18 Jan 2022 23:56:08 -0300 Subject: 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. --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'RELNOTES') 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 * removed whitelist=yes/no in /etc/firejail/firejail.config * new condition: ALLOW_TRAY (#4510 #4599) * remove (some) environment variables with auth-tokens (#4157) + * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) + * bugfix: --build clears the environment (#4460 #4467) + * bugfix: Firejail does not work with a custom hosts file (#2758 #4560) + * bugfix: --tracelog and --trace override /etc/ld.so.preload (#4558 #4586) + * bugfix: Firejail rejects empty arguments (#4395) + * bugfix: firecfg does not work with symlinks (discord.desktop) (#4235) + * bugfix: Seccomp list output goes to stdout instead of stderr (#4328) * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462) * removed includes: disable-passwordmgr.inc (#4461) * new profiles: microsoft-edge-beta, clion-eap, lifeograph, zim -- cgit v1.2.3-54-g00ecf