From c9a9fe9c2f8837bdfdd2b0e58fce9a82b0a64881 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 26 Dec 2013 11:51:50 -0500 Subject: Avoid traversing same object twice when copying objects This is a performance fix. The output is unchanged. Fixes #28. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9835d203..622495b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-12-26 Jay Berkenbilt + + * 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 * 5.1.0: release -- cgit v1.2.3-54-g00ecf