From: Jeremias Maerki Date: Tue, 4 Mar 2008 13:40:11 +0000 (+0000) Subject: Ha! Almost forgot the most important change: Java 1.4! X-Git-Tag: fop-0_95beta~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2bae7b340fb55b0b3d6154849b57bd815a51c4dc;p=xmlgraphics-fop.git Ha! Almost forgot the most important change: Java 1.4! Plus a note on image libraries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/status.xml b/status.xml index a882fa5d4..e622c589f 100644 --- a/status.xml +++ b/status.xml @@ -81,6 +81,17 @@ in the FO tree. +

+ Please note that with this release, we've dropped support for Java 1.3. + FOP will, from now on, require at least Java 1.4. +

+

+ The image libraries Jimi and JAI are no longer needed (and used). Instead we rely + completely on the Image I/O API that has been introduced with Java 1.4. If you still + need support for bitmap image formats that do not work out-of-the-box, we recommend + adding JAI Image I/O Tools + (an Image I/O compatible image codec package) to the classpath. +