Author: gadams
Date: Wed May 16 22:01:39 2012
New Revision: 1339388

URL: http://svn.apache.org/viewvc?rev=1339388&view=rev
Log:
Bugzilla #53247: Fix renderer mime type for PCL output; should be 
application/x-pcl.

Modified:
    
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
    xmlgraphics/fop/trunk/status.xml

Modified: 
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml?rev=1339388&r1=1339387&r2=1339388&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml 
(original)
+++ 
xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/configuration.xml 
Wed May 16 22:01:39 2012
@@ -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>

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?rev=1339388&r1=1339387&r2=1339388&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml 
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Wed 
May 16 22:01:39 2012
@@ -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>

Modified: xmlgraphics/fop/trunk/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=1339388&r1=1339387&r2=1339388&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Wed May 16 22:01:39 2012
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to