You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2006/09/15 20:53:16 UTC

svn commit: r446682 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: 0.92/upgrading.xml trunk/upgrading.xml

Author: jeremias
Date: Fri Sep 15 11:53:15 2006
New Revision: 446682

URL: http://svn.apache.org/viewvc?view=rev&rev=446682
Log:
mention that the config file format has changed.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.92/upgrading.xml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.92/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.92/upgrading.xml?view=diff&rev=446682&r1=446681&r2=446682
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.92/upgrading.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.92/upgrading.xml Fri Sep 15 11:53:15 2006
@@ -40,6 +40,12 @@
           The API of FOP has changed considerably and is not backwards-compatible with version 0.20.5.
         </li>
         <li>
+          If you are using a configuration file, you have rebuild it in the new format. The format
+          of the configuration files has changed since version 0.20.5. See conf/fop.xconf for
+          an example configuration file. A XML Schema file can be found under
+          src/foschema/fop-configuration.xsd.
+        </li>
+        <li>
           There have been changes to the end-user API between 0.91 beta and 0.92 beta. With version 0.92, 
           <strong>the API is now considered stable</strong>. Some methods have been deprecated and will be removed with
           the next release. If you upgrade from 0.91 beta, you will need to adjust your Java code.

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml?view=diff&rev=446682&r1=446681&r2=446682
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/upgrading.xml Fri Sep 15 11:53:15 2006
@@ -40,6 +40,12 @@
           The API of FOP has changed considerably and is not backwards-compatible with version 0.20.5.
         </li>
         <li>
+          If you are using a configuration file, you have rebuild it in the new format. The format
+          of the configuration files has changed since version 0.20.5. See conf/fop.xconf for
+          an example configuration file. A XML Schema file can be found under
+          src/foschema/fop-configuration.xsd.
+        </li>
+        <li>
           There have been changes to the end-user API between 0.91 beta and 0.92 beta. With version 0.92, 
           the API is now considered stable. Some methods have been deprecated and will be removed with
           the next release. If you upgrade from 0.91 beta, you will need to adjust your Java code.



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


Re: svn commit: r446682 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: 0.92/upgrading.xml trunk/upgrading.xml

Posted by Vincent Hennebert <vh...@gmail.com>.
> Author: jeremias
> Date: Fri Sep 15 11:53:15 2006
> New Revision: 446682
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=446682
> Log:
> mention that the config file format has changed.

<snip/>
> +          If you are using a configuration file, you have rebuild it in the new format. The format

A small typo: "you have /to/ rebuild it..."

<snip/>

Vincent