summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierre Pronchery <khorben@FreeBSD.org>2026-06-25 22:30:05 +0000
committerPierre Pronchery <khorben@FreeBSD.org>2026-06-29 05:21:48 +0000
commitb0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch)
tree0cc32f86bf808bcf9d79da95db969cd76f0feadb /NEWS
parenteaa637963bcfde283b411c14968b7903b02d6aa1 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9f4d61e0efd..ad31e3529c30 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,9 @@ Changes from 2.5.1 to 3.0.0:
- pkgconf now falls back to readlink(2) on systems which lack readlinkat(2).
- A fallback is provided for platforms without nl_langinfo_l, and xlocale.h is
included where needed to build on macOS.
+ - Fixed -Werror=format build failures on MinGW caused by the PRIu64 macro
+ expanding to an MSVCRT format specifier that the GNU format-string checker
+ rejects; serial and identifier values are now printed with %llu.
The expanded platform CI and the nl_langinfo_l/xlocale.h fallbacks are by
moi15moi.