Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" standalone="no"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
  3. "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
  4. <document>
  5. <header>
  6. <title>Release Notes</title>
  7. </header>
  8. <body>
  9. <section>
  10. <title>FOP 0.20.5</title>
  11. <p>This is the last planed release in the 0.20.x series (aka maintenance branch).</p>
  12. <p>Important changes since the last release (0.20.4):</p>
  13. <ul>
  14. <li>Documentation is done with <link href="http://xml.apache.org/forrest/">
  15. Forrest</link>. You need to install Forrest if you want build the docs
  16. yourself. (See
  17. <link href="http://xml.apache.org/forrest/your-project.html">Using Forrest</link>)
  18. </li>
  19. <li>The following JARs have been updated:
  20. Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
  21. </li>
  22. <li>Fop has been compiled with Jimi support this time but you still have to download
  23. <link href="http://java.sun.com/products/jimi/">Jimi</link>, extract the archive,
  24. copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
  25. </li>
  26. <li>Fop has been compiled with
  27. <link href="http://java.sun.com/products/java-media/jai/JAI">JAI</link>
  28. support. For using JAI you just need to install it.
  29. </li>
  30. <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
  31. a problem you can set the system property "links.merge" to "no".
  32. </li>
  33. </ul>
  34. </section>
  35. <section>
  36. <title>FOP 0.20.4</title>
  37. <p>Important changes since 0.20.3:</p>
  38. <ul>
  39. <li>FOP should now work with any JAXP1.1 compliant parser/transformer.
  40. It has been successfully tested with Xerces/Xalan, Saxon and JDK1.4
  41. (which includes Crimson and Xalan).
  42. </li>
  43. <li>The following JARs have been updated:
  44. Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2.
  45. </li>
  46. <li>Fop has been compiled with Jimi support this time
  47. but you still have to download
  48. <link href="http://java.sun.com/products/jimi/">Jimi</link>
  49. and copy it to lib/ to get PNG support (no need to build FOP yourself though).
  50. </li>
  51. <li>Building FOP with JDK1.2 does not work. Running is ok except
  52. support for additional truetype fonts in AWT Viewer.
  53. </li>
  54. <li>Logging has been changed from LogKit to Avalon's Logger Interface.
  55. (see <link href="embedding.html">Embedding</link> for details).
  56. </li>
  57. <li>Building under JDK 1.4:
  58. You need to add a method in
  59. <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
  60. (search for jdk1.4 and remove the comments)
  61. </li>
  62. <li>To decrease the size of the distributions, ant, xml-docs, design-docs
  63. and the hyphenation sources have been removed from the binary distribution.
  64. Javadocs have been removed from the source distribution (use
  65. <code>build javadocs</code> to generate them).
  66. </li>
  67. <li>Documentaion generation is broken in the maintenance branch at the moment
  68. (Stylebook needs xerces1). The docs for this release are generated from the trunk.
  69. </li>
  70. <li>
  71. For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.
  72. </li>
  73. </ul>
  74. </section>
  75. <section>
  76. <title>FOP 0.20.3</title>
  77. <p>Important Information:</p>
  78. <ul>
  79. <li>This version supports the
  80. <link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
  81. W3C Recommendation</link> syntax. So don't forget to update your
  82. Stylesheets:
  83. <br/>Just rename the <code>master-name</code> property to <code>master-reference</code>
  84. on <code>fo:page-sequence</code>, <code>fo:single-page-master-reference</code>,
  85. <code>fo:repeatable-page-master-reference</code> and
  86. <code>fo:conditional-page-master-reference</code>.</li>
  87. <li>JDK 1.2 (or later) is required</li>
  88. <li>Jimi has been removed for licensing reasons
  89. <br/>If you need PNG support you have to download
  90. <link href="http://java.sun.com/products/jimi/">Jimi</link>,
  91. copy it to lib/ and build FOP yourself</li>
  92. <li>Building under JDK 1.4:
  93. <br/>You need to add a method in
  94. <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
  95. (search for jdk1.4 and remove the comments)
  96. </li>
  97. <li>
  98. For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.
  99. </li>
  100. </ul>
  101. </section>
  102. </body>
  103. </document>