aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-01-22 14:02:27 +0000
committerJeremias Maerki <jeremias@apache.org>2008-01-22 14:02:27 +0000
commit449a0d0764f7269b5924f7b7822b67409386cdda (patch)
treec76a207f73af8a6be4e2dbba0883accb602120cb /status.xml
parentf92cc1b2d3e144dd33efe2f4925d543c9ccaa3f6 (diff)
downloadxmlgraphics-fop-449a0d0764f7269b5924f7b7822b67409386cdda.tar.gz
xmlgraphics-fop-449a0d0764f7269b5924f7b7822b67409386cdda.zip
Bugzilla #44160:
Fixed a possible IndexOutOfBoundsException that could happen with certain constellations when footnotes are used. Note: I haven't been able to come up with a scaled-down testcase for regression testing. Maybe someone more intimate with the footnote handling can. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614201 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 e866f3972..21c98c9ab 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Layout" dev="JM" type="fix" fixes-bug="44160">
+ Fixed a possible IndexOutOfBoundsException that could happen with certain constellations
+ when footnotes are used.
+ </action>
<action context="Layout" dev="JM" type="fix">
Compliance fix: for absolutely positioned block-containers, "top" wasn't
interpreted correctly.