diff options
author | Keiron Liddle <keiron@apache.org> | 2002-11-04 16:20:53 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-11-04 16:20:53 +0000 |
commit | 3a02751a91cb55ce220757456c98ae91db1a8935 (patch) | |
tree | d6ee40fbc576979ac4e877e7823222353aaf6085 /src/documentation/content/xdocs/news.xml | |
parent | 18d95ced827abe67cec9f0ea0cb372eb83350c4c (diff) | |
download | xmlgraphics-fop-3a02751a91cb55ce220757456c98ae91db1a8935.tar.gz xmlgraphics-fop-3a02751a91cb55ce220757456c98ae91db1a8935.zip |
updated docs for forrest
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/news.xml')
-rw-r--r-- | src/documentation/content/xdocs/news.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml new file mode 100644 index 000000000..81f152ce7 --- /dev/null +++ b/src/documentation/content/xdocs/news.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> + +<document> + <header> + <title>News</title> + </header> + <body> + <section> + <title>7 Jul 2002 FOP 0.20.4 released</title> + <p> + Changes since 0.20.3 include: + </p> + <ul> + <li>Support for background-image</li> + <li> + FOP should now work with any JAXP1.1 compliant + parser/transformer + </li> + <li> + The following JARs have been updated: Xerces to version + 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2. + </li> + <li>Fop has been compiled with Jimi support</li> + <li> + Logging has been changed from LogKit to Avalon's Logger + Interface + </li> + <li>New hyphenation patterns: turkish, portuguese and czech</li> + <li>FOP should now work on a EBCDIC machine</li> + <li> + Support for comma-separated values for the font-family + property + </li> + <li>Russian and Czech messages for AWTViewer</li> + </ul> + <p>For details see CHANGES file:<br/><link href= + "http://cvs.apache.org/viewcvs.cgi/xml-fop/CHANGES?rev=1.10.2.21" + >http://cvs.apache.org/viewcvs.cgi/xml-fop/CHANGES?rev=1.10.2.21</link> + </p> + <p> + See also the full text of the <link href= + "http://marc.theaimsgroup.com/?l=fop-dev&m=102607087326357&w=4" + >announcement</link>. + </p> + </section> + <section> + <title>13 Jun 2002 FOP 0.20.4 Release Candidate available</title> + <p> + See the full text of the <link href= + "http://marc.theaimsgroup.com/?l=fop-dev&m=102398470424177&w=4" + >announcement</link>. + </p> + </section> + <section> + <title>19 April 2002 - New Committers</title> + <p>Welcome Jeremias Maerki, Joerg Pietschmann and Peter B. West!</p> + </section> +<section> + <title>11 March 2002 - Fop 0.20.3 released</title> + <p>This is a maintenance release, the first version which supports the XSL-FO + Recommendation syntax. See the + <link href="http://marc.theaimsgroup.com/?l=xml-apache-announce&m=101588818821794"> + announcement</link> for more information.</p> + </section> + + </body> +</document> + |