aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2011-01-24 18:35:15 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2011-01-24 18:35:15 +0000
commit5d677308df2545985dcf053f99703c506314a6e8 (patch)
tree3f2cee8451b745e8a633c9fdbfe0f712e688716f /status.xml
parent59933c342db81b1409d1c9d3cfdb466e194e4649 (diff)
downloadxmlgraphics-fop-5d677308df2545985dcf053f99703c506314a6e8.tar.gz
xmlgraphics-fop-5d677308df2545985dcf053f99703c506314a6e8.zip
Bugzilla 50636: fix performance issue when adding pages in very large documents
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1062913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index c80ba0668..b604971e5 100644
--- a/status.xml
+++ b/status.xml
@@ -59,6 +59,14 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Code" dev="AD" type="fix" fixes-bug="50636">
+ Bugfix: fix performance issue when adding pages, if the total number of pages
+ is significantly large.
+ </action>
+ <action context="Code" dev="AD" type="fix" fixes-bug="50626">
+ Bugfix: fix performance issue when adding nodes, if the number of children
+ is significantly large.
+ </action>
<action context="Config" dev="SP" type="fix">
Bugfix: relative URIs in the configuration file (base, font-base, hyphenation-base) are evaluated relative to the base URI of the configuration file.
</action>