aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Geisert <chrisg@apache.org>2002-06-12 19:54:05 +0000
committerChristian Geisert <chrisg@apache.org>2002-06-12 19:54:05 +0000
commit2a99a1146aedeb6dfffedfd6d3c0e4e55a739af5 (patch)
tree964e6007881a7896adb46cd0142027dc67e76a66 /docs
parent8c153a82324739877e2d3f38b4c3d45c558dcab3 (diff)
downloadxmlgraphics-fop-2a99a1146aedeb6dfffedfd6d3c0e4e55a739af5.tar.gz
xmlgraphics-fop-2a99a1146aedeb6dfffedfd6d3c0e4e55a739af5.zip
Added release notes for FOP 0.20.4
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/xml-docs/fop/relnotes.xml33
1 files changed, 30 insertions, 3 deletions
diff --git a/docs/xml-docs/fop/relnotes.xml b/docs/xml-docs/fop/relnotes.xml
index 6daf30b54..42edf7c35 100644
--- a/docs/xml-docs/fop/relnotes.xml
+++ b/docs/xml-docs/fop/relnotes.xml
@@ -5,12 +5,39 @@
<document>
<header>
<title>Release Notes</title>
- <subtitle>Fop 0.20.3</subtitle>
- <authors>
- </authors>
+ <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>