]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl.
authorGlenn Adams <gadams@apache.org>
Wed, 16 May 2012 22:01:39 +0000 (22:01 +0000)
committerGlenn Adams <gadams@apache.org>
Wed, 16 May 2012 22:01:39 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339388 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/trunk/configuration.xml
src/documentation/content/xdocs/trunk/output.xml
status.xml

index 10769c5ff294f750558854d06593c3311f0efb39..c56b974f8324cdb9d75462a0fb60a60a4be9da8f 100644 (file)
       <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>
index 7d6147be93a1926ff972e36906b03982150c92bd..d61ba8840fbf476074b0970b5fffb5b7fed9d11c 100644 (file)
@@ -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>
index 0b3e429d9e1a85972be0f99b41b15f16d88a3f18..45ca2f3527d796c22716ac657d31312fba517bac 100644 (file)
@@ -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>