You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

relnotes.xml 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <?xml version="1.0" standalone="no"?>
  2. <!--
  3. Copyright 1999-2005 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <!-- $Id$ -->
  15. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
  16. <document>
  17. <header>
  18. <title>Release Notes</title>
  19. <version>$Revision$</version>
  20. </header>
  21. <body>
  22. <section>
  23. <title>FOP 0.90 alpha 1</title>
  24. <p>
  25. This is the first preview release after the big redesign effort.
  26. </p>
  27. <p>
  28. We would like to encourage you to download the code and to play with it.
  29. We're still in the process of adding new major features and stabilizing
  30. the code. We welcome any feedback you might have and even more, any
  31. other form of help to get the project forward.
  32. </p>
  33. <p>Caveats:</p>
  34. <ul>
  35. <li>
  36. This release is a (unstable) preview release and not intended for use in a
  37. production environment. Use at your own risk!
  38. </li>
  39. <li>
  40. The API is not to be considered stable, yet. Please be prepared
  41. for the API to be changed in a backwards-incompatible way.
  42. </li>
  43. <li>
  44. You may experience different behaviour compared to version 0.20.5.
  45. Please consult the <a href="0.90/upgrading.html">"Upgrading"</a> page indicated above for details.
  46. </li>
  47. </ul>
  48. <p>Known Issues:</p>
  49. <ul>
  50. <li>
  51. PCL, MIF and SVG support have not been restored, yet.
  52. </li>
  53. <li>
  54. Java2D/AWT support contains some problems, for example with
  55. block-containers.
  56. </li>
  57. <li>
  58. Support for kerning has not been restored, yet.
  59. </li>
  60. <li>
  61. Auto table layout is not implemented, yet.
  62. </li>
  63. <li>
  64. The collapsing border model on tables is not implemented, yet. Please
  65. use border-collapse="separate" for now.
  66. </li>
  67. <li>
  68. Footnotes may overlap with text of the region-body in multi-column
  69. documents.
  70. </li>
  71. <li>
  72. Space resolution does not work between footnote regions.
  73. </li>
  74. <li>
  75. There's a problem involving nested block-containers and
  76. reference-orientation 180/-180 (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36391">Bugzilla #36391</a>)
  77. </li>
  78. <li>
  79. block-containers with no height currently don't create a fence for
  80. spaces as they should (they behave like a normal block).
  81. </li>
  82. <li>
  83. Preserved linefeeds in fo:character are not handled correctly.
  84. </li>
  85. <li>
  86. Zero-width spaces are not handled correctly.
  87. </li>
  88. <li>
  89. An empty block currently produces a fence for stacking constraints
  90. which it shouldn't.
  91. </li>
  92. <li>
  93. There are several small problems around white space handling.
  94. </li>
  95. <li>
  96. Images currently don't shrink so they fit on a page when they are
  97. too big and shrinking is allowed to happen.
  98. </li>
  99. <li>
  100. Block-level content in fo:inlines may produce unwelcome results.
  101. </li>
  102. <li>
  103. inline-container may not work as expected.
  104. </li>
  105. <li>
  106. letter-spacing and word-spacing properties may not work as expected.
  107. </li>
  108. <li>
  109. leaders with leader-pattern="use-content" may not work as expected.
  110. </li>
  111. <li>
  112. keep-with-previous doesn't work inside tables and lists, yet.
  113. </li>
  114. <li>
  115. White space on direct inline-level children of a marker is not
  116. handled correctly.
  117. </li>
  118. <li>
  119. If two consecutive pages don't have the same available width, the
  120. content currently isn't properly fit into the available space on
  121. the new page.
  122. </li>
  123. <li>
  124. background-images on page-number-citations are not placed correctly.
  125. </li>
  126. <li>
  127. Not all FO elements can be referenced by their "id", most notably:
  128. table-body, table-header, table-footer and table-row.
  129. </li>
  130. <li>
  131. The backgrounds of table-body, table-header, table-footer and
  132. table-column are not painted, yet.
  133. </li>
  134. <li>
  135. Border and padding conditionality are not supported on table-cells, yet.
  136. </li>
  137. <li>
  138. Copy/Paste from PDF content in Acrobat Reader is not supported for
  139. text using embedded TrueType fonts.
  140. </li>
  141. <li>
  142. Column balancing in multi-column documents may not work as expected
  143. (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</a>)
  144. </li>
  145. <li>
  146. Omitting fo:table-column or having fo:table-column without a column-width
  147. and attempting to create columns implicitly from the first
  148. table row is not implemented, yet (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35656">Bugzilla #35656</a>).
  149. </li>
  150. <li>
  151. Leaders with the "rule" pattern don't work for PostScript output.
  152. </li>
  153. </ul>
  154. </section>
  155. <section>
  156. <title>FOP 0.20.5</title>
  157. <p>This is the last planned release in the 0.20.x series (aka maintenance branch).</p>
  158. <p>Important changes since the last release (0.20.4):</p>
  159. <ul>
  160. <li>Some hyphenation patterns (cs, da, de, de_DR, el, en, en_US, fr, nl,
  161. no, sk, tr) have been removed due to licensing reasons
  162. (en_GB hyphenation has been renamed to en).
  163. We're still working on this issue
  164. (see <a href="http://wiki.apache.org/xmlgraphics-fop/FOPAudits/March2003">
  165. Wiki</a> for details).
  166. </li>
  167. <li>Documentation is now built with <a href="http://xml.apache.org/forrest/">
  168. Forrest</a> (version 0.4). You need to install Forrest if you want build the docs
  169. yourself. (See
  170. <a href="http://xml.apache.org/forrest/your-project.html">Using Forrest</a>)
  171. </li>
  172. <li>The following JARs have been updated:
  173. Xerces to version 2.2.1, Xalan to version 2.4.1 and Batik to version 1.5beta4.
  174. </li>
  175. <li>FOP has been compiled with Jimi support, but Jimi is not included in the
  176. FOP distribution. To use it, first download
  177. <a href="http://java.sun.com/products/jimi/">Jimi</a>, then extract
  178. the archive, then
  179. copy JimiProClasses.zip to FOP's lib dir and rename it to jimi-1.0.jar.
  180. </li>
  181. <li>FOP has been compiled with JAI support, but JAI is not included in the
  182. FOP distribution. To use it, simply install
  183. <a href="http://java.sun.com/products/java-media/jai">JAI</a>.
  184. </li>
  185. <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
  186. a problem you can set the system property "links.merge" to "no".
  187. </li>
  188. <li>FOP has been compiled with cryptography support. See <a href="0.20.5/pdfencryption.html">
  189. PDF encryption</a> for details about installation and usage.
  190. </li>
  191. <li>The behaviour of leader has changed. See
  192. <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19341">bug #19341</a>,
  193. <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=19465">bug #19465</a>
  194. and <code>leader.fo</code> (examples).
  195. </li>
  196. <li>
  197. For a more detailed list of changes, see the CHANGES file in the root of the
  198. FOP distribution.
  199. </li>
  200. </ul>
  201. </section>
  202. <section>
  203. <title>FOP 0.20.4</title>
  204. <p>Important changes since 0.20.3:</p>
  205. <ul>
  206. <li>FOP should now work with any JAXP1.1 compliant parser/transformer.
  207. It has been successfully tested with Xerces/Xalan, Saxon and JDK1.4
  208. (which includes Crimson and Xalan).
  209. </li>
  210. <li>The following JARs have been updated:
  211. Xerces to version 2.0.1, Xalan to version 2.3.1 and Batik to version 1.5beta2.
  212. </li>
  213. <li>FOP has been compiled with Jimi support this time
  214. but you still have to download
  215. <a href="http://java.sun.com/products/jimi/">Jimi</a>
  216. and copy it to lib/ to get PNG support (no need to build FOP yourself though).
  217. </li>
  218. <li>Building FOP with JDK1.2 does not work. Running is ok except
  219. support for additional truetype fonts in AWT Viewer.
  220. </li>
  221. <li>Logging has been changed from LogKit to Avalon's Logger Interface.
  222. (see <a href="0.20.5/embedding.html">Embedding</a> for details).
  223. </li>
  224. <li>Building under JDK 1.4:
  225. You need to add a method in
  226. <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
  227. (search for jdk1.4 and remove the comments)
  228. </li>
  229. <li>To decrease the size of the distributions, ant, xml-docs, design-docs
  230. and the hyphenation sources have been removed from the binary distribution.
  231. Javadocs have been removed from the source distribution (use
  232. <code>build javadocs</code> to generate them).
  233. </li>
  234. <li>Documentaion generation is broken in the maintenance branch at the moment
  235. (Stylebook needs xerces1). The docs for this release are generated from the trunk.
  236. </li>
  237. <li>
  238. For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.
  239. </li>
  240. </ul>
  241. </section>
  242. <section>
  243. <title>FOP 0.20.3</title>
  244. <p>Important Information:</p>
  245. <ul>
  246. <li>This version supports the
  247. <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
  248. W3C Recommendation</a> syntax. So don't forget to update your
  249. Stylesheets:
  250. <br/>Just rename the <code>master-name</code> property to <code>master-reference</code>
  251. on <code>fo:page-sequence</code>, <code>fo:single-page-master-reference</code>,
  252. <code>fo:repeatable-page-master-reference</code> and
  253. <code>fo:conditional-page-master-reference</code>.</li>
  254. <li>JDK 1.2 (or later) is required</li>
  255. <li>Jimi has been removed for licensing reasons
  256. <br/>If you need PNG support you have to download
  257. <a href="http://java.sun.com/products/jimi/">Jimi</a>,
  258. copy it to lib/ and build FOP yourself</li>
  259. <li>Building under JDK 1.4:
  260. <br/>You need to add a method in
  261. <code>src/org/apache/fop/svg/PDFGraphics2D.java</code>
  262. (search for jdk1.4 and remove the comments)
  263. </li>
  264. <li>
  265. For a more detailed list of changes, see the CHANGES file in the root of the FOP distribution.
  266. </li>
  267. </ul>
  268. </section>
  269. </body>
  270. </document>