diff options
author | Christian Geisert <chrisg@apache.org> | 2002-12-10 10:06:36 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2002-12-10 10:06:36 +0000 |
commit | 7262740ae5326161494f58845a6bb14225b0dc70 (patch) | |
tree | 163758da4f06d047ccabb569e72651cdb45fcc9a | |
parent | d3dfbafc1e46001f6f0ed7e17e84071de272afbd (diff) | |
download | xmlgraphics-fop-7262740ae5326161494f58845a6bb14225b0dc70.tar.gz xmlgraphics-fop-7262740ae5326161494f58845a6bb14225b0dc70.zip |
Updatet release notes and version number for 0.20.5rc
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195759 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | ReleaseNotes.html | 10 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/relnotes.xml | 31 |
4 files changed, 37 insertions, 12 deletions
@@ -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 diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 3686d4523..6084fa581 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -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> @@ -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"/> diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml index 07ab384b2..3907d7e7b 100644 --- a/src/documentation/content/xdocs/relnotes.xml +++ b/src/documentation/content/xdocs/relnotes.xml @@ -5,14 +5,37 @@ <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> <ul> |