From b59b1bad4b2a34fac68794147c5ccd305d0945b0 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Fri, 28 Jul 2023 23:16:41 +0100 Subject: [PATCH] Added note about DEBUG. --- doc/NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/NEWS.md b/doc/NEWS.md index 7453916..fe014e9 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,6 +1,7 @@ 0.0.20230729-UNRELEASED * cleanup: added "`make analyse`" to run "`splint`" and "`flawfinder`" on all source files * cleanup: corrected detection of boolean capability + * cleanup/security: removed *DEBUG* environment variable in debug mode, added "`--debug`" instead 1.7.18 - 28 July 2023 * fix: language file installation had been broken by the configuration script rewrite