From db08974e88509bd718d8f32dea9a94b1784b27e2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 26 Oct 2020 19:39:36 -0400 Subject: Release notes for 10.0.2 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c36b4fe..06722059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -112,6 +112,12 @@ newer version of gcc and MSVC toolchains. Add several cosmetic improvements to build output in CI. + * Added LL_FMT to config.h.in. This is populated automatically by + autoconf, but if build with your own build system, you may need to + define it as whatever the format string needed by printf for long + long is. Usually this is "%lld", but it can be "%I64d" for some + older Windows-based compilers. + 2020-04-29 Jay Berkenbilt * Bug fix: qpdf --check was writing errors and warnings reported -- cgit v1.2.3-54-g00ecf