diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-25 22:30:05 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-29 05:21:48 +0000 |
| commit | b0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch) | |
| tree | 0cc32f86bf808bcf9d79da95db969cd76f0feadb /NEWS | |
| parent | eaa637963bcfde283b411c14968b7903b02d6aa1 (diff) | |
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
