aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-20 06:31:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-20 06:40:56 -0300
commit0d49c7a42d1d157cc4d13a261ebd82f8b0b6f445 (patch)
treedd4f46f0ef3ead46e5e3586665755bb1be93e233
parentman.profile needs additional private-etc items on arch (#5322) (diff)
downloadfirejail-0d49c7a42d1d157cc4d13a261ebd82f8b0b6f445.tar.gz
firejail-0d49c7a42d1d157cc4d13a261ebd82f8b0b6f445.tar.zst
firejail-0d49c7a42d1d157cc4d13a261ebd82f8b0b6f445.zip
RELNOTES: sort features by date added
Relates to #4939 #5259.
-rw-r--r--RELNOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 6e81f2c0d..8d28d3373 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,9 +1,9 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: restrict namespaces (--restrict-namespaces) implemented as
4 a seccomp filter for both 64 and 32 bit architectures (#4939 #5259)
5 * feature: On failing to remount a fuse filesystem, give warning instead of 3 * feature: On failing to remount a fuse filesystem, give warning instead of
6 erroring out (#5240 #5242) 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 7 * feature: support for custom AppArmor profiles (--apparmor=) (#5274 #5316
8 #5317) 8 #5317)
9 * build: deduplicate configure-time vars into new config files (#5140 #5284) 9 * build: deduplicate configure-time vars into new config files (#5140 #5284)