aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-01 09:51:07 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-01 10:06:55 -0300
commit86c0c2d5075bc2f17e6184e63f13b50fef3e30b3 (patch)
tree8e55f33f37ced3d914bff035bbba54f49b3bac1d
parentMerge pull request #5259 from smitsohu/ns (diff)
downloadfirejail-86c0c2d5075bc2f17e6184e63f13b50fef3e30b3.tar.gz
firejail-86c0c2d5075bc2f17e6184e63f13b50fef3e30b3.tar.zst
firejail-86c0c2d5075bc2f17e6184e63f13b50fef3e30b3.zip
RELNOTES: add feature: Warn when encountering EIO during remount
Relates to #5240 #5242.
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index f77ef04ff..7bb556420 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,7 @@
1firejail (0.9.71) baseline; urgency=low 1firejail (0.9.71) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feat: On failing to remount a fuse filesystem, give warning instead of
4 * erroring out (#5240 #5242)
3 * build: deduplicate configure-time vars into new config files (#5140) 5 * build: deduplicate configure-time vars into new config files (#5140)
4 * build: fix file mode of shell scripts (644 -> 755) (#5206) 6 * build: fix file mode of shell scripts (644 -> 755) (#5206)
5 * build: reduce autoconf input files from 32 to 2 (#5219) 7 * build: reduce autoconf input files from 32 to 2 (#5219)