aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-11 17:07:00 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-13 15:09:02 -0300
commitc7948c6c723dc33d992978572f8404e6462c9a6d (patch)
tree2bb455cf6d17182458538088e423dfbc17f9f829
parentMerge pull request #4776 from glitsj16/highlight (diff)
downloadfirejail-c7948c6c723dc33d992978572f8404e6462c9a6d.tar.gz
firejail-c7948c6c723dc33d992978572f8404e6462c9a6d.tar.zst
firejail-c7948c6c723dc33d992978572f8404e6462c9a6d.zip
RELNOTES: s/deprecated/removed/
As far as I know, to "deprecate" something usually means the following: * It should not be used anymore * It still works (even if it may not work 100%) * It may be removed in a future release But the features mentioned on RELNOTES were actually removed; see commit c08414fdb ("deprecated --disable-whitelist at compile time", 2021-07-03) and commit c32924b82 ("deprecated whitelist=yes/no in /etc/firejail/firejail.config", 2021-07-04). So to avoid confusion, just say that they were removed.
-rw-r--r--RELNOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 798eeb92c..e16099b39 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,8 +6,8 @@ firejail (0.9.67) baseline; urgency=low
6 --deterministic-shutdown) (#4635) 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 * removed --disable-whitelist at compile time
10 * deprecated whitelist=yes/no in /etc/firejail/firejail.config 10 * removed whitelist=yes/no in /etc/firejail/firejail.config
11 * new condition: ALLOW_TRAY (#4510 #4599) 11 * new condition: ALLOW_TRAY (#4510 #4599)
12 * remove (some) environment variables with auth-tokens (#4157) 12 * remove (some) environment variables with auth-tokens (#4157)
13 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462) 13 * new includes: whitelist-run-common.inc (#4288), disable-X11.inc (#4462)