aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 22:41:12 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 22:41:12 -0300
commit25a0fa7d6a20e37b4ea855f7b52e74ac55851382 (patch)
treed6b49b506ddcaa2d51b809aa3e158df8f580b6f1 /RELNOTES
parentfix joining of sandboxes without shell (diff)
downloadfirejail-25a0fa7d6a20e37b4ea855f7b52e74ac55851382.tar.gz
firejail-25a0fa7d6a20e37b4ea855f7b52e74ac55851382.tar.zst
firejail-25a0fa7d6a20e37b4ea855f7b52e74ac55851382.zip
RELNOTES: add pipewire in --nosound and ci profile checks
Relates to #2739 #4643 #4855.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 8b34bd69c..e90e61d6a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,6 +6,8 @@ firejail (0.9.68rc2) baseline; urgency=low
6 (#4780); reported by Hugo Osvaldo Barrera 6 (#4780); reported by Hugo Osvaldo Barrera
7 * feature: remove (some) environment variables with auth-tokens (#4157) 7 * feature: remove (some) environment variables with auth-tokens (#4157)
8 * feature: ALLOW_TRAY condition (#4510 #4599) 8 * feature: ALLOW_TRAY condition (#4510 #4599)
9 * feature: add ci profile checks for sorting disable-programs.inc and
10 firecfg.config and for the required arguments in private-etc (#2739 #4643)
9 * feature: intrusion detection system (--ids-init, --ids-check) 11 * feature: intrusion detection system (--ids-init, --ids-check)
10 * feature: deterministic shutdown command (--deterministic-exit-code, 12 * feature: deterministic shutdown command (--deterministic-exit-code,
11 --deterministic-shutdown) (#928 #3042 #4635) 13 --deterministic-shutdown) (#928 #3042 #4635)
@@ -13,6 +15,7 @@ firejail (0.9.68rc2) baseline; urgency=low
13 * feature: network monitor (--nettrace) 15 * feature: network monitor (--nettrace)
14 * feature: network locker (--netlock) (#4848) 16 * feature: network locker (--netlock) (#4848)
15 * feature: whitelist-ro profile command (#4740) 17 * feature: whitelist-ro profile command (#4740)
18 * feature: disable pipewire with --nosound (#4855)
16 * feature: Unset TMP if it doesn't exist inside of sandbox (#4151) 19 * feature: Unset TMP if it doesn't exist inside of sandbox (#4151)
17 * feature: Allow apostrophe in whitelist and blacklist (#4614) 20 * feature: Allow apostrophe in whitelist and blacklist (#4614)
18 * feature: AppImage support in --build command (#4878) 21 * feature: AppImage support in --build command (#4878)