RELNOTES: add bugfix for --profile-path in --help

Relates to #5585 #5586.
This commit is contained in:
Kelvin M. Klann 2023-01-14 04:54:15 -03:00
parent 16fc10fc34
commit 7902594e7a

View file

@ -28,6 +28,7 @@ firejail (0.9.72) baseline; urgency=low
* modif: disabled whitelisting for /dev directory
* bugfix: Flood of seccomp audit log entries (#5207)
* bugfix: --netlock does not work (Error: no valid sandbox) (#5312)
* bugfix: Remove invalid --profile-path from --help (#5585 #5586)
* build: deduplicate configure-time vars into new config files (#5140 #5284)
* build: fix file mode of shell scripts (644 -> 755) (#5206)
* build: reduce autoconf input files from 32 to 2 (#5219)