From 7262740ae5326161494f58845a6bb14225b0dc70 Mon Sep 17 00:00:00 2001
From: Christian Geisert
Date: Tue, 10 Dec 2002 10:06:36 +0000
Subject: [PATCH] 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
---
README | 6 ++--
ReleaseNotes.html | 10 +++----
build.xml | 2 +-
src/documentation/content/xdocs/relnotes.xml | 31 +++++++++++++++++---
4 files changed, 37 insertions(+), 12 deletions(-)
diff --git a/README b/README
index df489733f..0b890af52 100644
--- 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
diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 3686d4523..6084fa581 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -1,18 +1,18 @@
-
- Fop 0.20.3
+
+ Fop 0.20.5
-
Fop 0.20.3
+
Fop 0.20.5
Redirecting to Documentation...
- 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:
diff --git a/build.xml b/build.xml
index d728fd19b..c177e00cf 100644
--- a/build.xml
+++ b/build.xml
@@ -191,7 +191,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
-
+
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,13 +5,36 @@
Release Notes
- Fop 0.20.4
-
-
-
+
+ FOP 0.20.5
+
This is the last planed release in the 0.20.x series (aka maintenance branch).
+
Important changes since the last release (0.20.4):
+
+
Documentation is done with
+ Forrest. You need to install Forrest if you want build the docs
+ yourself. (See
+ Using Forrest)
+
+
The following JARs have been updated:
+ Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
+
+
Fop has been compiled with Jimi support this time but you still have to download
+ Jimi, extract the archive,
+ copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
+
+
Fop has been compiled with
+ JAI
+ support. For using JAI you just need to install it.
+
+
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".
+