aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-11 01:37:05 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 03:30:32 +0200
commit30f109e244f365111d5219903f13d64cf1a95054 (patch)
tree0bb3bca1f13bc8a2e3d0afa57bd96f3f06cc084c /ChangeLog
parent98a843c2a2e09df6457c023a8da52faa0d977a12 (diff)
downloadqpdf-30f109e244f365111d5219903f13d64cf1a95054.tar.zst
Read xref table without PCRE
Also accept more errors than before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b7454eb..267ab05f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-08-10 Jay Berkenbilt <ejb@ql.org>
+ * Be more forgiving of certain types of errors in the xref table
+ that don't interfere with interpreting the table.
+
* Remove unused "tracing" parameter from PointerHolder's
(T*, bool) constructor. This change breaks source code
compatibility, but since this argument to PointerHolder has not