aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-02 10:34:03 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-02 10:34:03 -0500
commit336ecb5d651f22e5a3722ead843181a86dcc066d (patch)
treee733078e8b3ae1c6d0d7e236911c0f12ae556baa /RELNOTES
parentgajim: allow loading plugins (#5705) (diff)
downloadfirejail-336ecb5d651f22e5a3722ead843181a86dcc066d.tar.gz
firejail-336ecb5d651f22e5a3722ead843181a86dcc066d.tar.zst
firejail-336ecb5d651f22e5a3722ead843181a86dcc066d.zip
network testing; merges
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 19bd2aff3..c003c6185 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -2,12 +2,15 @@ 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 * feature: Print the argument when failing with "too long arguments" (#5677) 4 * feature: Print the argument when failing with "too long arguments" (#5677)
5 * feature: a random hostname is assigned to each sandbox unless
6 overwritten using --hostname command
5 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 7 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
6 * modif: Prevent sandbox name (--name=) and host name (--hostname=) 8 * modif: Prevent sandbox name (--name=) and host name (--hostname=)
7 from containing only digits (#5578) 9 from containing only digits (#5578)
8 * modif: Escape control characters of the command line (#5613) 10 * modif: Escape control characters of the command line (#5613)
9 * modif: Allow only letters and digits for sandbox name (--name=) and 11 * modif: Allow only letters and digits for sandbox name (--name=) and
10 host name (--hostname=) 12 host name (--hostname=)
13 * bugfix: fix --hostname and --hosts-file commands
11 * bugfix: qutebrowser: links will not open in the existing instance (#5601 14 * bugfix: qutebrowser: links will not open in the existing instance (#5601
12 #5618) 15 #5618)
13 * build: auto-generate syntax files (#5627) 16 * build: auto-generate syntax files (#5627)
@@ -15,11 +18,13 @@ firejail (0.9.73) baseline; urgency=low
15 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 18 * build: mkdeb.sh: pass all arguments to ./configure (#5654)
16 * build: deb: enable apparmor by default & remove deb-apparmor (#5668) 19 * build: deb: enable apparmor by default & remove deb-apparmor (#5668)
17 * build: Fix whitespace and add .editorconfig (#5674) 20 * build: Fix whitespace and add .editorconfig (#5674)
21 * test: split individual test groups in github workflows
22 * test: add chroot, appimage and network tests in github workflows
18 * docs: remove apparmor options in --help when building without apparmor 23 * docs: remove apparmor options in --help when building without apparmor
19 support (#5589) 24 support (#5589)
20 * docs: selinux.c: Split Copyright notice & use same license as upstream 25 * docs: selinux.c: Split Copyright notice & use same license as upstream
21 (#5667) 26 (#5667)
22 * new profiles: fix-qdf, qpdf, zlib-flate 27 * new profiles: fix-qdf, qpdf, zlib-flate
23 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500 28 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500
24 29
25firejail (0.9.72) baseline; urgency=low 30firejail (0.9.72) baseline; urgency=low