aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-16 20:40:08 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-20 15:19:47 -0300
commit8cf0d94963038b5d1772e0c59cb945c66afd5536 (patch)
tree2eb68b7d6f26d883262a0411fc653c72cdf6a626 /RELNOTES
parentbuild(deps): bump actions/checkout from 3.3.0 to 3.4.0 (diff)
downloadfirejail-8cf0d94963038b5d1772e0c59cb945c66afd5536.tar.gz
firejail-8cf0d94963038b5d1772e0c59cb945c66afd5536.tar.zst
firejail-8cf0d94963038b5d1772e0c59cb945c66afd5536.zip
RELNOTES: sort items by date added
Added in the following commits: * 336ecb5d6 ("network testing; merges", 2023-03-02) * 0e48f9933 ("remove firemon --interface option - it is a duplication of firejail --net.print", 2023-03-08) Relates to the following commits: * e4f9f36a4 ("random hostname by default; fix --hostname and --hosts-file", 2023-02-27) * 0e48f9933 ("remove firemon --interface option - it is a duplication of firejail --net.print", 2023-03-08)
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index c4cfea668..28f9b6edd 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -5,16 +5,16 @@ firejail (0.9.73) baseline; urgency=low
5 * feature: a random hostname is assigned to each sandbox unless 5 * feature: a random hostname is assigned to each sandbox unless
6 overwritten using --hostname command 6 overwritten using --hostname command
7 * feature: add IPv6 support for --net.print option 7 * feature: add IPv6 support for --net.print option
8 * modif: remove firemon --interface option (duplicating --net.print option)
9 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 8 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
10 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 9 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
11 from containing only digits (#5578) 10 from containing only digits (#5578)
12 * modif: Escape control characters of the command line (#5613) 11 * modif: Escape control characters of the command line (#5613)
13 * modif: Allow only letters and digits for sandbox name (--name=) and 12 * modif: Allow only letters and digits for sandbox name (--name=) and
14 host name (--hostname=) 13 host name (--hostname=)
15 * bugfix: fix --hostname and --hosts-file commands 14 * modif: remove firemon --interface option (duplicating --net.print option)
16 * bugfix: qutebrowser: links will not open in the existing instance (#5601 15 * bugfix: qutebrowser: links will not open in the existing instance (#5601
17 #5618) 16 #5618)
17 * bugfix: fix --hostname and --hosts-file commands
18 * build: auto-generate syntax files (#5627) 18 * build: auto-generate syntax files (#5627)
19 * build: mark most phony targets as such (#5637) 19 * build: mark most phony targets as such (#5637)
20 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 20 * build: mkdeb.sh: pass all arguments to ./configure (#5654)