aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-03-15 09:54:04 +0000
committerJeremias Maerki <jeremias@apache.org>2006-03-15 09:54:04 +0000
commitde1255b13f15201dbba5d6c282cded7719e3dc8f (patch)
tree05e5e9d75a210485da8396575901e1ff745a7f4b /status.xml
parent7c906c3babdad29fc57a90e1680a8e10e2336c85 (diff)
downloadxmlgraphics-fop-de1255b13f15201dbba5d6c282cded7719e3dc8f.tar.gz
xmlgraphics-fop-de1255b13f15201dbba5d6c282cded7719e3dc8f.zip
Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page break decisions when table-headers and/or table-footers are used.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 579094916..efe61ea6d 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page
+ break decisions when table-headers and/or table-footers are used.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.
</action>
<action context="Code" dev="JM" type="fix">