aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-14 18:49:48 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-14 18:53:03 -0300
commitd8f100bc41db16beb7070af109af8ba33f66f89d (patch)
tree99ebea931c4bac9dc2cb9bd5f711dcc9ff9c3270 /RELNOTES
parenttesting --name (diff)
downloadfirejail-d8f100bc41db16beb7070af109af8ba33f66f89d.tar.gz
firejail-d8f100bc41db16beb7070af109af8ba33f66f89d.tar.zst
firejail-d8f100bc41db16beb7070af109af8ba33f66f89d.zip
RELNOTES: fix keep-shell-rc feature item
Move it before modifs, add missing PR reference and make the description match the PR name. This amends commit 9d68139d7 ("merges", 2023-02-06). Relates to #1127 #5634.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 76dde0726..76acbbce6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.73) baseline; urgency=low 1firejail (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 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 4 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
4 * modif: Prevent sandbox name (--name=) and host name (--hostname) 5 * modif: Prevent sandbox name (--name=) and host name (--hostname)
5 from containing only digits (#5578) 6 from containing only digits (#5578)
@@ -7,7 +8,6 @@ firejail (0.9.73) baseline; urgency=low
7 host name (--hostname) 8 host name (--hostname)
8 * bugfix: qutebrowser: links will not open in the existing instance (#5601 9 * bugfix: qutebrowser: links will not open in the existing instance (#5601
9 #5618) 10 #5618)
10 * feature: added --keep-shell-rc command and profile option (#1127)
11 * build: auto-generate syntax files (#5627) 11 * build: auto-generate syntax files (#5627)
12 * build: mark most phony targets as such (#5637) 12 * build: mark most phony targets as such (#5637)
13 * docs: remove apparmor options in --help when building without apparmor 13 * docs: remove apparmor options in --help when building without apparmor