aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-07-07 19:34:55 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-07-07 19:34:55 -0400
commit2b34747db534f5db2f577f31d685824b29537098 (patch)
tree153e484e803cabb4dc1faa0affe95f1a003dfa27 /RELNOTES
parentrework src/man Makefile (diff)
downloadfirejail-2b34747db534f5db2f577f31d685824b29537098.tar.gz
firejail-2b34747db534f5db2f577f31d685824b29537098.tar.zst
firejail-2b34747db534f5db2f577f31d685824b29537098.zip
generate seccomp filters at install time
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 718ac17a4..e356d712a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -20,6 +20,8 @@ firejail (0.9.73) baseline; urgency=low
20 #5618) 20 #5618)
21 * bugfix: fix --hostname and --hosts-file commands 21 * bugfix: fix --hostname and --hosts-file commands
22 * bugfix: arp.c: ensure positive timeout on select(2) (#5806) 22 * bugfix: arp.c: ensure positive timeout on select(2) (#5806)
23 * bugfix: makefiles fixes: seccomp filters and man pages are build every
24 time when running make
23 * build: auto-generate syntax files (#5627) 25 * build: auto-generate syntax files (#5627)
24 * build: mark all phony targets as such (#5637) 26 * build: mark all phony targets as such (#5637)
25 * build: mkdeb.sh: pass all arguments to ./configure (#5654) 27 * build: mkdeb.sh: pass all arguments to ./configure (#5654)