diff options
author | Simon Pepping <spepping@apache.org> | 2006-01-10 20:18:13 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-01-10 20:18:13 +0000 |
commit | 5fca3a38d09389a5aeae503806d29ecfdd520673 (patch) | |
tree | 50c8e220715528c54ecdff01870c35e991dd0302 /status.xml | |
parent | 1d7764872f439f37092c68976258fbc28463e22b (diff) | |
download | xmlgraphics-fop-5fca3a38d09389a5aeae503806d29ecfdd520673.tar.gz xmlgraphics-fop-5fca3a38d09389a5aeae503806d29ecfdd520673.zip |
The last page sequence should also follow its force-page-count trait.
Replace one test case with two leaner test cases, submitted by Gerhard
Oettl, see bug 38087.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@367775 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 0befa8487..3a5574b41 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="SP" type="update" fixes-bug="38087" + due-to="Gerhard Oettl"> + Implement force-page-count property of page-sequence. + </action> <action context="Code" dev="JM" type="fix" fixes-bug="38054"> Bugfix: Spans that end up with a negative height don't get swallowed anymore. </action> |