aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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