From 8b7e343dc6b0d7acb17ed177b9c32b7086b25476 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 25 Nov 2022 14:14:45 -0300 Subject: [PATCH] RELNOTES: add build and ci items Relates to #5429 #5478 #5481. --- RELNOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELNOTES b/RELNOTES index 18b577cca94..3e044a9f9d1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -31,8 +31,11 @@ firejail (0.9.71) baseline; urgency=low * build: only install ids.config when --enable-ids is set (#5356 #5357) * build: Remove deprecated syntax and modernize shell test scripts (#5370) * build: Fix musl warnings (#5421 #5431) + * build: sort.py improvements (#5429) + * build: deduplicate makefiles (#5478) * ci: bump ubuntu to 22.04 and use newer compilers / analyzers (#5275) * ci: ignore git-related paths and the project license (#5249) + * ci: sort and ignore more paths (#5481) * docs: mention risk of SUID binaries and also firejail-users(5) (#5288 #5290) * docs: set vim filetype on man pages for syntax highlighting (#5296)