aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-11 16:29:45 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-11 16:31:21 -0300
commit201a229e9768887ef8c05c17d0b4d39a00ee8af0 (patch)
tree8af26f093d377f85e0e2f4c60cc88db520090b29
parentRELNOTES: add noprinters command (diff)
downloadfirejail-201a229e9768887ef8c05c17d0b4d39a00ee8af0.tar.gz
firejail-201a229e9768887ef8c05c17d0b4d39a00ee8af0.tar.zst
firejail-201a229e9768887ef8c05c17d0b4d39a00ee8af0.zip
RELNOTES: add missing pull request references
Relates to #4510 #4533 #4599 #4635.
-rw-r--r--RELNOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index ac54619ee..7b5ff9775 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,14 +1,14 @@
1firejail (0.9.67) baseline; urgency=low 1firejail (0.9.67) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * exit code: distinguish fatal signals by adding 128 3 * exit code: distinguish fatal signals by adding 128 (#4533)
4 * intrusion detection system (--ids-init, --ids-check) 4 * intrusion detection system (--ids-init, --ids-check)
5 * deterministic shutdown (--deterministic-exit-code, 5 * deterministic shutdown (--deterministic-exit-code,
6 --deterministic-shutdown) 6 --deterministic-shutdown) (#4635)
7 * noprinters command (#4607) 7 * noprinters command (#4607)
8 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 8 * build: firecfg.config is now installed to /etc/firejail/ (#4669)
9 * deprecated --disable-whitelist at compile time 9 * deprecated --disable-whitelist at compile time
10 * deprecated whitelist=yes/no in /etc/firejail/firejail.config 10 * deprecated whitelist=yes/no in /etc/firejail/firejail.config
11 * new condition: ALLOW_TRAY 11 * new condition: ALLOW_TRAY (#4510 #4599)
12 * remove (some) environment variables with auth-tokens 12 * remove (some) environment variables with auth-tokens
13 * new includes: whitelist-run-common.inc, disable-X11.inc 13 * new includes: whitelist-run-common.inc, disable-X11.inc
14 * removed includes: disable-passwordmgr.inc 14 * removed includes: disable-passwordmgr.inc