aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-02-09 09:20:02 +0000
committerJeremias Maerki <jeremias@apache.org>2006-02-09 09:20:02 +0000
commitedfe1fbf5b9567c70c9648f4a7609dcf82c85e96 (patch)
tree320d7d349bb754778fd680a18470f83bc5a1947c /status.xml
parent88879d05069e6d5fff9da743bd08f77d3a883f22 (diff)
downloadxmlgraphics-fop-edfe1fbf5b9567c70c9648f4a7609dcf82c85e96.tar.gz
xmlgraphics-fop-edfe1fbf5b9567c70c9648f4a7609dcf82c85e96.zip
Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@376235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 89aa4492c..22beced41 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,9 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix: padding-top and padding-bottom on list-items could lead to wrong page
break decisions and thus to overlapping text.
</action>