aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-19 04:24:09 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-19 04:24:09 -0300
commitbf379bb7825ef306d1db1390ebd407ce3f83cb04 (patch)
treedc91f821c926696f841d7882f8e7e443c3c3fe42 /RELNOTES
parentRELNOTES: clarify feature item (diff)
downloadfirejail-bf379bb7825ef306d1db1390ebd407ce3f83cb04.tar.gz
firejail-bf379bb7825ef306d1db1390ebd407ce3f83cb04.tar.zst
firejail-bf379bb7825ef306d1db1390ebd407ce3f83cb04.zip
RELNOTES: add feature and modif items
Relates to #5871 #5899 #5900.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index ca0ec573f..8f0e3c524 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -8,7 +8,7 @@ firejail (0.9.73) baseline; urgency=low
8 * feature: QUIC (HTTP/3) support in --nettrace 8 * feature: QUIC (HTTP/3) support in --nettrace
9 * feature: add seccomp filters for --restrict-namespaces 9 * feature: add seccomp filters for --restrict-namespaces
10 * feature: stats support for --nettrace 10 * feature: stats support for --nettrace
11 * feature: add doas support in firecfg and jailcheck 11 * feature: add doas support in firecfg and jailcheck (#5899 #5900)
12 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 12 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
13 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 13 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
14 from containing only digits (#5578 #5741) 14 from containing only digits (#5578 #5741)
@@ -19,6 +19,7 @@ firejail (0.9.73) baseline; urgency=low
19 * modif: make private-lib a configure-time option, disabled by default (see 19 * modif: make private-lib a configure-time option, disabled by default (see
20 --enable-private-lib) (#5727 #5732) 20 --enable-private-lib) (#5727 #5732)
21 * modif: Improve --version/--help & print version on startup (#5829) 21 * modif: Improve --version/--help & print version on startup (#5829)
22 * modif: improve errExit error messages (#5871)
22 * bugfix: qutebrowser: links will not open in the existing instance (#5601 23 * bugfix: qutebrowser: links will not open in the existing instance (#5601
23 #5618) 24 #5618)
24 * bugfix: fix --hostname and --hosts-file commands 25 * bugfix: fix --hostname and --hosts-file commands