aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/documentation/content/xdocs/trunk/configuration.xml2
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml2
-rw-r--r--status.xml3
3 files changed, 5 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml
index 10769c5ff..c56b974f8 100644
--- a/src/documentation/content/xdocs/trunk/configuration.xml
+++ b/src/documentation/content/xdocs/trunk/configuration.xml
@@ -443,7 +443,7 @@
<p>
Additionally, there are certain settings that control how the renderer handles various elements.
</p>
-<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
+<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
</renderer>]]></source>
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index 7d6147be9..d61ba8840 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -406,7 +406,7 @@ out = proc.getOutputStream();]]></source>
<p>
The PCL renderer configuration currently allows the following settings:
</p>
-<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
+<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
<disable-pjl>false</disable-pjl>
diff --git a/status.xml b/status.xml
index 0b3e429d9..45ca2f352 100644
--- a/status.xml
+++ b/status.xml
@@ -63,6 +63,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Docs" dev="GA" type="fix" fixes-bug="53247">
+ Fix renderer mime type for PCL output; should be application/x-pcl.
+ </action>
<action context="Renderers" dev="GA" type="fix" fixes-bug="40699" due-to="Luis Bernardo">
Fix for invalid PDF for certain numerical values in SVG lineargradient.
</action>