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 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Copyright 2005-2006 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.92beta" date="18 Apr 2006">
  26. <action context="Code" dev="JM" type="fix">
  27. Bugfix: Fixed a division by zero problem in TTFReader and improved the detection
  28. of the capHeight and xHeight font metric values for TrueType fonts.
  29. </action>
  30. <action context="Code" dev="JM" type="fix">
  31. Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".
  32. </action>
  33. <action context="Code" dev="MM" type="fix">
  34. Bugfix: Corrected enumerated property value for white-space property
  35. from "no-wrap" to "nowrap".
  36. </action>
  37. <action context="Code" dev="MM" type="fix" fixes-bug="38457">
  38. Bugfix: Added support for white-space-treatment="preserve" in particular to
  39. support the white-space="pre" short hand property.
  40. </action>
  41. <action context="Code" dev="JM" type="fix">
  42. Corrected expectation and behaviour for the text-indent property to only apply
  43. to the first line area generated by a block.
  44. </action>
  45. <action context="Code" dev="JM" type="fix">
  46. Bugfix for invalid handling of ICC color profiles in JPEG images and for
  47. dealing with CMYK JPEG images with the Adobe APPE marker.
  48. </action>
  49. <action context="Code" dev="JM" type="add">
  50. Initial support for page-position="last" added.
  51. </action>
  52. <action context="Code" dev="JM" type="add">
  53. Reenabled loading of user-supplied hyphenation patterns that was available in
  54. FOP 0.20.5. (See "hyphenation-base" option in the user configuration)
  55. </action>
  56. <action context="Code" dev="JM" type="fix">
  57. Bugfix: Certain filter combinations in PDF could lead to invalid PDFs.
  58. DecodeParams were not properly handled.
  59. </action>
  60. <action context="Code" dev="JM" type="fix">
  61. Bugfix: CCITT Group 4 encoded TIFF images with multiple strips are now properly
  62. embedded in PDF files.
  63. </action>
  64. <action context="Code" dev="JM" type="add">
  65. Added support for fixed-width spaces.
  66. </action>
  67. <action context="Code" dev="JM" type="add">
  68. Added support for kerning.
  69. </action>
  70. <action context="Code" dev="JM" type="fix">
  71. Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page
  72. break decisions when table-headers and/or table-footers are used.
  73. </action>
  74. <action context="Code" dev="JM" type="fix">
  75. Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.
  76. </action>
  77. <action context="Code" dev="JM" type="fix">
  78. Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT"
  79. table, where a baseline-shift="sub" had no effect due to a missing x-height value.
  80. (Note: This only affects TTFReader, so the font metric file has to be regenerated.)
  81. </action>
  82. <action context="Code" dev="JM" type="fix">
  83. Bugfix: When the base URL was specified as a file system path, the constructed
  84. URL was wrong.
  85. </action>
  86. <action context="Code" dev="JM" type="add" due-to="Jirí Mareš">
  87. Support for "userconfig" attribute in FOP Ant Task.
  88. </action>
  89. <action context="Code" dev="JM" type="add">
  90. Initial support for XMP metadata (PDF 1.4) under fo:declarations.
  91. </action>
  92. <action context="Code" dev="AD" type="add">
  93. Added support for the background-position shorthand property.
  94. </action>
  95. <action context="Code" dev="AD" type="add">
  96. Added support for the font shorthand property.
  97. </action>
  98. <action context="Code" dev="JM" type="add" fixes-bug="38618" due-to="Max Berger">
  99. Added support for system-color() function.
  100. </action>
  101. <action context="Code" dev="JM" type="fix">
  102. Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
  103. </action>
  104. <action context="Code" dev="JM" type="fix">
  105. Bugfix: padding-top and padding-bottom on list-items could lead to wrong page
  106. break decisions and thus to overlapping text.
  107. </action>
  108. <action context="Code" dev="JM" type="fix">
  109. Bugfix: break-before and break-after were ignored on list-items.
  110. </action>
  111. <action context="Code" dev="LF" type="fix" fixes-bug="38507">
  112. Bugfix: The elements representing a non-breaking space weren't always correct.
  113. </action>
  114. <action context="Code" dev="JM" type="fix" fixes-bug="38453">
  115. Bugfix: Text-decoration was not promoted if no text-decoration attribute was
  116. specified on a nested element.
  117. </action>
  118. <action context="Code" dev="AD" type="add">
  119. Added support for the from-table-column() function.
  120. (Thanks to gerhard.oettl.at.oesoft.at for the inspiration.)
  121. </action>
  122. <action context="Code" dev="JM" type="fix" fixes-bug="38397">
  123. Bugfix: Spanned cells could lead to an false error message about overlapping
  124. cells and ultimately a NullPointerException.
  125. </action>
  126. <action context="Code" dev="JM" type="fix">
  127. Bugfix: Regions with non-standard names got ignored in RTF output leading to
  128. missing headers and footers.
  129. </action>
  130. <action context="Code" dev="JM" type="fix">
  131. The RTF output now properly generates the "\landscape" flag for documents in
  132. landscape orientation.
  133. </action>
  134. <action context="Code" dev="JM" type="fix">
  135. Following a clarification by the XSL FO SG, space traits are only set on the
  136. first and last area generated by an FO, and not on every area anymore.
  137. </action>
  138. <action context="Code" dev="JM" type="add">
  139. New feature: "Intermediate format" (IF). The IF is basically the XML dialect
  140. written by the area tree renderer (XMLRenderer). A new parser for this format
  141. allows reparsing a serialized and possibly modified area tree and rendering it
  142. to the final target format.
  143. </action>
  144. <action context="Code" dev="JM" type="fix">
  145. Bugfix: Floating point numbers were not properly formatted in the PDF renderer
  146. which could lead to error messages while opening a PDF in Acrobat Reader.
  147. </action>
  148. <action context="Code" dev="SP" type="update" fixes-bug="38098"
  149. due-to="Gerhard Oettl">
  150. Implement property name as default argument on some xsl-function calls.
  151. </action>
  152. <action context="Code" dev="SP" type="update" fixes-bug="38087"
  153. due-to="Gerhard Oettl">
  154. Implement force-page-count property of page-sequence.
  155. </action>
  156. <action context="Code" dev="JM" type="fix" fixes-bug="38054">
  157. Bugfix: Spans that end up with a negative height don't get swallowed anymore.
  158. </action>
  159. <action context="Code" dev="MM" type="add" fixes-bug="36729">
  160. Relative URLs for the font configuration attributes metrics-url and embed-url
  161. are now supported. A new configuration property font-base has been added. It
  162. sets the base URL against which relative font URLs are resolved. If font-base is
  163. not set base is used.
  164. </action>
  165. <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon">
  166. Added support for RFC2397 "data" URLs.
  167. </action>
  168. <action context="Code" dev="JM" type="fix" fixes-bug="38132">
  169. Bugfix: Certain border styles could lead to a NullPointerException.
  170. </action>
  171. <action context="Code" dev="JM" type="fix" fixes-bug="38102">
  172. Bugfix: Space was not adjusted if the space was on a nested block. This could
  173. lead to content overflowing the bottom of a page.
  174. </action>
  175. <action context="Code" dev="JM" type="fix">
  176. Bugfix: TableCell did not properly report that it generates reference-areas
  177. which could lead to wrong inherited values for start-indent and end-indent.
  178. </action>
  179. <action context="Code" dev="JM" type="add">
  180. The font loading code now reads the encoding value from the XML font metrics file
  181. so that fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).
  182. </action>
  183. <action context="Code" dev="SP" type="update">
  184. Improvements to the code for inline block content.
  185. </action>
  186. <action context="Code" dev="MM" type="fix" fixes-bug="38089">
  187. Bugfix: Image height for BMP images was incorrectly calculated
  188. </action>
  189. <action context="Code" dev="AD" type="update">
  190. Revision of refinement white-space handling.
  191. </action>
  192. <action context="Code" dev="AD" type="add">
  193. Added feature: support for white-space shorthand
  194. </action>
  195. <action context="Code" dev="AD" type="add">
  196. Added feature: support for page-break-* shorthands
  197. </action>
  198. <action context="Code" dev="MM" type="fix" fixes-bug="38053">
  199. Bugfix: NullPointerException on certain fo:inline within lists.
  200. </action>
  201. <action context="Code" dev="MM" type="fix" fixes-bug="37743">
  202. Bugfix: ClassCastException on certain fo:inline with border combinations.
  203. </action>
  204. <action context="Code" dev="MM" type="fix">
  205. Changed a method name in LineArea from finalize to finalise because it was
  206. never intended for the method to be an override of the Java Object finalize
  207. method. If invoked by the Java garbage collector it may cause a NPE.
  208. </action>
  209. </release>
  210. <release version="0.91beta" date="23 Dec 2005">
  211. <action context="Code" dev="JM" type="update">
  212. Deprecated Fop constructors that use integer constants to select the
  213. output format have been removed in favor or the constructors that use
  214. MIME types.
  215. </action>
  216. <action context="Code" dev="MM" type="fix">
  217. Fixed a bug where the linefeed-treatment property value "preserve" was not
  218. honoured when used in conjunction with text-align="center".
  219. </action>
  220. <action context="Code" dev="JM" type="fix" fixes-bug="37964">
  221. Bugfix: hard breaks with even-page or odd-page were not handled correctly
  222. when spaces were surrounding the break.
  223. </action>
  224. <action context="Code" dev="JM" type="update">
  225. Changed the XMLHandler interface so it doesn't report the MIME type it
  226. supports but instead can report whether it supports a particular Renderer
  227. implementation. XMLHandlers are now configurable.
  228. </action>
  229. <action context="Code" dev="JM" type="fix">
  230. Fixed a bug where SVG content could be clipped when rendered to PostScript.
  231. </action>
  232. <action context="Code" dev="JM" type="fix">
  233. Changed the way resolutions are handled. The single resolution in the user
  234. agent got split up into source and target resolutions. For more info, see
  235. the updated documentation. Note: backwards-incompatible change!
  236. </action>
  237. <action context="Code" dev="JM" type="fix" fixes-bug="37875">
  238. Bugfix: Some content inside a table-header may not have been renderered on
  239. pages n &gt; 1 in certain conditions.
  240. </action>
  241. <action context="Code" dev="MM" type="fix">
  242. Fixed a bug where an empty line, i.e. a block containing only a &amp;nbsp;,
  243. was not rendered at all.
  244. </action>
  245. <action context="Code" dev="JM" type="fix">
  246. Fixed a bug where the area for a finished cell that is broken over pages was
  247. created once for each row it was spanned over instead of only once.
  248. </action>
  249. <action context="Code" dev="JM" type="add">
  250. Added checks that warn about tables and block-containers that are wider than
  251. the available content area.
  252. </action>
  253. <action context="Code" dev="JM" type="fix" fixes-bug="37880">
  254. Bugfix: Footnotes were lost if the footnote appeared in centered text.
  255. </action>
  256. <action context="Code" dev="JM" type="update">
  257. Improved log and error messages in a number of places by adding additional
  258. context information that should make it easier to find the location in the
  259. source files.
  260. </action>
  261. <action context="Code" dev="JM" type="fix">
  262. Fix to correct image sizes in RTF output.
  263. </action>
  264. <action context="Code" dev="JM" type="add">
  265. First attempt at SVG support in RTF output. SVG images are converted to 300dpi JPEG
  266. images internally.
  267. </action>
  268. <action context="Code" dev="JM" type="update">
  269. Additional checks to detect text overflows. The overflow property is now properly
  270. handled where applicable.
  271. </action>
  272. <action context="Code" dev="JM" type="update">
  273. Source location information improved. If location information is not available,
  274. the context information is provided based on text content.
  275. </action>
  276. <action context="Code" dev="JM" type="add">
  277. The command-line now automatically sets two parameters for any XSLT transformation:
  278. "fop-output-format" contains the MIME type of the currently selected output format,
  279. "fop-version" contains FOP's version number.
  280. </action>
  281. <action context="Code" dev="JM" type="fix">
  282. The output file is now deleted when an exception occurs when calling FOP from
  283. the command-line.
  284. </action>
  285. <action context="Code" dev="JM" type="fix">
  286. Bugfix: Areas for table-cells that are broken over more than one page are now
  287. generated even if all its content is already painted on a previous page. This
  288. fixes strange effects like a table grid that is not completely painted.
  289. </action>
  290. <action context="Code" dev="JM" type="fix" fixes-bug="37828">
  291. Bugfix: Column balancing produced strange break decisions in certain multi-column
  292. documents with large amounts of text.
  293. </action>
  294. <action context="Code" dev="JM" type="add">
  295. Added an alternative set of rules for calculating text indents which tries to mimic
  296. the behaviour of many commercial FO implementations that chose to break the rules
  297. in the FO specification in order to better meet the natural expectations of
  298. inexperienced FO users.
  299. </action>
  300. <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
  301. Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
  302. did not work as expected due to a datatype conversion bug.
  303. </action>
  304. <action context="Code" dev="JM" type="fix" fixes-bug="37813">
  305. Bugfix: A span="all" on the first block cause a subsequent page break and the first block
  306. didn't span all columns.
  307. </action>
  308. <action context="Code" dev="JM" type="fix">
  309. Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
  310. </action>
  311. <action context="Code" dev="JM" type="update">
  312. The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
  313. border has been implemented.
  314. </action>
  315. <action context="Code" dev="JM" type="add">
  316. font-family list still not fully supported but a comma-separated list is now properly tokenized.
  317. FOP will now go through all fonts in the list to find one that is available, but it doesn't
  318. do so per character, yet.
  319. </action>
  320. <action context="Code" dev="JM" type="add">
  321. Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
  322. </action>
  323. <action context="Code" dev="JM" type="fix">
  324. Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
  325. cursor not be be properly advanced when space-before or space-after were present.
  326. </action>
  327. <action context="Code" dev="JM" type="fix">
  328. Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
  329. didn't get removed.
  330. </action>
  331. <action context="Code" dev="JM" type="fix">
  332. The validation check for non-zero borders and padding on a region-* and for empty static-content
  333. elements is now turned off when relaxed validation is active to improve compatibility with
  334. FO documents written for other FO implementations.
  335. </action>
  336. <action context="Code" dev="JM" type="fix">
  337. Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
  338. and content-width and/or content-height is used.
  339. </action>
  340. <action context="Code" dev="JM" type="fix">
  341. Bugfix for a multi-threading problem:
  342. propertyListTable initialization moved from the constructor to a static block in FONode.
  343. This fixes NullPointerExceptions in PropertyList.
  344. </action>
  345. <action context="Code" dev="JM" type="fix">
  346. Bugfix for placement of text inside a text area when borders are present in PostScript output.
  347. </action>
  348. <action context="Code" dev="JM" type="update">
  349. Improvements on leader painting in PDF output.
  350. </action>
  351. <action context="Code" dev="JM" type="add">
  352. Support for leader painting in PostScript output.
  353. </action>
  354. <action context="Code" dev="LF, MM" type="add">
  355. Support for hyphenation-ladder-count.
  356. </action>
  357. </release>
  358. <release version="0.90alpha1" date="22 Nov 2005">
  359. <action context="Code" dev="all" type="update">
  360. <strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
  361. There are just too many changes to list here. If you like to know details, run
  362. <code>"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"</code>.
  363. </action>
  364. </release>
  365. <release version="0.20.5" date="18 July 2003">
  366. <action context="Code" dev="all" type="update">
  367. For the change log for the maintenance branch
  368. (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
  369. <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>.
  370. </action>
  371. </release>
  372. </changes>
  373. </status>