From a493d9ab6cd2fbfa2ec83b35f52f486b56621779 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Feb 2024 11:31:19 -0500 Subject: [PATCH] * NEWS: Clean up --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 96d8ce33..571845dd 100644 --- a/NEWS +++ b/NEWS @@ -24,10 +24,9 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&se This release changes the loaded object feature from "technology preview" to fully-supported feature. However, it introduces an ABI incompatibility with previous releases: the setup function now takes an ABI version as its first - argument. When compiling your loaded object you can test the GMK_ABI_VERSION - constant at compile time to detect which ABI should be used. At runtime - your initialization function can check the provided ABI version to verify - it's being loaded correctly. + argument. At compile time you can test the GMK_ABI_VERSION constant to + detect which ABI should be used. At runtime your initialization function + can check the provided ABI version to verify it's being loaded correctly. * WARNING: Backward-incompatibility! Parsing of the first argument in ifeq/ifneq with () has been cleaned up. @@ -36,6 +35,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&se or contained in variable references will not be counted. This means that things like "ifeq ((foo,bar),)" are now syntax errors. Use a variable to hide the comma if needed: "COMMA = ," / "ifeq ((foo$(COMMA)bar),)". + See https://savannah.gnu.org/bugs/index.php?64402 * WARNING: Backward-incompatibility! If -e is given all environment variables will now have an origin of