summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-12-23 11:17:11 +0000
committerJeremias Maerki <jeremias@apache.org>2005-12-23 11:17:11 +0000
commitda50b20f678c6a7cc3a65fbf0fa5a6c6fa8446b9 (patch)
tree23dec1d8a8ec88427379bb180efd3e27e5f01840
parent8385639b39413f5554d56ba90e880c9afa93a56d (diff)
downloadxmlgraphics-fop-da50b20f678c6a7cc3a65fbf0fa5a6c6fa8446b9.tar.gz
xmlgraphics-fop-da50b20f678c6a7cc3a65fbf0fa5a6c6fa8446b9.zip
Doc and news updates
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_91@358791 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/news.xml9
-rw-r--r--src/documentation/content/xdocs/trunk/upgrading.xml12
-rw-r--r--status.xml4
3 files changed, 20 insertions, 5 deletions
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml
index 86d358e1e..29f8b3f71 100644
--- a/src/documentation/content/xdocs/news.xml
+++ b/src/documentation/content/xdocs/news.xml
@@ -25,6 +25,15 @@
</header>
<body>
<section>
+ <title>23 December 2005 - Apache FOP 0.91 beta released</title>
+ <p>
+ One month after the initial release we're happy present a "beta" grade
+ release of the new FOP codebase. It's mostly a bug fix release but also
+ contains a few new features. Thanks to all those who sent us feedback
+ on the initial release!
+ </p>
+ </section>
+ <section>
<title>22 November 2005 - Apache FOP 0.90 alpha 1 released</title>
<p>
The Apache FOP team is proud to present to you the largely rewritten
diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml
index 5b3496943..e1a812f83 100644
--- a/src/documentation/content/xdocs/trunk/upgrading.xml
+++ b/src/documentation/content/xdocs/trunk/upgrading.xml
@@ -31,7 +31,7 @@
<ul>
<li>
More than half of the codebase has been rewritten over the last three years. The code is
- new and not as stable as version 0.20.5.
+ relatively new and possibly not as stable as version 0.20.5 in every regard.
</li>
<li>
The API of FOP has changed considerably and is not backwards-compatible with version 0.20.5.
@@ -48,12 +48,15 @@
<note label="An example">
While FOP 0.20.5 allowed you to have empty <code>fo:table-cell</code> elements, the new code
will complain about that (unless relaxed validation is enabled) because the specification
- demands at least one block-level element (<code>(%block;)+</code>, see XSL-FO 1.0, 6.7.10)
+ demands at least one block-level element (<code>(%block;)+</code>, see
+ <a href="http://www.w3.org/TR/xsl/slice6.html#fo_table-cell">XSL-FO 1.0, 6.7.10</a>)
inside an <code>fo:table-cell</code> element.
</note>
</li>
<li>
- Extensions and Renderers written for version 0.20.5 will not work with the new code!
+ Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP
+ extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> will be available in
+ January 2006.
</li>
<li>
The PCL Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
@@ -88,7 +91,8 @@
</li>
<li>
As stated above empty table cells <code>&lt;fo:table-cell&gt;&lt;/fo:table-cell&gt;</code>
- are not allowed by the specification.
+ are not allowed by the specification. The same applies to empty <code>static-content</code>
+ and <code>block-container</code> elements, for example.
</li>
<li>
0.20.5 is not XSL-FO compliant with respect to sizing images (<code>external-graphic</code>)
diff --git a/status.xml b/status.xml
index a698be982..7a75ef865 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,8 @@
<changes>
<release version="FOP Trunk">
+ </release>
+ <release version="0.91beta" date="23 Dec 2005">
<action context="Code" dev="JM" type="fix" fixes-bug="37964">
Bugfix: hard breaks with even-page or odd-page were not handled correctly
when spaces were surrounding the break.
@@ -165,7 +167,7 @@
Support for hyphenation-ladder-count.
</action>
</release>
- <release version="0.90alpha1" date="Nov 2005">
+ <release version="0.90alpha1" date="22 Nov 2005">
<action context="Code" dev="all" type="update">
<strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
There are just too many changes to list here. If you like to know details, run