aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-06-03 14:13:27 +0000
committerJeremias Maerki <jeremias@apache.org>2008-06-03 14:13:27 +0000
commit8a862123768654c3e55653d12fc4910dc99184bb (patch)
treef14a62dcde2ed011bb05e7d3f0f80bd4ca3712bc /status.xml
parentf384a587d01937d1f0ddc2318070157c563b072b (diff)
downloadxmlgraphics-fop-8a862123768654c3e55653d12fc4910dc99184bb.tar.gz
xmlgraphics-fop-8a862123768654c3e55653d12fc4910dc99184bb.zip
Bugzilla #45115:
Added a PCL-specific extension attribute on simple-page-master for controlling the simplex/duplex mode. Submitted by: Martin Edge <Martin.Edge.at.asmorphic.net.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 2cfc7658e..c82fca331 100644
--- a/status.xml
+++ b/status.xml
@@ -57,6 +57,10 @@
<action context="Renderers" dev="AC" importance="high" type="add">
Added SVG support for AFP (GOCA).
</action -->
+ <action context="Renderers" dev="JM" type="add" fixes-bug="45115" due-to="Martin Edge">
+ Added a PCL-specific extension attribute on simple-page-master for controlling
+ the simplex/duplex mode.
+ </action>
<action context="Code" dev="AD" type="fix" fixes-bug="45097">
Corrected white-space-treatment for situations where an inline-node is the first/last
child node of an fo:block, without preceding/following text.