diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-07-21 15:01:17 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-07-21 15:01:17 +0000 |
commit | 7ede95ce494fab902d8b23d043bc84b921280af5 (patch) | |
tree | 1cf35e23da9408e4aca1710f633e85a71219a152 /status.xml | |
parent | 1c72c2ed05b0b785da7ceb0218edd342c7c937c4 (diff) | |
download | xmlgraphics-fop-7ede95ce494fab902d8b23d043bc84b921280af5.tar.gz xmlgraphics-fop-7ede95ce494fab902d8b23d043bc84b921280af5.zip |
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The image cache is finally working properly. Currently implemented without the cleanup thread as done by Batik.
Added ImageIO provider for handling PNG in addition to the internal codec. ImageIO proved to be faster and less memory-intensive for PNGs. ImageIO takes precedence of the internal codec.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 00d1d5470..c7f3a4054 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,15 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Fixed two memory-leaks in image handling. The image cache is finally working + properly. + </action> + <action context="Code" dev="JM" type="fix" fixes-bug="39608"> + Let numeric property values without a unit be treated as pixels like in HTML. + This fixes certain NullPointerException when no units are specified. + (Note: the use of pixels in XSL-FO is discouraged!) + </action> + <action context="Code" dev="JM" type="fix"> Bugfix: Potential multi-threading issue (ConcurrentModificationException) eliminated for ElementMapping classes. </action> |