diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-08 03:57:07 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-08 03:57:07 +0000 |
commit | e0907f7eb132290a3bc715cd1332771ee6a0ae0a (patch) | |
tree | 167ff633c878b86d123e995a40ff3256205a6f6d /status.xml | |
parent | 9060f22622165377e71876d5932ef89efc6ce2a2 (diff) | |
download | xmlgraphics-fop-e0907f7eb132290a3bc715cd1332771ee6a0ae0a.tar.gz xmlgraphics-fop-e0907f7eb132290a3bc715cd1332771ee6a0ae0a.zip |
Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1310948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index cc9eeb213..8b09facf5 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,9 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="GA" type="fix" fixes-bug="51009" due-to="Max Aster"> + RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues. + </action> <action context="Code" dev="GA" type="fix" fixes-bug="51007" due-to="Max Aster"> RTF tables do not support percent column-widths. </action> |