aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-14 18:07:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-14 18:56:43 -0300
commit097d56b41333b43c9f39c9e7b8b5593e53ad59fd (patch)
treedc5bcd3cbd1e6b73ebe6b83abec8a9d5c510bd25 /RELNOTES
parentRELNOTES: add modif and build items (diff)
downloadfirejail-097d56b41333b43c9f39c9e7b8b5593e53ad59fd.tar.gz
firejail-097d56b41333b43c9f39c9e7b8b5593e53ad59fd.tar.zst
firejail-097d56b41333b43c9f39c9e7b8b5593e53ad59fd.zip
RELNOTES: fix inconsistent indents and options
This amends commit 707f48a12 ("RELNOTES", 2023-02-14). Note: The "Allow only letters and digits" modif item was implemented on commit b4ffaa207 ("merges; more on cleaning up esc chars", 2023-02-14) and relates to both #5578 and #5613. The "--hostname" part of both the "Prevent" and the "Allow" modif items was also only added on that commit. Discussion about the hostname: https://github.com/netblue30/firejail/pull/5613#issuecomment-1421271389 Relates to #5578.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 15dc77e76..d66613616 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -2,11 +2,11 @@ firejail (0.9.73) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * feature: Add "keep-shell-rc" command and option (#1127 #5634) 3 * feature: Add "keep-shell-rc" command and option (#1127 #5634)
4 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 4 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
5 * modif: Prevent sandbox name (--name=) and host name (--hostname) 5 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
6 from containing only digits (#5578) 6 from containing only digits (#5578)
7 * modif: Escape control characters of the command line (#5613) 7 * modif: Escape control characters of the command line (#5613)
8 * modif: Allow only letters and digits for sandbox name (--name=) and 8 * modif: Allow only letters and digits for sandbox name (--name=) and
9 host name (--hostname) 9 host name (--hostname=)
10 * bugfix: qutebrowser: links will not open in the existing instance (#5601 10 * bugfix: qutebrowser: links will not open in the existing instance (#5601
11 #5618) 11 #5618)
12 * build: auto-generate syntax files (#5627) 12 * build: auto-generate syntax files (#5627)