aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-17 15:10:29 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-19 15:11:52 -0300
commit8a61ea04f723cdc2f7be4a09883f94caa34c2d58 (patch)
tree7eca4b7718e9a72107b60ae2d3235f5437e6e40c /RELNOTES
parentRELNOTES: reword modif items for clarity (diff)
downloadfirejail-8a61ea04f723cdc2f7be4a09883f94caa34c2d58.tar.gz
firejail-8a61ea04f723cdc2f7be4a09883f94caa34c2d58.tar.zst
firejail-8a61ea04f723cdc2f7be4a09883f94caa34c2d58.zip
RELNOTES: sort items by category then date added
Put features before modifs, to match the relnotes of 0.9.68 and 0.9.70.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES16
1 files changed, 8 insertions, 8 deletions
diff --git a/RELNOTES b/RELNOTES
index 4949117ba..7d03a9e73 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,20 +1,20 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: On failing to remount a fuse filesystem, give warning instead of
4 erroring out (#5240 #5242)
5 * feature: restrict namespaces (--restrict-namespaces) implemented as
6 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
8 #5317)
3 * modif: removed --cgroup= command (#5190 #5200) 9 * modif: removed --cgroup= command (#5190 #5200)
4 * modif: disabled firetunnel by default in configure.ac (#5190)
5 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
6 * modif: set --shell=none as the default (#5190) 10 * modif: set --shell=none as the default (#5190)
7 * modif: removed --shell= command (#5190 #5196 #5209) 11 * modif: removed --shell= command (#5190 #5196 #5209)
12 * modif: disabled firetunnel by default in configure.ac (#5190)
13 * modif: disabled chroot by default in /etc/firejail/firejail.config (#5190)
8 * modif: disabled private-lib by default in /etc/firejail/firejail.config 14 * modif: disabled private-lib by default in /etc/firejail/firejail.config
9 (#5190 #5216) 15 (#5190 #5216)
10 * modif: disabled tracelog by default in /etc/firejail/firejail.config 16 * modif: disabled tracelog by default in /etc/firejail/firejail.config
11 (#5190) 17 (#5190)
12 * feature: On failing to remount a fuse filesystem, give warning instead of
13 erroring out (#5240 #5242)
14 * feature: restrict namespaces (--restrict-namespaces) implemented as
15 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
16 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
17 #5317)
18 * bugfix: Flood of seccomp audit log entries (#5207) 18 * bugfix: Flood of seccomp audit log entries (#5207)
19 * build: deduplicate configure-time vars into new config files (#5140 #5284) 19 * build: deduplicate configure-time vars into new config files (#5140 #5284)
20 * build: fix file mode of shell scripts (644 -> 755) (#5206) 20 * build: fix file mode of shell scripts (644 -> 755) (#5206)