diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-25 14:48:09 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-25 14:48:09 +0000 |
commit | 1ec5b70b5a20beecb2a34682bbf0c6df77a74912 (patch) | |
tree | 8f1e9b4992e281fcc22f672943744f889b8a9949 /status.xml | |
parent | c3bc9e8b04ee93dc3e3cc421ee7b52861b04dc16 (diff) | |
download | xmlgraphics-fop-1ec5b70b5a20beecb2a34682bbf0c6df77a74912.tar.gz xmlgraphics-fop-1ec5b70b5a20beecb2a34682bbf0c6df77a74912.zip |
Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1330317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/status.xml b/status.xml index acfc01b73..b0cec45dd 100644 --- a/status.xml +++ b/status.xml @@ -63,7 +63,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> - <action context="Fonts" dev="GA" type="fix" fixes-bug="51484" due-to="Benjamin Riefenstahl"> + <action context="Fonts" dev="GA" type="fix" fixes-bug="53148" due-to="Tassos Charoulis"> + Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors. + </action> + <action context="Renderers" dev="GA" type="fix" fixes-bug="51484" due-to="Benjamin Riefenstahl"> Don't write final /sect suffix in RTF if section is last section. </action> <action context="Fonts" dev="GA" type="fix" fixes-bug="53143"> |