diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2009-10-23 11:22:53 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2009-10-23 11:22:53 +0000 |
commit | 435baa8edfb4cf4d6662d63fafc346ef1448c38b (patch) | |
tree | 4b04bf3ebe865695cf67de987e380a6dea7863c0 /status.xml | |
parent | 3d7231bbc784a0b8802e39bb3b38f5787573d80b (diff) | |
download | xmlgraphics-fop-435baa8edfb4cf4d6662d63fafc346ef1448c38b.tar.gz xmlgraphics-fop-435baa8edfb4cf4d6662d63fafc346ef1448c38b.zip |
Added support for xmlfile and xsltfile parameters in FOP's Ant Task.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@828999 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 0c8ce865b..2aab61b1e 100644 --- a/status.xml +++ b/status.xml @@ -58,8 +58,11 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="AC" type="add"> + Added support for xmlfile and xsltfile parameters in FOP's Ant Task. + </action> <action context="Renderers" dev="AC" type="fix" fixes-bug="47941"> - Maintain valid AFP by providing TLE truncation on Attribute Value Triplet values that are greater than 250 chars in length. + BugFix: Maintain valid AFP by providing TLE truncation on Attribute Value Triplet values that are greater than 250 chars in length. </action> <action context="Fonts" dev="JM" type="fix" fixes-bug="47711" due-to="Nicolas Peninguy"> Fixed generation of CIDSet object in PDF output. |