aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xml-docs/fop/relnotes.xml
blob: 42edf7c35b785fbbbeb8c6f2545181195e2dd744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" standalone="no"?>

<!-- Overview -->

<document>
    <header>
        <title>Release Notes</title>
        <subtitle>Fop 0.20.4</subtitle>
        <authors>Christian Geisert</authors>
    </header>

    <body>
<s1 title="FOP 0.20.4">
  <p>Important changes since 0.20.3:
    <ul>
       <li>FOP should now work with any JAXP1.1 compliant parser/transformer. 
         It has been successfully tested with Xerces/Xalan, Saxon and JDK1.4 
         (which includes Crimson and Xalan).
       </li>
       <li>The following JARs have been updated: 
         Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2.
      </li>
      <li>Fop has been compiled with Jimi support this time
        but you still have to download
        <jump href="http://java.sun.com/products/jimi/">Jimi</jump>
        and copy it to lib/ to get PNG support (no need to build FOP yourself though).
      </li>
      <li>Building FOP with JDK1.2 does not work. Running is ok except
        support for additional truetype fonts in AWT Viewer.
      </li>
      <li>Logging has been changed from LogKit to Avalon's Logger Interface.
        (see <jump href="embedding.html">Embedding</jump> for details).
      </li>
      <li>
        <p>For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.</p>
      </li>
      </ul>
    </p>
 </s1>

<s1 title="FOP 0.20.3">
  <p>Important Information:
    <ul>
       <li>This version supports the
         <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
         W3C Recommendation</jump> syntax. So don't forget to update your 
         Stylesheets:
         <p>Just rename the <code>master-name</code> property to <code>master-reference</code>
         on <code>fo:page-sequence</code>, <code>fo:single-page-master-reference</code>,
         <code>fo:repeatable-page-master-reference</code> and
         <code>fo:conditional-page-master-reference</code>.</p></li>
       <li>JDK 1.2 (or later) is required</li>
       <li>Jimi has been removed for licensing reasons
         <p>If you need PNG support you have to download 
           <jump href="http://java.sun.com/products/jimi/">Jimi</jump>,
           copy it to lib/ and build FOP yourself</p></li>
      <li>Building under JDK 1.4:
        <p>You need to add a method in
         <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
         (search for jdk1.4 and remove the comments)
        </p> 
       </li>
       <li>
       	<p>For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.</p>
       </li>
      </ul>
    </p>
 </s1>

    </body>
</document>