aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2015-05-24 22:20:22 +0200
committerJay Berkenbilt <ejb@ql.org>2015-05-24 22:52:42 +0200
commitb356b9dfa2fd1b1d15cbd09720d6d8185fa613e5 (patch)
tree6ca98b723399894c16a7097520a20864a11c60b5 /ChangeLog
parentcf43882e9fb55b66776b9fc6c812487d772d37ca (diff)
downloadqpdf-b356b9dfa2fd1b1d15cbd09720d6d8185fa613e5.tar.zst
fix-qdf: handle object streams with > 255 objects
fix-qdf was previously hard-coding the number of bytes for the f2 field of the xref stream entry. This addresses issue #37. Thanks aluebcke for reporting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8220c9b5..a8ac3527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-05-24 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: fix-qdf was not handling object streams with more than
+ 255 objects in them.
+
* Handle Microsoft crypt provider initialization properly for case
where no keys have been previously created, such as in a fresh
Windows installation.