aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-25 16:00:26 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-25 16:01:22 -0300
commit144f7f5b7942467ad1e24308e75ed65d6625f04a (patch)
treeea81fe1c37a8d3d4239815efa489440c5e636073 /RELNOTES
parentpull_request_template.md: restore indentation (diff)
downloadfirejail-144f7f5b7942467ad1e24308e75ed65d6625f04a.tar.gz
firejail-144f7f5b7942467ad1e24308e75ed65d6625f04a.tar.zst
firejail-144f7f5b7942467ad1e24308e75ed65d6625f04a.zip
RELNOTES: add feature and build items
Relates to #5674 #5677.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 3309e4438..6d95bfade 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,7 @@
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 * feature: Add "keep-shell-rc" command and option (#1127 #5634)
4 * feature: Print the argument when failing with "too long arguments" (#5677)
4 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 5 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
5 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 6 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
6 from containing only digits (#5578) 7 from containing only digits (#5578)
@@ -13,6 +14,7 @@ firejail (0.9.73) baseline; urgency=low
13 * build: mark most phony targets as such (#5637) 14 * build: mark most phony targets as such (#5637)
14 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 15 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
15 * build: deb: enable apparmor by default & remove deb-apparmor (#5668) 16 * build: deb: enable apparmor by default & remove deb-apparmor (#5668)
17 * build: Fix whitespace and add .editorconfig (#5674)
16 * docs: remove apparmor options in --help when building without apparmor 18 * docs: remove apparmor options in --help when building without apparmor
17 support (#5589) 19 support (#5589)
18 * docs: selinux.c: Split Copyright notice & use same license as upstream 20 * docs: selinux.c: Split Copyright notice & use same license as upstream