diff options
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"> |