aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 03:28:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 04:30:56 -0300
commitb9baa71e93072953ee7e7501a4beb1d28feb84e8 (patch)
treec2e9431a19c7deba40717981956b4731c55a5a01 /RELNOTES
parentRELNOTES: sort items by category (diff)
downloadfirejail-b9baa71e93072953ee7e7501a4beb1d28feb84e8.tar.gz
firejail-b9baa71e93072953ee7e7501a4beb1d28feb84e8.tar.zst
firejail-b9baa71e93072953ee7e7501a4beb1d28feb84e8.zip
RELNOTES: add prefixes for features, modifs and removals
To make it easier to see at a glance what each item is about. Note: Other than "removal", the prefixes are taken from previous releases.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES30
1 files changed, 15 insertions, 15 deletions
diff --git a/RELNOTES b/RELNOTES
index 598e19477..433357945 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,22 +4,22 @@ firejail (0.9.68rc2) baseline; urgency=low
4 (see README.md) (#4748) 4 (see README.md) (#4748)
5 * security: bugfix: private-cwd leaks access to the entire filesystem 5 * security: bugfix: private-cwd leaks access to the entire filesystem
6 (#4780); reported by Hugo Osvaldo Barrera 6 (#4780); reported by Hugo Osvaldo Barrera
7 * remove (some) environment variables with auth-tokens (#4157) 7 * feature: remove (some) environment variables with auth-tokens (#4157)
8 * new condition: ALLOW_TRAY (#4510 #4599) 8 * feature: ALLOW_TRAY condition (#4510 #4599)
9 * intrusion detection system (--ids-init, --ids-check) 9 * feature: intrusion detection system (--ids-init, --ids-check)
10 * deterministic shutdown (--deterministic-exit-code, 10 * feature: deterministic shutdown command (--deterministic-exit-code,
11 --deterministic-shutdown) (#4635) 11 --deterministic-shutdown) (#4635)
12 * noprinters command (#4607 #4827) 12 * feature: noprinters command (#4607 #4827)
13 * network monitor (--nettrace) 13 * feature: network monitor (--nettrace)
14 * network locker (--netlock) (#4848) 14 * feature: network locker (--netlock) (#4848)
15 * whitelist-ro profile command (#4740) 15 * feature: whitelist-ro profile command (#4740)
16 * Allow apostrophe in whitelist and blacklist (#4614) 16 * feature: Allow apostrophe in whitelist and blacklist (#4614)
17 * AppImage support in --build command (#4878) 17 * feature: AppImage support in --build command (#4878)
18 * exit code: distinguish fatal signals by adding 128 (#4533) 18 * modifs: exit code: distinguish fatal signals by adding 128 (#4533)
19 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 19 * modifs: firecfg.config is now installed to /etc/firejail/ (#4669)
20 * close file descriptors greater than 2 (--keep-fd) (#4845) 20 * modifs: close file descriptors greater than 2 (--keep-fd) (#4845)
21 * removed --disable-whitelist at compile time 21 * removal: --disable-whitelist at compile time
22 * removed whitelist=yes/no in /etc/firejail/firejail.config 22 * removal: whitelist=yes/no in /etc/firejail/firejail.config
23 * bugfix: Fix sndio support (#4362 #4365) 23 * bugfix: Fix sndio support (#4362 #4365)
24 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387) 24 * bugfix: Error mounting tmpfs (MS_REMOUNT flag not being cleared) (#4387)
25 * bugfix: --build clears the environment (#4460 #4467) 25 * bugfix: --build clears the environment (#4460 #4467)