aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 19:29:30 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-02-05 19:33:37 -0300
commitef850c2ec8166b5b3128f1d336f847b05b7c832c (patch)
tree279ac4478848563f8f62635c39263e892d101439 /RELNOTES
parentRELNOTES: add missing issue references (diff)
downloadfirejail-ef850c2ec8166b5b3128f1d336f847b05b7c832c.tar.gz
firejail-ef850c2ec8166b5b3128f1d336f847b05b7c832c.tar.zst
firejail-ef850c2ec8166b5b3128f1d336f847b05b7c832c.zip
RELNOTES: add unset TMP if it doesn't exist
Relates to #4151.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 01238215b..a6be465ee 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -13,6 +13,7 @@ firejail (0.9.68rc2) baseline; urgency=low
13 * feature: network monitor (--nettrace) 13 * feature: network monitor (--nettrace)
14 * feature: network locker (--netlock) (#4848) 14 * feature: network locker (--netlock) (#4848)
15 * feature: whitelist-ro profile command (#4740) 15 * feature: whitelist-ro profile command (#4740)
16 * feature: Unset TMP if it doesn't exist inside of sandbox (#4151)
16 * feature: Allow apostrophe in whitelist and blacklist (#4614) 17 * feature: Allow apostrophe in whitelist and blacklist (#4614)
17 * feature: AppImage support in --build command (#4878) 18 * feature: AppImage support in --build command (#4878)
18 * modifs: exit code: distinguish fatal signals by adding 128 (#4533) 19 * modifs: exit code: distinguish fatal signals by adding 128 (#4533)