From 8a61ea04f723cdc2f7be4a09883f94caa34c2d58 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 17 Sep 2022 15:10:29 -0300 Subject: RELNOTES: sort items by category then date added Put features before modifs, to match the relnotes of 0.9.68 and 0.9.70. --- RELNOTES | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 4949117ba..7d03a9e73 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,20 +1,20 @@ firejail (0.9.71) baseline; urgency=low * work in progress + * feature: On failing to remount a fuse filesystem, give warning instead of + erroring out (#5240 #5242) + * feature: restrict namespaces (--restrict-namespaces) implemented as + a seccomp filter for both 64 and 32 bit architectures (#4939 #5259) + * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316 + #5317) * modif: removed --cgroup= command (#5190 #5200) - * modif: disabled firetunnel by default in configure.ac (#5190) - * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190) * modif: set --shell=none as the default (#5190) * modif: removed --shell= command (#5190 #5196 #5209) + * modif: disabled firetunnel by default in configure.ac (#5190) + * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190) * modif: disabled private-lib by default in /etc/firejail/firejail.config (#5190 #5216) * modif: disabled tracelog by default in /etc/firejail/firejail.config (#5190) - * feature: On failing to remount a fuse filesystem, give warning instead of - erroring out (#5240 #5242) - * feature: restrict namespaces (--restrict-namespaces) implemented as - a seccomp filter for both 64 and 32 bit architectures (#4939 #5259) - * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316 - #5317) * bugfix: Flood of seccomp audit log entries (#5207) * build: deduplicate configure-time vars into new config files (#5140 #5284) * build: fix file mode of shell scripts (644 -> 755) (#5206) -- cgit v1.2.3-54-g00ecf