diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-10-07 13:25:32 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-10-07 13:25:32 +0000 |
commit | 2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a (patch) | |
tree | 1c9b75ae21cf543371225b7b6e15a17739fca5d6 /status.xml | |
parent | 2d736c5f0c6905e14bd7dd732ca0cd4d4b9a7338 (diff) | |
download | xmlgraphics-fop-2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a.tar.gz xmlgraphics-fop-2a79fb9d8047c3b6bea4e3a557a8df05f3d3bf6a.zip |
Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@453900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 93894917c..aad3e3d58 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: Nested tables with headers and footers were not handled correctly and could + overlap with the region-after. + </action> <action context="Code" dev="JM" type="add" fixes-bug="40519" due-to="Oliver Hernàndez Valls"> Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter abstraction from XML Graphics Commons. |