]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Ha! Almost forgot the most important change: Java 1.4!
authorJeremias Maerki <jeremias@apache.org>
Tue, 4 Mar 2008 13:40:11 +0000 (13:40 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 4 Mar 2008 13:40:11 +0000 (13:40 +0000)
Plus a note on image libraries.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633473 13f79535-47bb-0310-9956-ffa450edef68

status.xml

index a882fa5d44f805bdf03eb7e7d0c65745ef76355c..e622c589f926263d2451913667796cc47a5fafd4 100644 (file)
               in the FO tree.
             </li>
           </ul>
+          <p>
+            Please note that with this release, we've dropped support for Java 1.3.
+            FOP will, from now on, <strong>require at least Java 1.4</strong>.
+          </p>
+          <p>
+            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 <link href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</link>
+            (an Image I/O compatible image codec package) to the classpath.
+          </p>
         </section>
       </notes>
       <action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke">