From 09e11920b80d9dca7d019bae5171e7aba26ec06e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 12 Jan 2023 10:48:56 -0300 Subject: RELNOTES: add --netlock bugfix Relates to #5312. --- RELNOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 82668ec9c..28c9702f9 100644 --- a/RELNOTES +++ b/RELNOTES @@ -27,6 +27,7 @@ firejail (0.9.72rc1) baseline; urgency=low (#5190) * modif: removed grsecurity support * bugfix: Flood of seccomp audit log entries (#5207) + * bugfix: --netlock does not work (Error: no valid sandbox) (#5312) * build: deduplicate configure-time vars into new config files (#5140 #5284) * build: fix file mode of shell scripts (644 -> 755) (#5206) * build: reduce autoconf input files from 32 to 2 (#5219) -- cgit v1.2.3-54-g00ecf From ccd346f429c84e4ee70d4f09e956570cd41b0525 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 12 Jan 2023 10:50:41 -0300 Subject: RELNOTES: add build item Relates to #5577. --- RELNOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 28c9702f9..ce7608101 100644 --- a/RELNOTES +++ b/RELNOTES @@ -42,6 +42,7 @@ firejail (0.9.72rc1) baseline; urgency=low * build: deduplicate makefiles (#5478) * build: fix formatting and misc in configure (#5488) * build: actually set LDFLAGS/LIBS & stop overriding CFLAGS/LDFLAGS (#5504) + * build: make shell commands more portable in firejail.vim (#5577) * ci: bump ubuntu to 22.04 and use newer compilers / analyzers (#5275) * ci: ignore git-related paths and the project license (#5249) * ci: Harden GitHub Actions (StepSecurity) (#5439) -- cgit v1.2.3-54-g00ecf