diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-11-27 08:36:23 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-11-27 08:36:23 +0000 |
commit | ed5ae377e68e9dcbb849241bf6f2be18fd08ea83 (patch) | |
tree | 1a467b2ca425c51a085db1f1c81b9e4b550f0a01 /status.xml | |
parent | 80433dd208568dcfa0dabe0bd58e59f14487d353 (diff) | |
download | xmlgraphics-fop-ed5ae377e68e9dcbb849241bf6f2be18fd08ea83.tar.gz xmlgraphics-fop-ed5ae377e68e9dcbb849241bf6f2be18fd08ea83.zip |
Bugzilla #40230:
Bugfix: no empty page is generated anymore if there's no content after a break-after.
Bugzilla #43917:
Bugfix for border-after painting and element list generation when a forced break is involved.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@598558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 781778a01..2eff19410 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,14 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="43917"> + Bugfix for border-after painting and element list generation when a + forced break is involved. + </action> + <action context="Code" dev="JM" type="fix" fixes-bug="40230"> + Bugfix: no empty page is generated anymore if there's no content + after a break-after. + </action> <action context="Code" dev="VH" type="fix" fixes-bug="43803"> Restored proper handling of fo:table-cell having no children, which is allowed in relaxed validation mode. |