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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <status>
  18. <developers>
  19. <!-- Maintained in src/documentation/content/xdocs/team.xml -->
  20. </developers>
  21. <todo>
  22. <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks -->
  23. </todo>
  24. <changes>
  25. <release version="FOP Trunk">
  26. <action context="Code" dev="JM" type="update">
  27. PDF Transcoder (SVG) text painting has been completely rewritten.
  28. Except for some special cases (with filters for example), all text
  29. (including flow text) is now painted using PDF text operators.
  30. </action>
  31. <action context="Code" dev="AD" type="add" fixes-bug="42748">
  32. Added support for ids on empty fo:inlines.
  33. </action>
  34. <action context="Code" dev="AC" type="add" fixes-bug="42982" due-to="Max Berger">
  35. Add Font support in jar files.
  36. </action>
  37. <action context="Code" dev="AC" type="fix" fixes-bug="43042" due-to="Andrejus Chaliapinas">
  38. Postscript extension cleanup.
  39. </action>
  40. <action context="Code" dev="AC" type="fix" fixes-bug="43587">
  41. Fix to avoid ClassCastException where multiple ps:ps-comments are declared within fo:declarations.
  42. </action>
  43. <action context="Code" dev="AC" type="fix" fixes-bug="43143">
  44. Fix to avoid NullPointerException when parsing ExpertEncoded and ExpertSubsetEncoded Type 1 fonts.
  45. </action>
  46. <action context="Code" dev="AC" type="fix" fixes-bug="43439">
  47. Fixes missing TLE value attribute when using AreaTree input with the AFP renderer.
  48. </action>
  49. <action context="Code" dev="JM" type="add">
  50. Added generic structures to the PDF library in order to support PDF
  51. file in fo:external-graphic later.
  52. </action>
  53. <action context="Code" dev="JM" type="add" fixes-bug="43597" due-to="Max Berger">
  54. Added support for SVGZ.
  55. </action>
  56. <action context="Code" dev="JM" type="fix">
  57. Bugfix for NPE with empty table-row (regression from 0.93).
  58. </action>
  59. <action context="Code" dev="JM" type="add">
  60. Added a configuration setting to the PCL renderer to disable PJL commands.
  61. </action>
  62. <action context="Code" dev="JM" type="fix" fixes-bug="43464" due-to="Bruno Feurer">
  63. Fix to avoid a ClassCastException in renderer configuration.
  64. </action>
  65. <action context="Code" dev="JM" type="fix" fixes-bug="43439" due-to="Adrian Cumiskey">
  66. Fixed the restoration of the TLE values from the intermediate format
  67. for the AFP extension elements.
  68. </action>
  69. <action context="Code" dev="JM" type="add" fixes-bug="43041" due-to="Adrian Cumiskey">
  70. Added a configuration setting for the renderer/device resolution to the AFP renderer.
  71. </action>
  72. <action context="code" dev="AD" type="update">
  73. Facilitate the implementation for font-selection-strategy:
  74. * Changed FontInfo.fontLookup to always return an array of FontTriplet
  75. * Changed CommonFont.getFontState to return an array of FontTriplet
  76. * Initial modifications to the related LMs: initialized with
  77. the font corresponding to the first of the triplets
  78. </action>
  79. <action context="code" dev="AD" type="update">
  80. PropertyCache phase 2:
  81. * improvement of the PropertyCache itself should now guarantee acceptable
  82. performance of the static caches in multi-session environments, which is
  83. a possible problem with synchronizedMap
  84. * changed CommonFont to use the cache:
  85. added CachedCommonFont to contain the properties that are always cacheable
  86. CommonFont itself is only cached if the remaining properties are absolutes
  87. * changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache
  88. </action>
  89. <action context="Code" dev="AD" type="fix" fixes-bug="42705">
  90. Fixed swallowing PCDATA in text-node children of
  91. retrieved markers.
  92. </action>
  93. <action context="Code" dev="AD" type="fix" fixes-bug="42703">
  94. Fixed erroneous white-space removal in retrieved markers.
  95. </action>
  96. <action context="Code" dev="AD" type="fix" fixes-bug="43274" due-to="ckohrn.at.tng.de">
  97. Fixed erroneous usage of inherited color-values in SVG.
  98. </action>
  99. </release>
  100. <release version="0.94" date="24th August 2007">
  101. <action context="Code" dev="JM" type="fix">
  102. AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
  103. </action>
  104. <action context="Code" dev="MM" type="add">
  105. Support for keep-together.within-line="always".
  106. </action>
  107. <action context="Code" dev="MM" type="fix">
  108. Fixed incomplete support for Unicode Word Joiner characters (U+2060 and U+FEFF).
  109. </action>
  110. <action context="Code" dev="VH" type="add">
  111. Add support for conditional spaces in table-cells.
  112. </action>
  113. <action context="Code" dev="AD" type="add" fixes-bug="42785" due-to="Max Berger">
  114. Support alignment-adjust for images.
  115. </action>
  116. <action context="Code" dev="AD" type="add" fixes-bug="41044" due-to="Richard Wheeldon">
  117. Partial application of the patch in Bugzilla 41044:
  118. * addition of a generic PropertyCache to be used by all Property
  119. types that can be safely canonicalized
  120. * modified EnumProperty, StringProperty, NumberProperty, EnumNumber
  121. and FixedLength to make use of the cache infrastructure
  122. </action>
  123. <action context="Code" dev="AD" type="update" fixes-bug="41656">
  124. Refactoring in the fo package:
  125. -> removal of the childNodes instance member in fop.fo.FObj
  126. -> addition of a firstChild instance member in fop.fo.FObj
  127. -> addition of a siblings instance member in fop.fo.FONode
  128. -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj
  129. -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes()
  130. </action>
  131. <action context="Code" dev="AD" type="update" fixes-bug="42089" due-to="Adrian Cumiskey">
  132. Code cleanup and restructuring:
  133. Refactoring of PageSequenceLayoutManager and provide common FObj id property use
  134. </action>
  135. <action context="Code" dev="AD" type="add">
  136. Slight improvement of relative font-weight handling in the properties
  137. package.
  138. </action>
  139. <action context="Code" dev="JM" type="update">
  140. Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
  141. </action>
  142. <action context="Code" dev="JM" type="add" importance="high" fixes-bug="41831" due-to="Adrian Cumiskey">
  143. Add support for font auto-detection (easier font configuration).
  144. </action>
  145. <action context="Code" dev="JM" type="update" fixes-bug="42406" due-to="Hussein Shafie">
  146. Use source resolution setting for bitmap images which don't provide their own
  147. resolution.
  148. </action>
  149. <action context="Code" dev="JM" type="fix" fixes-bug="42109" due-to="Paul Vinkenoog">
  150. Fixed the rendering of zero-width spaces for certain fonts by not generating them into
  151. the area tree.
  152. </action>
  153. <action context="Code" dev="LF" type="fix">
  154. Fixed a problem with disappearing footnotes inside hyphenated inlines (and footnotes with hyphenated inline child).
  155. </action>
  156. <action context="Code" dev="JM" type="add" fixes-bug="42067" due-to="Paul Vinkenoog">
  157. Add support for exact positioning of internal PDF links.
  158. </action>
  159. <action context="Code" dev="JM" type="fix" fixes-bug="41434" due-to="Martin Kögler">
  160. Fix PDF Genaration for non-ASCII compatible locales.
  161. </action>
  162. <action context="Code" dev="VH" type="fix">
  163. Fix several exceptions when break-before/after is set on the first/last row of a table.
  164. </action>
  165. <action context="Code" dev="VH" type="fix">
  166. Fix extra page break when break-before is set on both a table and its first row.
  167. </action>
  168. <action context="Code" dev="VH" type="fix">
  169. Make keep-with-next and keep-with-previous work on fo:table.
  170. </action>
  171. <action context="Code" dev="VH, JM" type="add" importance="high" fixes-bug="36934">
  172. Add support for the collapsing-border model in tables.
  173. </action>
  174. <action context="Code" dev="JB" type="add" importance="high">
  175. Add support for named destinations in PDF.
  176. </action>
  177. <action context="Code" dev="JM" type="fix">
  178. Fixed a problem with keep-with-next on table-rows. Once a keep-with-next was set
  179. inside a table, the FO following the table would always be glued to the previous table.
  180. </action>
  181. <action context="Code" dev="JM" type="fix">
  182. Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer.
  183. It didn't generate the right setpagedevice command.
  184. </action>
  185. <action context="Code" dev="JM" type="fix">
  186. Fixed an IllegalArgumentException for absolutely positioned block-containers with a
  187. border and no height/bpd set.
  188. </action>
  189. <action context="Code" dev="JM" type="add">
  190. Add support for a two-pass production for PostScript output to minimize file size. This
  191. adds images only once and adds only the fonts that are really used.
  192. </action>
  193. <action context="Code" dev="AD" type="fix" fixes-bug="41652">
  194. If a line contained nothing but a linefeed, this didn't produce empty lines.
  195. Replaced the auxiliary zero-width box with a glue the width of a line,
  196. and shrinkable to zero-width.
  197. </action>
  198. <action context="Code" dev="VH" type="fix" fixes-bug="40120" due-to="Adrian Cumiskey">
  199. Stricter FOP user configuration checking
  200. </action>
  201. <action context="Code" dev="AD" type="fix" fixes-bug="41572" due-to="Erwin Tratar">
  202. Fix parsing 'url(...)' when the URL itself contains a bracketed part.
  203. </action>
  204. <action context="Code" dev="JM" type="add">
  205. Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.)
  206. </action>
  207. <action context="Code" dev="JM" type="fix">
  208. Fix for NPE with PNG images for RTF output.
  209. </action>
  210. <action context="Code" dev="AD" type="fix">
  211. Fix for properly parsing font-family names containing spaces.
  212. </action>
  213. <action context="Code" dev="JM" type="add">
  214. Support for soft masks (transparency) with ImageIO image adapter.
  215. </action>
  216. <action context="Code" dev="LF" type="fix" fixes-bug="41019">
  217. Fix incorrect behaviour of the BreakingAlgorithm when some inline content is wider than
  218. the available ipd, causing a restart.
  219. </action>
  220. <action context="Code" dev="JM" type="fix">
  221. Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no
  222. XML font metrics file for that font is used.
  223. </action>
  224. <action context="Code" dev="JM" type="fix" fixes-bug="41426" due-to="Adrian Cumiskey">
  225. Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow.
  226. Note: "id" attributes are still not handled properly on fo:wrapper!
  227. </action>
  228. <action context="Code" dev="MM" type="add">
  229. Added support for the soft hyphen (SHY) character.
  230. </action>
  231. <action context="Code" dev="MM" type="add">
  232. Added support for line-height-shift-adjustment property.
  233. </action>
  234. <action context="Code" dev="SP" type="add">
  235. Added support for the system property fop.home to
  236. cli.Main.getJARList().
  237. </action>
  238. <action context="Code" dev="JM" type="add" fixes-bug="40930">
  239. Added support for display-align for table-cell in RTF output.
  240. </action>
  241. <action context="Code" dev="MM" type="add" importance="high">
  242. Added support for UAX#14 type line breaking. Support does not extend across nested fo:inline elements.
  243. </action>
  244. </release>
  245. <release version="0.93" date="9 January 2007">
  246. <notes>
  247. <p>This is the first production grade release of the new FOP
  248. codebase.</p>
  249. <ul>
  250. <li>It contains the new API first introduced in release 0.92
  251. beta. The preceding API has been removed.
  252. </li>
  253. <li>
  254. See the <a href="../compliance.html">compliance page</a> for an
  255. overview of the compliance of this release with the XSL 1.0 and
  256. 1.1 recommendations.
  257. </li>
  258. <li>
  259. This release again contains many bug fixes and new features. See
  260. below for details.
  261. </li>
  262. <li>
  263. See the <a href="../knownissues.html">known issues page</a>
  264. for an overview of the known issues with this release.
  265. </li>
  266. </ul>
  267. <p>Caveats:</p>
  268. <ul>
  269. <li>
  270. You may experience different behaviour compared to version 0.20.5.
  271. Please consult the <a href="upgrading.html">"Upgrading"</a> page for details.
  272. </li>
  273. </ul>
  274. </notes>
  275. <action context="Code" dev="BD" type="add" importance="high">
  276. Added support for the use of Open Type fonts
  277. </action>
  278. <action context="Code" dev="BD" type="update" fixes-bug="5535" due-to="Adam Strzelecki, Victor Mote" importance="high">
  279. Enabled Copy/Paste from PDF content in Acrobat Reader for text using embedded TrueType fonts.
  280. </action>
  281. <action context="Code" dev="SP" type="update" fixes-bug="41044" due-to="Richard Wheeldon">
  282. Commented out unused properties, in order to minimize memory usage.
  283. </action>
  284. <action context="Code" dev="SP" type="update" fixes-bug="41009" due-to="Richard Wheeldon">
  285. Removed unused attributes from TableCell.
  286. </action>
  287. <action context="Code" dev="JM" type="add">
  288. Added initial support for loading fonts without a pre-created XML font metric
  289. file.
  290. </action>
  291. <action context="Code" dev="JM" type="add" fixes-bug="40729" due-to="Peter Coppens" importance="high">
  292. Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK
  293. colors only through the PDF renderer so far).
  294. </action>
  295. <action context="Code" dev="JM" type="update" fixes-bug="40813" due-to="Richard Wheeldon">
  296. Minor fixes and improvements for the AWT Preview (keyboard shortcuts, scrolling, windows
  297. setup).
  298. </action>
  299. <action context="Code" dev="JM" type="add" fixes-bug="40849" due-to="Dominic Brügger">
  300. Added support for SVG in fo:instream-foreign objects for RTF output.
  301. </action>
  302. <action context="Code" dev="JM" type="fix">
  303. Bugfix: Fixed bug when the sum of column widths of a table is larger than the
  304. specified widths. The table width was not adjusted.
  305. </action>
  306. <action context="Code" dev="JM" type="fix">
  307. Bugfix: Nested tables with headers and footers were not handled correctly and could
  308. overlap with the region-after.
  309. </action>
  310. <action context="Code" dev="JM" type="add" fixes-bug="40519" due-to="Oliver Hernàndez Valls">
  311. Added support for CCITT compression in the TIFFRenderer by switching to the ImageWriter
  312. abstraction from XML Graphics Commons.
  313. </action>
  314. <action context="Code" dev="JM" type="add">
  315. Extension properties fox:orphan-content-limit and fox:widow-content-limit which
  316. help with list-block and table layout. See the documentation for details.
  317. </action>
  318. <action context="Code" dev="JM" type="add">
  319. Configuration option in the Java2D-based renderers that allows to disable the default
  320. white background in order to produce bitmap output with transparency.
  321. </action>
  322. <action context="Code" dev="AD" type="fix" fixes-bug="39414">
  323. Split up FOText instances larger than 32K characters to avoid
  324. integer overflow during layout.
  325. </action>
  326. <action context="Code" dev="JM" type="fix">
  327. Bugfix: Corrected painting of shading patterns and position of links for SVG images
  328. inside FO documents.
  329. </action>
  330. <action context="Code" dev="AD" type="update">
  331. Minor fix: correctly set negative values for ipd/bpd to zero.
  332. </action>
  333. <action context="Code" dev="AD" type="update" fixes-bug="35656">
  334. Rework of default column-creation / column-width setting from
  335. cells in the first row.
  336. </action>
  337. <action context="Code" dev="AD" type="update" fixes-bug="40270" due-to="Gary Reed">
  338. Added relaxed validation for empty list-item-*, as suggested by Gary Reed.
  339. </action>
  340. <action context="Code" dev="AD" type="update">
  341. Modified proportional-column-width() function to log an error if used
  342. with table-layout=auto
  343. </action>
  344. <action context="Code" dev="AD" type="fix">
  345. Deferred property resolution for markers until they are actually retrieved,
  346. which leads to percentages and relative font-sizes now getting the correct
  347. values. Also deferred white-space-handling for markers.
  348. </action>
  349. <action context="Code" dev="JM" type="update">
  350. Changed the way overflowing pages are handled. The overflow property on region-body
  351. is now used to define the behaviour.
  352. </action>
  353. <action context="Code" dev="JM" type="fix">
  354. Fixed a memory-leak: The FO tree part of a page-sequence was not released when a
  355. page-sequence was finished.
  356. </action>
  357. <action context="Code" dev="JM" type="fix">
  358. Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.
  359. </action>
  360. <action context="Code" dev="JM" type="fix">
  361. Fixed a bug with indent handling when margins are used on a surrounding block and
  362. not start/end-indent.
  363. </action>
  364. <action context="Code" dev="JM" type="fix" fixes-bug="40106" due-to="Jeroen Meijer">
  365. Compatibility fix for GCJ (GNU Classpath): Using "UTF-16BE" instead of "UnicodeBigUnmarked"
  366. encoding.
  367. </action>
  368. <action context="Code" dev="JM" type="fix" fixes-bug="40062" due-to="Gilles Beaugeais">
  369. Fixed handling for CCITT Group 4 TIFF images with fill order 2.
  370. </action>
  371. <action context="Code" dev="JM" type="fix" fixes-bug="40048" due-to="Igor Istomin">
  372. Fixed setting of page margins in AWT Renderer like it was done in the print renderer.
  373. </action>
  374. <action context="Code" dev="JM" type="fix">
  375. Fixed two memory-leaks in image handling. The image cache is finally working
  376. properly.
  377. </action>
  378. <action context="Code" dev="JM" type="fix" fixes-bug="39608">
  379. Let numeric property values without a unit be treated as pixels like in HTML.
  380. This fixes certain NullPointerException when no units are specified.
  381. (Note: the use of pixels in XSL-FO is discouraged!)
  382. </action>
  383. <action context="Code" dev="JM" type="fix">
  384. Bugfix: Potential multi-threading issue (ConcurrentModificationException)
  385. eliminated for ElementMapping classes.
  386. </action>
  387. <action context="Code" dev="JM" type="fix">
  388. No more System.exit() and look &amp; feel setting calls inside the reusable
  389. parts of the AWT viewer.
  390. </action>
  391. <action context="Code" dev="JM" type="fix">
  392. Proper escaping of characters in list-items labels for RTF output.
  393. </action>
  394. <action context="Code" dev="MM" type="fix">
  395. Bugfix: FOUserAgent specific configuration parameters specified in config file
  396. were not set when FOP was invoked from command line.
  397. </action>
  398. <action context="Code" dev="JM" type="add" importance="high">
  399. Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still be a bit
  400. incomplete. Feedback is welcome!)
  401. </action>
  402. <action context="Code" dev="JM" type="add">
  403. The CIDSet object is now generated for CID fonts which are embedded in PDFs.
  404. (Required by PDF/A).
  405. </action>
  406. <action context="Code" dev="JM" type="update" importance="high">
  407. The Java2DRenderer (and therefore the print and bitmap renderers) is now
  408. offering the same quality as the PDF and PS renderers. Note: There can still
  409. be little differences between PDF and Print/PNG/TIFF because the latter uses
  410. a different font metrics source.
  411. </action>
  412. <action context="Code" dev="AD" type="fix" fixes-bug="39712">
  413. Bugfix: components of the border-separation property weren't set when
  414. in shorthand-mode, leading to a NPE being thrown.
  415. </action>
  416. <action context="Code" dev="JM" type="fix">
  417. Bugfix: Table headers were omitted when a table is a child of a block-container.
  418. </action>
  419. <action context="Code" dev="JM" type="fix">
  420. Bugfix: Bookmarks in PDF will be generated even if some bookmarks cannot be
  421. resolved.
  422. </action>
  423. <action context="Code" dev="AD" type="fix" fixes-bug="39560">
  424. Bugfix: the interaction between the table FOs and properties package in
  425. determining initial values for column-number should be a one-time process,
  426. not repeated when the table is in a marker that is retrieved.
  427. </action>
  428. <action context="Code" dev="JM" type="fix">
  429. Bugfix: All fonts names were converted unnecessarily to lower case in RTF output.
  430. </action>
  431. <action context="Code" dev="JM" type="fix">
  432. Bugfix: The combination of hyphenation and kerning resulted in slightly ragged
  433. right ends for right-aligned and justified text.
  434. </action>
  435. <action context="Code" dev="JM" type="fix">
  436. Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning
  437. multiple pages and with a marker.
  438. </action>
  439. <action context="Code" dev="JM" type="fix" fixes-bug="39533">
  440. Bugfix: NullPointerException in RTF output when a table does not contain
  441. table-columns.
  442. </action>
  443. <action context="Code" dev="JM" type="fix" fixes-bug="39607" due-to="Julien Aymé">
  444. Bugfix: NullPointerException in RTF library when there are no borders on
  445. the parent table.
  446. </action>
  447. <action context="Code" dev="JM" type="add" importance="high">
  448. Automatic support for all fonts available to the Java2D subsystem for all
  449. Java2D-descendant renderers (TIFF, PNG, print, AWT).
  450. </action>
  451. <action context="Code" dev="JM" type="fix">
  452. Bugfix: Improved baseline detection in TTFReader for TrueType fonts.
  453. </action>
  454. <action context="Code" dev="JM" type="fix" fixes-bug="39443">
  455. Bugfix: tables nested in inline elements caused a NullPointerException.
  456. </action>
  457. <action context="Code" dev="JM" type="update">
  458. The default sRGB color profile provided by the Java class library is no longer
  459. embedded if it is encountered. This should reduce the PDF size considerably.
  460. </action>
  461. <action context="Code" dev="JM" type="fix" fixes-bug="39443">
  462. Bugfix: Sections with span="all" lead to overlapping text if spanning multiple pages.
  463. </action>
  464. <action context="Code" dev="MM" type="fix">
  465. Bugfix: Percentages in vertical-align property values were not correctly handled.
  466. </action>
  467. <action context="Code" dev="JM" type="fix" fixes-bug="38243" due-to="Gerhard Oettl">
  468. Bugfix: Gaps in table-columns cause a NullPointerException.
  469. </action>
  470. <action context="Code" dev="JM" type="update" fixes-bug="38946" due-to="Max Berger">
  471. Changed the internal representation of colors to use Java's own color infrastructure
  472. instead of FOP's home-grown classes.
  473. </action>
  474. <action context="Code" dev="MM" type="fix">
  475. Bugfix: TABs were not correctly replaced by spaces in some circumstances.
  476. </action>
  477. <action context="Code" dev="JM" type="update">
  478. Content in block-containers makes better use of shrink to fit content vertically
  479. into the available area. This can be used indirectly to justify content vertically
  480. in a block-container.
  481. </action>
  482. <action context="Code" dev="JM" type="fix">
  483. Bugfix: basic-links with internal destinations in documents with multiple
  484. page-sequences sometimes pointed at the wrong page.
  485. </action>
  486. <action context="Code" dev="JM" type="fix">
  487. Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct child
  488. if static-content in which case leading and trailing white space is not properly
  489. removed.
  490. </action>
  491. <action context="Code" dev="JM" type="fix" fixes-bug="39285">
  492. Bugfix: Fixed OutOfMemoryException with long data URLs (RFC 2397).
  493. </action>
  494. <action context="Code" dev="JM" type="add" fixes-bug="39118" due-to="Pierre-Henri Kraus">
  495. Initial support for page-number-citation-last (XSL 1.1). Works without problems
  496. only for page-sequence so far.
  497. </action>
  498. </release>
  499. <release version="0.92beta" date="18 Apr 2006">
  500. <action context="Code" dev="JM" type="fix">
  501. Bugfix: The generation of the PDF "d" (setdash) command was assuming that
  502. only integer values can be used but that isn't the case. Dash patterns
  503. PDFGraphics2D would be wrong in the process.
  504. </action>
  505. <action context="Code" dev="JM" type="fix">
  506. Bugfix: Fixed a division by zero problem in TTFReader and improved the detection
  507. of the capHeight and xHeight font metric values for TrueType fonts.
  508. </action>
  509. <action context="Code" dev="JM" type="fix">
  510. Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".
  511. </action>
  512. <action context="Code" dev="MM" type="fix">
  513. Bugfix: Corrected enumerated property value for white-space property
  514. from "no-wrap" to "nowrap".
  515. </action>
  516. <action context="Code" dev="MM" type="fix" fixes-bug="38457">
  517. Bugfix: Added support for white-space-treatment="preserve" in particular to
  518. support the white-space="pre" short hand property.
  519. </action>
  520. <action context="Code" dev="JM" type="fix">
  521. Corrected expectation and behaviour for the text-indent property to only apply
  522. to the first line area generated by a block.
  523. </action>
  524. <action context="Code" dev="JM" type="fix">
  525. Bugfix for invalid handling of ICC color profiles in JPEG images and for
  526. dealing with CMYK JPEG images with the Adobe APPE marker.
  527. </action>
  528. <action context="Code" dev="JM" type="add">
  529. Initial support for page-position="last" added.
  530. </action>
  531. <action context="Code" dev="JM" type="add">
  532. Reenabled loading of user-supplied hyphenation patterns that was available in
  533. FOP 0.20.5. (See "hyphenation-base" option in the user configuration)
  534. </action>
  535. <action context="Code" dev="JM" type="fix">
  536. Bugfix: Certain filter combinations in PDF could lead to invalid PDFs.
  537. DecodeParams were not properly handled.
  538. </action>
  539. <action context="Code" dev="JM" type="fix">
  540. Bugfix: CCITT Group 4 encoded TIFF images with multiple strips are now properly
  541. embedded in PDF files.
  542. </action>
  543. <action context="Code" dev="JM" type="add">
  544. Added support for fixed-width spaces.
  545. </action>
  546. <action context="Code" dev="JM" type="add">
  547. Added support for kerning.
  548. </action>
  549. <action context="Code" dev="JM" type="fix">
  550. Bugfix: Fixed a copy/paste error in the table layout code that caused wrong page
  551. break decisions when table-headers and/or table-footers are used.
  552. </action>
  553. <action context="Code" dev="JM" type="fix">
  554. Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-body.
  555. </action>
  556. <action context="Code" dev="JM" type="fix">
  557. Bugfix: Fixed a problem with certain TrueType fonts which are missing the "PCLT"
  558. table, where a baseline-shift="sub" had no effect due to a missing x-height value.
  559. (Note: This only affects TTFReader, so the font metric file has to be regenerated.)
  560. </action>
  561. <action context="Code" dev="JM" type="fix">
  562. Bugfix: When the base URL was specified as a file system path, the constructed
  563. URL was wrong.
  564. </action>
  565. <action context="Code" dev="JM" type="add" due-to="Jirí Mareš">
  566. Support for "userconfig" attribute in FOP Ant Task.
  567. </action>
  568. <action context="Code" dev="JM" type="add">
  569. Initial support for XMP metadata (PDF 1.4) under fo:declarations.
  570. </action>
  571. <action context="Code" dev="AD" type="add">
  572. Added support for the background-position shorthand property.
  573. </action>
  574. <action context="Code" dev="AD" type="add">
  575. Added support for the font shorthand property.
  576. </action>
  577. <action context="Code" dev="JM" type="add" fixes-bug="38618" due-to="Max Berger">
  578. Added support for system-color() function.
  579. </action>
  580. <action context="Code" dev="JM" type="fix">
  581. Bugfix: Fixed two causes for ClassCastExceptions in BlockContainerLayoutManager.
  582. </action>
  583. <action context="Code" dev="JM" type="fix">
  584. Bugfix: padding-top and padding-bottom on list-items could lead to wrong page
  585. break decisions and thus to overlapping text.
  586. </action>
  587. <action context="Code" dev="JM" type="fix">
  588. Bugfix: break-before and break-after were ignored on list-items.
  589. </action>
  590. <action context="Code" dev="LF" type="fix" fixes-bug="38507">
  591. Bugfix: The elements representing a non-breaking space weren't always correct.
  592. </action>
  593. <action context="Code" dev="JM" type="fix" fixes-bug="38453">
  594. Bugfix: Text-decoration was not promoted if no text-decoration attribute was
  595. specified on a nested element.
  596. </action>
  597. <action context="Code" dev="AD" type="add" fixes-bug="38282"
  598. due-to="Gerhard Oettl (gerhard.oettl.at.oesoft.at)">
  599. Added support for the from-table-column() function.
  600. </action>
  601. <action context="Code" dev="JM" type="fix" fixes-bug="38397">
  602. Bugfix: Spanned cells could lead to an false error message about overlapping
  603. cells and ultimately a NullPointerException.
  604. </action>
  605. <action context="Code" dev="JM" type="fix">
  606. Bugfix: Regions with non-standard names got ignored in RTF output leading to
  607. missing headers and footers.
  608. </action>
  609. <action context="Code" dev="JM" type="fix">
  610. The RTF output now properly generates the "\landscape" flag for documents in
  611. landscape orientation.
  612. </action>
  613. <action context="Code" dev="JM" type="fix">
  614. Following a clarification by the XSL FO SG, space traits are only set on the
  615. first and last area generated by an FO, and not on every area anymore.
  616. </action>
  617. <action context="Code" dev="JM" type="add">
  618. New feature: "Intermediate format" (IF). The IF is basically the XML dialect
  619. written by the area tree renderer (XMLRenderer). A new parser for this format
  620. allows reparsing a serialized and possibly modified area tree and rendering it
  621. to the final target format.
  622. </action>
  623. <action context="Code" dev="JM" type="fix">
  624. Bugfix: Floating point numbers were not properly formatted in the PDF renderer
  625. which could lead to error messages while opening a PDF in Acrobat Reader.
  626. </action>
  627. <action context="Code" dev="SP" type="update" fixes-bug="38098"
  628. due-to="Gerhard Oettl">
  629. Implement property name as default argument on some xsl-function calls.
  630. </action>
  631. <action context="Code" dev="SP" type="update" fixes-bug="38087"
  632. due-to="Gerhard Oettl">
  633. Implement force-page-count property of page-sequence.
  634. </action>
  635. <action context="Code" dev="JM" type="fix" fixes-bug="38054">
  636. Bugfix: Spans that end up with a negative height don't get swallowed anymore.
  637. </action>
  638. <action context="Code" dev="MM" type="add" fixes-bug="36729">
  639. Relative URLs for the font configuration attributes metrics-url and embed-url
  640. are now supported. A new configuration property font-base has been added. It
  641. sets the base URL against which relative font URLs are resolved. If font-base is
  642. not set base is used.
  643. </action>
  644. <action context="Code" dev="JM" type="add" fixes-bug="38132" due-to="Richard Wheeldon">
  645. Added support for RFC2397 "data" URLs.
  646. </action>
  647. <action context="Code" dev="JM" type="fix" fixes-bug="38132">
  648. Bugfix: Certain border styles could lead to a NullPointerException.
  649. </action>
  650. <action context="Code" dev="JM" type="fix" fixes-bug="38102">
  651. Bugfix: Space was not adjusted if the space was on a nested block. This could
  652. lead to content overflowing the bottom of a page.
  653. </action>
  654. <action context="Code" dev="JM" type="fix">
  655. Bugfix: TableCell did not properly report that it generates reference-areas
  656. which could lead to wrong inherited values for start-indent and end-indent.
  657. </action>
  658. <action context="Code" dev="JM" type="add">
  659. The font loading code now reads the encoding value from the XML font metrics file
  660. so that fonts like Symbol and ZapfDingbats can be embedded explicitely (Required by PDF/A).
  661. </action>
  662. <action context="Code" dev="SP" type="update">
  663. Improvements to the code for inline block content.
  664. </action>
  665. <action context="Code" dev="MM" type="fix" fixes-bug="38089">
  666. Bugfix: Image height for BMP images was incorrectly calculated
  667. </action>
  668. <action context="Code" dev="AD" type="update">
  669. Revision of refinement white-space handling.
  670. </action>
  671. <action context="Code" dev="AD" type="add">
  672. Added feature: support for white-space shorthand
  673. </action>
  674. <action context="Code" dev="AD" type="add">
  675. Added feature: support for page-break-* shorthands
  676. </action>
  677. <action context="Code" dev="MM" type="fix" fixes-bug="38053">
  678. Bugfix: NullPointerException on certain fo:inline within lists.
  679. </action>
  680. <action context="Code" dev="MM" type="fix" fixes-bug="37743">
  681. Bugfix: ClassCastException on certain fo:inline with border combinations.
  682. </action>
  683. <action context="Code" dev="MM" type="fix">
  684. Changed a method name in LineArea from finalize to finalise because it was
  685. never intended for the method to be an override of the Java Object finalize
  686. method. If invoked by the Java garbage collector it may cause a NPE.
  687. </action>
  688. </release>
  689. <release version="0.91beta" date="23 Dec 2005">
  690. <action context="Code" dev="JM" type="update">
  691. Deprecated Fop constructors that use integer constants to select the
  692. output format have been removed in favor or the constructors that use
  693. MIME types.
  694. </action>
  695. <action context="Code" dev="MM" type="fix">
  696. Fixed a bug where the linefeed-treatment property value "preserve" was not
  697. honoured when used in conjunction with text-align="center".
  698. </action>
  699. <action context="Code" dev="JM" type="fix" fixes-bug="37964">
  700. Bugfix: hard breaks with even-page or odd-page were not handled correctly
  701. when spaces were surrounding the break.
  702. </action>
  703. <action context="Code" dev="JM" type="update">
  704. Changed the XMLHandler interface so it doesn't report the MIME type it
  705. supports but instead can report whether it supports a particular Renderer
  706. implementation. XMLHandlers are now configurable.
  707. </action>
  708. <action context="Code" dev="JM" type="fix">
  709. Fixed a bug where SVG content could be clipped when rendered to PostScript.
  710. </action>
  711. <action context="Code" dev="JM" type="fix">
  712. Changed the way resolutions are handled. The single resolution in the user
  713. agent got split up into source and target resolutions. For more info, see
  714. the updated documentation. Note: backwards-incompatible change!
  715. </action>
  716. <action context="Code" dev="JM" type="fix" fixes-bug="37875">
  717. Bugfix: Some content inside a table-header may not have been renderered on
  718. pages n &gt; 1 in certain conditions.
  719. </action>
  720. <action context="Code" dev="MM" type="fix">
  721. Fixed a bug where an empty line, i.e. a block containing only a &amp;nbsp;,
  722. was not rendered at all.
  723. </action>
  724. <action context="Code" dev="JM" type="fix">
  725. Fixed a bug where the area for a finished cell that is broken over pages was
  726. created once for each row it was spanned over instead of only once.
  727. </action>
  728. <action context="Code" dev="JM" type="add">
  729. Added checks that warn about tables and block-containers that are wider than
  730. the available content area.
  731. </action>
  732. <action context="Code" dev="JM" type="fix" fixes-bug="37880">
  733. Bugfix: Footnotes were lost if the footnote appeared in centered text.
  734. </action>
  735. <action context="Code" dev="JM" type="update">
  736. Improved log and error messages in a number of places by adding additional
  737. context information that should make it easier to find the location in the
  738. source files.
  739. </action>
  740. <action context="Code" dev="JM" type="fix">
  741. Fix to correct image sizes in RTF output.
  742. </action>
  743. <action context="Code" dev="JM" type="add">
  744. First attempt at SVG support in RTF output. SVG images are converted to 300dpi JPEG
  745. images internally.
  746. </action>
  747. <action context="Code" dev="JM" type="update">
  748. Additional checks to detect text overflows. The overflow property is now properly
  749. handled where applicable.
  750. </action>
  751. <action context="Code" dev="JM" type="update">
  752. Source location information improved. If location information is not available,
  753. the context information is provided based on text content.
  754. </action>
  755. <action context="Code" dev="JM" type="add">
  756. The command-line now automatically sets two parameters for any XSLT transformation:
  757. "fop-output-format" contains the MIME type of the currently selected output format,
  758. "fop-version" contains FOP's version number.
  759. </action>
  760. <action context="Code" dev="JM" type="fix">
  761. The output file is now deleted when an exception occurs when calling FOP from
  762. the command-line.
  763. </action>
  764. <action context="Code" dev="JM" type="fix">
  765. Bugfix: Areas for table-cells that are broken over more than one page are now
  766. generated even if all its content is already painted on a previous page. This
  767. fixes strange effects like a table grid that is not completely painted.
  768. </action>
  769. <action context="Code" dev="JM" type="fix" fixes-bug="37828">
  770. Bugfix: Column balancing produced strange break decisions in certain multi-column
  771. documents with large amounts of text.
  772. </action>
  773. <action context="Code" dev="JM" type="add">
  774. Added an alternative set of rules for calculating text indents which tries to mimic
  775. the behaviour of many commercial FO implementations that chose to break the rules
  776. in the FO specification in order to better meet the natural expectations of
  777. inexperienced FO users.
  778. </action>
  779. <action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
  780. Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
  781. did not work as expected due to a datatype conversion bug.
  782. </action>
  783. <action context="Code" dev="JM" type="fix" fixes-bug="37813">
  784. Bugfix: A span="all" on the first block cause a subsequent page break and the first block
  785. didn't span all columns.
  786. </action>
  787. <action context="Code" dev="JM" type="fix">
  788. Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
  789. </action>
  790. <action context="Code" dev="JM" type="update">
  791. The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
  792. border has been implemented.
  793. </action>
  794. <action context="Code" dev="JM" type="add">
  795. font-family list still not fully supported but a comma-separated list is now properly tokenized.
  796. FOP will now go through all fonts in the list to find one that is available, but it doesn't
  797. do so per character, yet.
  798. </action>
  799. <action context="Code" dev="JM" type="add">
  800. Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
  801. </action>
  802. <action context="Code" dev="JM" type="fix">
  803. Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
  804. cursor not be be properly advanced when space-before or space-after were present.
  805. </action>
  806. <action context="Code" dev="JM" type="fix">
  807. Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
  808. didn't get removed.
  809. </action>
  810. <action context="Code" dev="JM" type="fix">
  811. The validation check for non-zero borders and padding on a region-* and for empty static-content
  812. elements is now turned off when relaxed validation is active to improve compatibility with
  813. FO documents written for other FO implementations.
  814. </action>
  815. <action context="Code" dev="JM" type="fix">
  816. Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
  817. and content-width and/or content-height is used.
  818. </action>
  819. <action context="Code" dev="JM" type="fix">
  820. Bugfix for a multi-threading problem:
  821. propertyListTable initialization moved from the constructor to a static block in FONode.
  822. This fixes NullPointerExceptions in PropertyList.
  823. </action>
  824. <action context="Code" dev="JM" type="fix">
  825. Bugfix for placement of text inside a text area when borders are present in PostScript output.
  826. </action>
  827. <action context="Code" dev="JM" type="update">
  828. Improvements on leader painting in PDF output.
  829. </action>
  830. <action context="Code" dev="JM" type="add">
  831. Support for leader painting in PostScript output.
  832. </action>
  833. <action context="Code" dev="LF, MM" type="add">
  834. Support for hyphenation-ladder-count.
  835. </action>
  836. </release>
  837. <release version="0.90alpha1" date="22 Nov 2005">
  838. <action context="Code" dev="all" type="update">
  839. <strong>Complete redesign of the FOP codebase</strong> in the period between Dec 2001 and Nov 2005.
  840. There are just too many changes to list here. If you like to know details, run
  841. <code>"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"</code>.
  842. </action>
  843. </release>
  844. <release version="0.20.5" date="18 July 2003">
  845. <action context="Code" dev="all" type="update">
  846. For the change log for the maintenance branch
  847. (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
  848. <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>.
  849. </action>
  850. </release>
  851. </changes>
  852. </status>