diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-06-22 16:36:20 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-06-22 16:36:20 +0000 |
commit | 81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc (patch) | |
tree | 07e480da626a0856a1b2fb8d6a4f2591737953c5 /status.xml | |
parent | 4e554123dc134fa7a8180f3398e0f2277456159d (diff) | |
parent | da4e308bb1bc707814227c29d769f47da0bb3fb2 (diff) | |
download | xmlgraphics-fop-81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc.tar.gz xmlgraphics-fop-81e6ffaa6a92b1e1cc7906d43cba19eddbab0ccc.zip |
Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScript
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_TrueTypeInPostScript@1352963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 6b1c4b849..3c73f9586 100644 --- a/status.xml +++ b/status.xml @@ -63,6 +63,27 @@ 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> + <action context="Code" dev="GA" type="update" fixes-bug="53055"> + Update xmlgraphics common jar to reflect recent fixes in XGC. + </action> + <action context="Code" dev="GA" type="update" fixes-bug="43940" due-to="Julien Aymé"> + Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted by Julien Aymé. + </action> <action context="Renderers" dev="GA" type="fix" fixes-bug="53304,53306"> Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. </action> |