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.

status.xml 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright 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. <status>
  16. <developers>
  17. <!-- Maintained in src/documentation/content/xdocs/team.xml -->
  18. </developers>
  19. <todo>
  20. <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks -->
  21. </todo>
  22. <changes>
  23. <release version="FOP Trunk">
  24. </release>
  25. <release version="0.91beta" date="23 Dec 2005">
  26. <action context="Code" dev="JM" type="update">
  27. Deprecated Fop constructors that use integer constants to select the
  28. output format have been removed in favor or the constructors that use
  29. MIME types.
  30. </action>
  31. <action context="Code" dev="MM" type="fix">
  32. Fixed a bug where the linefeed-treatment property value "preserve" was not
  33. honoured when used in conjunction with text-align="center".
  34. </action>
  35. <action context="Code" dev="JM" type="fix" fixes-bug="37964">
  36. Bugfix: hard breaks with even-page or odd-page were not handled correctly
  37. when spaces were surrounding the break.
  38. </action>
  39. <action context="Code" dev="JM" type="update">
  40. Changed the XMLHandler interface so it doesn't report the MIME type it
  41. supports but instead can report whether it supports a particular Renderer
  42. implementation. XMLHandlers are now configurable.
  43. </action>
  44. <action context="Code" dev="JM" type="fix">
  45. Fixed a bug where SVG content could be clipped when rendered to PostScript.
  46. </action>
  47. <action context="Code" dev="JM" type="fix">
  48. Changed the way resolutions are handled. The single resolution in the user
  49. agent got split up into source and target resolutions. For more info, see
  50. the updated documentation. Note: backwards-incompatible change!
  51. </action>
  52. <action context="Code" dev="JM" type="fix" fixes-bug="37875">
  53. Bugfix: Some content inside a table-header may not have been renderered on
  54. pages n &gt; 1 in certain conditions.
  55. </action>
  56. <action context="Code" dev="MM" type="fix">
  57. Fixed a bug where an empty line, i.e. a block containing only a &amp;nbsp;,
  58. was not rendered at all.
  59. </action>
  60. <action context="Code" dev="JM" type="fix">
  61. Fixed a bug where the area for a finished cell that is broken over pages was
  62. created once for each row it was spanned over instead of only once.
  63. </action>
  64. <action context="Code" dev="JM" type="add">
  65. Added checks that warn about tables and block-containers that are wider than
  66. the available content area.
  67. </action>
  68. <action context="Code" dev="JM" type="fix" fixes-bug="37880">
  69. Bugfix: Footnotes were lost if the footnote appeared in centered text.
  70. </action>
  71. <action context="Code" dev="JM" type="update">
  72. Improved log and error messages in a number of places by adding additional
  73. context information that should make it easier to find the location in the
  74. source files.
  75. </action>
  76. <action context="Code" dev="JM" type="fix">
  77. Fix to correct image sizes in RTF output.
  78. </action>
  79. <action context="Code" dev="JM" type="add">
  80. First attempt at SVG support in RTF output. SVG images are converted to 300dpi JPEG
  81. images internally.
  82. </action>
  83. <action context="Code" dev="JM" type="update">
  84. Additional checks to detect text overflows. The overflow property is now properly
  85. handled where applicable.
  86. </action>
  87. <action context="Code" dev="JM" type="update">
  88. Source location information improved. If location information is not available,
  89. the context information is provided based on text content.
  90. </action>
  91. <action context="Code" dev="JM" type="add">
  92. The command-line now automatically sets two parameters for any XSLT transformation:
  93. "fop-output-format" contains the MIME type of the currently selected output format,
  94. "fop-version" contains FOP's version number.
  95. </action>
  96. <action context="Code" dev="JM" type="fix">
  97. The output file is now deleted when an exception occurs when calling FOP from
  98. the command-line.
  99. </action>
  100. <action context="Code" dev="JM" type="fix">
  101. Bugfix: Areas for table-cells that are broken over more than one page are now
  102. generated even if all its content is already painted on a previous page. This
  103. fixes strange effects like a table grid that is not completely painted.
  104. </action>
  105. <action context="Code" dev="JM" type="fix" fixes-bug="37828">
  106. Bugfix: Column balancing produced strange break decisions in certain multi-column
  107. documents with large amounts of text.
  108. </action>
  109. <action context="Code" dev="JM" type="add">
  110. Added an alternative set of rules for calculating text indents which tries to mimic
  111. the behaviour of many commercial FO implementations that chose to break the rules
  112. in the FO specification in order to better meet the natural expectations of
  113. inexperienced FO users.
  114. </action>
  115. <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
  116. Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
  117. did not work as expected due to a datatype conversion bug.
  118. </action>
  119. <action context="Code" dev="JM" type="fix" fixes-bug="37813">
  120. Bugfix: A span="all" on the first block cause a subsequent page break and the first block
  121. didn't span all columns.
  122. </action>
  123. <action context="Code" dev="JM" type="fix">
  124. Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
  125. </action>
  126. <action context="Code" dev="JM" type="update">
  127. The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
  128. border has been implemented.
  129. </action>
  130. <action context="Code" dev="JM" type="add">
  131. font-family list still not fully supported but a comma-separated list is now properly tokenized.
  132. FOP will now go through all fonts in the list to find one that is available, but it doesn't
  133. do so per character, yet.
  134. </action>
  135. <action context="Code" dev="JM" type="add">
  136. Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
  137. </action>
  138. <action context="Code" dev="JM" type="fix">
  139. Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
  140. cursor not be be properly advanced when space-before or space-after were present.
  141. </action>
  142. <action context="Code" dev="JM" type="fix">
  143. Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
  144. didn't get removed.
  145. </action>
  146. <action context="Code" dev="JM" type="fix">
  147. The validation check for non-zero borders and padding on a region-* and for empty static-content
  148. elements is now turned off when relaxed validation is active to improve compatibility with
  149. FO documents written for other FO implementations.
  150. </action>
  151. <action context="Code" dev="JM" type="fix">
  152. Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
  153. and content-width and/or content-height is used.
  154. </action>
  155. <action context="Code" dev="JM" type="fix">
  156. Bugfix for a multi-threading problem:
  157. propertyListTable initialization moved from the constructor to a static block in FONode.
  158. This fixes NullPointerExceptions in PropertyList.
  159. </action>
  160. <action context="Code" dev="JM" type="fix">
  161. Bugfix for placement of text inside a text area when borders are present in PostScript output.
  162. </action>
  163. <action context="Code" dev="JM" type="update">
  164. Improvements on leader painting in PDF output.
  165. </action>
  166. <action context="Code" dev="JM" type="add">
  167. Support for leader painting in PostScript output.
  168. </action>
  169. <action context="Code" dev="LF, MM" type="add">
  170. Support for hyphenation-ladder-count.
  171. </action>
  172. </release>
  173. <release version="0.90alpha1" date="22 Nov 2005">
  174. <action context="Code" dev="all" type="update">
  175. <strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
  176. There are just too many changes to list here. If you like to know details, run
  177. <code>"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"</code>.
  178. </action>
  179. </release>
  180. <release version="0.20.5" date="18 July 2003">
  181. <action context="Code" dev="all" type="update">
  182. For the change log for the maintenance branch
  183. (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
  184. <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/CHANGES?view=markup">the CHANGES file in the SVN repository</a>.
  185. </action>
  186. </release>
  187. </changes>
  188. </status>