diff options
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/news.xml | 9 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/upgrading.xml | 12 |
2 files changed, 17 insertions, 4 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><fo:table-cell></fo:table-cell></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>) |