aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-19 02:46:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-19 02:48:54 -0300
commit187410992f76be3cf234ca132711c9bb0133e053 (patch)
tree90dadb229a610739a7ff392c02db2f827283d235 /RELNOTES
parentMerge pull request #5856 from kmk3/standardize-name-checks (diff)
downloadfirejail-187410992f76be3cf234ca132711c9bb0133e053.tar.gz
firejail-187410992f76be3cf234ca132711c9bb0133e053.tar.zst
firejail-187410992f76be3cf234ca132711c9bb0133e053.zip
RELNOTES: update name/hostname modifs
Relates to #5708 #5741 #5856.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 4cd27f3a9..82ff7ccff 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -7,10 +7,10 @@ firejail (0.9.73) baseline; urgency=low
7 * feature: add IPv6 support for --net.print option 7 * feature: add IPv6 support for --net.print option
8 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 8 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
9 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 9 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
10 from containing only digits (#5578) 10 from containing only digits (#5578 #5741)
11 * modif: Escape control characters of the command line (#5613) 11 * modif: Escape control characters of the command line (#5613)
12 * modif: Allow only letters and digits for sandbox name (--name=) and 12 * modif: Allow mostly only ASCII letters and digits for sandbox name
13 host name (--hostname=) 13 (--name=) and host name (--hostname=) (#5708 #5856)
14 * modif: remove firemon --interface option (duplicating --net.print option) 14 * modif: remove firemon --interface option (duplicating --net.print option)
15 * modif: Improve --version/--help & print version on startup (#5829) 15 * modif: Improve --version/--help & print version on startup (#5829)
16 * bugfix: qutebrowser: links will not open in the existing instance (#5601 16 * bugfix: qutebrowser: links will not open in the existing instance (#5601