aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e327b7b3..da5150df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-20 Jay Berkenbilt <ejb@ql.org>
+
+ * libqpdf/QPDF.cc (QPDF::insertXrefEntry): when recovering the
+ cross-reference table, have objects we encounter later in the file
+ supersede those we found earlier. This improves the chances of
+ being able to recover appended files with damaged cross-reference
+ tables.
+
2009-02-19 Jay Berkenbilt <ejb@ql.org>
* libqpdf/Pl_LZWDecoder.cc: correct logic error for previously