aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-14 04:54:15 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-14 04:54:51 -0300
commit7902594e7ac4e682cdd0af9255ef4428af8b0dfe (patch)
treef74fd30f477048b801a83938d0cd9a3d19883ac6
parentMerge pull request #5586 from netblue30/rusty-snake-patch-1 (diff)
downloadfirejail-7902594e7.tar.gz
firejail-7902594e7.tar.zst
firejail-7902594e7.zip
RELNOTES: add bugfix for --profile-path in --help
Relates to #5585 #5586.
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 56871969f..bacf14cff 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -28,6 +28,7 @@ firejail (0.9.72) baseline; urgency=low
28 * modif: disabled whitelisting for /dev directory 28 * modif: disabled whitelisting for /dev directory
29 * bugfix: Flood of seccomp audit log entries (#5207) 29 * bugfix: Flood of seccomp audit log entries (#5207)
30 * bugfix: --netlock does not work (Error: no valid sandbox) (#5312) 30 * bugfix: --netlock does not work (Error: no valid sandbox) (#5312)
31 * bugfix: Remove invalid --profile-path from --help (#5585 #5586)
31 * build: deduplicate configure-time vars into new config files (#5140 #5284) 32 * build: deduplicate configure-time vars into new config files (#5140 #5284)
32 * build: fix file mode of shell scripts (644 -> 755) (#5206) 33 * build: fix file mode of shell scripts (644 -> 755) (#5206)
33 * build: reduce autoconf input files from 32 to 2 (#5219) 34 * build: reduce autoconf input files from 32 to 2 (#5219)