diff options
author | Manuel Mall <manuel@apache.org> | 2005-12-28 03:21:08 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2005-12-28 03:21:08 +0000 |
commit | c597c812bd0e9d7cda3ea75bde5a20f74e83a008 (patch) | |
tree | bc8acb9edea4d52ebaeea302db031a50a17cbd1e /status.xml | |
parent | c815699e2399a1d47ef678c157bad84e62cfa830 (diff) | |
download | xmlgraphics-fop-c597c812bd0e9d7cda3ea75bde5a20f74e83a008.tar.gz xmlgraphics-fop-c597c812bd0e9d7cda3ea75bde5a20f74e83a008.zip |
Fix for bug 37743 and part of 38053
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@359368 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 525e0e1fe..440e785bd 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,14 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="MM" type="fix" fixes-bug="37743"> + Bugfix: ClassCastException on certain fo:inline with border combinations. + </action> + <action context="Code" dev="MM" type="fix"> + Changed a method name in LineArea from finalize to finalise because it was + never intended for the method to be an override of the Java Object finalize + method. If invoked by the Java garbage collector it may cause a NPE. + </action> </release> <release version="0.91beta" date="23 Dec 2005"> <action context="Code" dev="JM" type="update"> |