From 0e7296bef3388ea475ded293b5bd3a9967c98cc3 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 28 Sep 2024 10:11:18 -0300 Subject: [PATCH] RELNOTES: add build item Added on commit ba00d135f ("fix for old compilers", 2023-04-06). Relates to #5778. --- RELNOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELNOTES b/RELNOTES index 7dc4451de..0579eeaf6 100644 --- a/RELNOTES +++ b/RELNOTES @@ -54,6 +54,8 @@ firejail (0.9.73) baseline; urgency=low * build: mkdeb.sh: pass all arguments to ./configure (#5654) * build: deb: enable apparmor by default & remove deb-apparmor (#5668) * build: Fix whitespace and add .editorconfig (#5674) + * build: remove for loop initial declarations to fix building with old + compilers (#5778) * build: enable compiler warnings by default (#5842) * build: remove -mretpoline and NO_EXTRA_CFLAGS (#5859) * build: disable all built-in implicit make rules (#5864)