diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-06-20 13:31:51 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-06-20 13:31:51 +0000 |
commit | d32664f71c991d0d9fd4445d3fc1b5e83bb0a963 (patch) | |
tree | 4c97c07c0dbf5291f2ffb9f3e3cfe550c7dca180 /status.xml | |
parent | 04c08fb9042bbc6d8183ba2787750c353c958c66 (diff) | |
parent | da4e308bb1bc707814227c29d769f47da0bb3fb2 (diff) | |
download | xmlgraphics-fop-d32664f71c991d0d9fd4445d3fc1b5e83bb0a963.tar.gz xmlgraphics-fop-d32664f71c991d0d9fd4445d3fc1b5e83bb0a963.zip |
Merged with trunk@1351540
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_URI_Unification@1352095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c632d3305..3c73f9586 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,18 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Images" dev="GA" type="update" fixes-bug="40676" due-to="Luis Bernardo"> + Update site documentation about PNG image loading configuration and support. + </action> + <action context="Images" dev="GA" type="update" fixes-bug="40676" due-to="Luis Bernardo"> + Fix newly introduced findbugs warnings. + </action> + <action context="Images" dev="GA" type="fix" fixes-bug="40676" due-to="Luis Bernardo, Matthias Reischenbacher"> + Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). + </action> + <action context="Code" dev="GA" type="fix" fixes-bug="53412" due-to="Alexios Giotis"> + Eliminate incorrect use of object identity which produces excessive property cache collisions. + </action> <action context="Code" dev="GA" type="fix"> Eliminate javadocs warnings. </action> |