aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-12 17:35:04 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-12 17:48:38 +0200
commit4963ce6a533fdb423f00a13f0e15f96b33325f18 (patch)
tree722340e49b02f0e8314aeba3d78ea7c7e936265f /manual
parent1393f56e7c2432452d59338a4078f8f3435a957e (diff)
downloadqpdf-4963ce6a533fdb423f00a13f0e15f96b33325f18.tar.zst
Remove obsolete LL_FMT check from build (fixes #768)
This was broken for cross-compilation and has probably been unnecessary for several years now. Also fix extraneous whitespace in related some tests.
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index a990ebae..e69a126e 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -8,6 +8,12 @@ For a detailed list of changes, please see the file
.. x.y.z: not yet released
+11.0.1: not yet released
+ - Build fixes
+
+ - Remove ``LL_FMT`` tests, which were broken for cross
+ compilation. The code just uses ``%lld`` now.
+
11.0.0: September 10, 2022
- Replacement of ``PointerHolder`` with ``std::shared_ptr``