diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-07-24 09:28:13 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-07-24 09:28:13 +0000 |
commit | 0fdd652c38699b06596103bd2a2529e27eb11ed8 (patch) | |
tree | c209acbaaecb625509b4949ecceac69590b5ac82 /status.xml | |
parent | 9f0c982fcc1582c826739025fad51fff270b6115 (diff) | |
download | xmlgraphics-fop-0fdd652c38699b06596103bd2a2529e27eb11ed8.tar.gz xmlgraphics-fop-0fdd652c38699b06596103bd2a2529e27eb11ed8.zip |
Bugzilla #40062:
Fixed handling for CCITT Group 4 images with fill order 2.
Submitted by: Gilles Beaugeais <gbeaugeais.at.voila.fr>
JM: Patch slightly modified/streamlined.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c7f3a4054..53ca9e620 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,12 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="40062" due-to="Gilles Beaugeais"> + Fixed handling for CCITT Group 4 TIFF images with fill order 2. + </action> + <action context="Code" dev="JM" type="fix" fixes-bug="40048" due-to="Igor Istomin"> + Fixed setting of page margins in AWT Renderer like it was done in the print renderer. + </action> <action context="Code" dev="JM" type="fix"> Fixed two memory-leaks in image handling. The image cache is finally working properly. |