aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-08 00:17:17 +0100
committerJay Berkenbilt <ejb@ql.org>2022-03-08 00:22:34 +0100
commit584793ea1e34797ab01ffa11d26f302cd9790f4c (patch)
tree3ab13e8f00cb601db57805c03d4f2dfb62e86e7a /ChangeLog
parentf0307891048688780525c1f43a4a04ccf788ffb3 (diff)
downloadqpdf-584793ea1e34797ab01ffa11d26f302cd9790f4c.tar.zst
Spell check, update release notes for 10.6.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 379f53ab..21a7f6d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2022-03-07 Jay Berkenbilt <ejb@ql.org>
+
+ * Minor internal changes to assist with building in other
+ environments: rename internal bits.icc to qpdf/bits_functions.hh
+ (not part of public API), enforce reordering of header files to
+ prevent jpeglib.h from interfering with other headers, remove an
+ unused header that was accidentally added in 10.6.0 but never
+ referenced by any code.
+
+ * Make build work and tests work when NDEBUG is defined. This
+ involved a few changes to some test files but no changes to any
+ library code.
+
2022-02-25 Jay Berkenbilt <ejb@ql.org>
* Bug fix in JSON parser: accept \/ in a string as valid input per