]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Updatet release notes and version number for 0.20.5rc
authorChristian Geisert <chrisg@apache.org>
Tue, 10 Dec 2002 10:06:36 +0000 (10:06 +0000)
committerChristian Geisert <chrisg@apache.org>
Tue, 10 Dec 2002 10:06:36 +0000 (10:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195759 13f79535-47bb-0310-9956-ffa450edef68

README
ReleaseNotes.html
build.xml
src/documentation/content/xdocs/relnotes.xml

diff --git a/README b/README
index df489733fec810694246d7c5cba6b21ee4864503..0b890af5238888fa3a8788d2bd58476b3daddfdb 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ FOP readme
     FOP is part of Apache's XML project. The homepage of FOP is 
     http:/xml.apache.org/fop 
 
-    HTML-Documentation can be found in the subdirectory xml-fop/docs/html-docs. 
+    HTML-Documentation can be found in the subdirectory build/site 
 
     The names of the committers of this project and what the developers are working on
     can be found in the file STATUS in root.
@@ -25,6 +25,8 @@ FOP readme
     Archives are available at: http://marc.theaimsgroup.com
 
     Before you post any questions, please have a look at the FAQ at 
-    http://www.owal.co.uk:8090/asf/servlet/asf/
+    build/site/faq.html
+    (or http://xml.apache.org/fop/faq.html for latest version)
+    Another FAQ is available at: http://www.owal.co.uk/cgi-bin/fopfaq.cgi
 
 
index 3686d4523e54cd96d919f9346853dcf4fe765c6f..6084fa5818249be8362bd44a54266278d32b980f 100644 (file)
@@ -1,18 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
  <head>
-  <meta http-equiv="Refresh" content="3; URL=docs/html-docs/relnotes.html">
-  <title>Fop 0.20.3</title>
+  <meta http-equiv="Refresh" content="1; URL=build/site/relnotes.html">
+  <title>Fop 0.20.5</title>
  </head>
  <body>
-  <h1 align="center">Fop 0.20.3</h1>
+  <h1 align="center">Fop 0.20.5</h1>
   <h2>Redirecting to Documentation...</h2>
   <p>
-   In a few seconds, you should be redirected to FOP 0.20.3
+   In a few seconds, you should be redirected to FOP 0.20.5
    documentation. If you are not automatically redirected, please click 
    on the following link:
    <blockquote>
-    <a href="docs/html-docs/relnotes.html">FOP 0.20.3 Release Notes</a>
+    <a href="build/site/relnotes.html">FOP 0.20.5 Release Notes</a>
    </blockquote>
   </p>
  </body>
index d728fd19bab702b8057941fd15a13f060af5279d..c177e00cf9bcc4834ae72bac2a5e6e22c9466475 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -191,7 +191,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
     <tstamp/>
     <property name="Name" value="Fop"/>
     <property name="name" value="fop"/>
-    <property name="version" value="0.20.5cvs"/>
+    <property name="version" value="0.20.5rc"/>
     <filter  token="version" value="${version}"/>
     <property name="year" value="1999-2002"/>
 
index 07ab384b2804c7274e2ad656968a54134f980957..3907d7e7b2f4d2f54e75fe6438407ceaddac8ace 100644 (file)
@@ -5,13 +5,36 @@
 <document>
     <header>
         <title>Release Notes</title>
-        <subtitle>Fop 0.20.4</subtitle>
-        <authors>
-          <person name="Christian Geisert" email=""/>
-        </authors>
     </header>
 
     <body>
+<section>
+  <title>FOP 0.20.5</title>
+  <p>This is the last planed release in the 0.20.x series (aka maintenance branch).</p>
+  <p>Important changes since the last release (0.20.4):</p>
+  <ul>
+    <li>Documentation is done with <link href="http://xml.apache.org/forrest/">
+        Forrest</link>. You need to install Forrest if you want build the docs
+        yourself. (See
+        <link href="http://xml.apache.org/forrest/your-project.html">Using Forrest</link>)
+    </li>
+    <li>The following JARs have been updated:
+        Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
+    </li>
+    <li>Fop has been compiled with Jimi support this time but you still have to download
+        <link href="http://java.sun.com/products/jimi/">Jimi</link>, extract the archive,
+        copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
+    </li>
+    <li>Fop has been compiled with
+        <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
+        support. For using JAI you just need to install it.
+    </li>
+    <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
+        a problem you can set the system property "links.merge" to "no".
+    </li>
+  </ul>
+  
+</section>
 <section>
   <title>FOP 0.20.4</title>
   <p>Important changes since 0.20.3:</p>