aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-12-26 17:51:50 +0100
committerJay Berkenbilt <ejb@ql.org>2013-12-26 17:51:50 +0100
commitc9a9fe9c2f8837bdfdd2b0e58fce9a82b0a64881 (patch)
treefa63cf3a4d687879b4d5796da0676171931d05ea /ChangeLog
parent0b6127558d94a8b5ea1cdaca2c58e5b5a0cd1472 (diff)
downloadqpdf-c9a9fe9c2f8837bdfdd2b0e58fce9a82b0a64881.tar.zst
Avoid traversing same object twice when copying objects
This is a performance fix. The output is unchanged. Fixes #28.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9835d203..622495b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-12-26 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: when copying foreign objects (which occurs during page
+ splitting among other cases), avoid traversing the same object
+ more than once if it appears more than once in the same direct
+ object. This bug is performance-only and does not affect the
+ actual output.
+
2013-12-17 Jay Berkenbilt <ejb@ql.org>
* 5.1.0: release