Title: History of Changes 1.1 #History of Changes 1.1 [changes_1.1.rss](changes_1.1.rss) ## Introduction and explanation of symbols { #introduction} Changes are sorted by "type" and then chronologically with the most recent at the top. These symbols denote the various action types:![add](/images/add.jpg)=add,![fix](/images/fix.jpg)=fix,![remove](/images/remove.jpg)=remove,![update](/images/update.jpg)=update ## Version 1.1 (20 October 2012) { #version_1.1} ### Changes to the Code Base { #Code_1.1} - ![add](/images/add.jpg) Added support for the role property on fo:page-sequence, fo:flow and fo:static-content. This allows to change the mapping of those FOs to PDF structure types when enabling accessibility. Committed by VH. - ![add](/images/add.jpg) A global setting to wrap F11 images in page segments. Committed by PH. See issue [FOP-1854](https://issues.apache.org/jira/browse/FOP-1854). - ![add](/images/add.jpg) Added support for PDF Object Streams. When accessibility is enabled and PDF version 1.5 selected, the structure tree will be stored in object streams in order to reduce the size of the final PDF. Committed by VH. Thanks to Peter Hancock. - ![add](/images/add.jpg) Improved support for empty flow-name mapping. Committed by PH. See issue [FOP-1870](https://issues.apache.org/jira/browse/FOP-1870). - ![add](/images/add.jpg) Improvements of the Accessibility features. Committed by PH. Thanks to Vincent Hennebert. - ![add](/images/add.jpg) Suppress unnecessary "font not found warnings" when generating AFP with raster fonts Committed by CB. Thanks to Luis Bernardo. See issue [FOP-2010](https://issues.apache.org/jira/browse/FOP-2010). - ![add](/images/add.jpg) SVG text in AFP creates miscoded GOCA text Committed by CB. Thanks to Luis Bernardo. See issue [FOP-1934](https://issues.apache.org/jira/browse/FOP-1934). - ![add](/images/add.jpg) Add support for different flow-name of fo:region-body in FOP Committed by CB. Thanks to Peter Hancock. See issue [FOP-1870](https://issues.apache.org/jira/browse/FOP-1870). - ![add](/images/add.jpg) Tagged PDF performance improvement plus tests Committed by CB. Thanks to Mehdi Houshmand. See issue [FOP-1958](https://issues.apache.org/jira/browse/FOP-1958). - ![add](/images/add.jpg) Improved AdobeStandardEncoding support in AFM files for type1 fonts Committed by MH. See issue [FOP-1995](https://issues.apache.org/jira/browse/FOP-1995). - ![add](/images/add.jpg) Added ant script to get JaCoCo code coverage. Committed by VH. Thanks to Mehdi Houshmand. See issue [FOP-1991](https://issues.apache.org/jira/browse/FOP-1991). - ![add](/images/add.jpg) Added to build file JUnit target that uses a regex to run all of the test cases. This reduces the risk that some of them are omitted when building FOP. Committed by VH. Thanks to Mehdi Houshmand. See issue [FOP-1986](https://issues.apache.org/jira/browse/FOP-1986). - ![add](/images/add.jpg) Allow JPEG images to be embedded in an AFP document as is, without being decoded and encoded. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1984](https://issues.apache.org/jira/browse/FOP-1984). - ![add](/images/add.jpg) Simplification of the build: Reduced code duplication and layout engine tests. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1980](https://issues.apache.org/jira/browse/FOP-1980). - ![add](/images/add.jpg) Fix for when the last simple-page-master referenced in a page-sequence-master is not chosen when force-page-count=odd. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1976](https://issues.apache.org/jira/browse/FOP-1976). - ![add](/images/add.jpg) Upgraded all tests to JUnit 4. Committed by VH. Thanks to Mehdi Houshmand. See issue [FOP-1973](https://issues.apache.org/jira/browse/FOP-1973). - ![add](/images/add.jpg) Added support for resolution of relative URIs against a specified xml:base during property refinement. Committed by AD. See issue [FOP-1744](https://issues.apache.org/jira/browse/FOP-1744). - ![fix](/images/fix.jpg) Fix incorrect language and country code key generation in hyphenation tree cache. Committed by GA. Thanks to Dieter von Holten. See issue [FOP-2082](https://issues.apache.org/jira/browse/FOP-2082). - ![fix](/images/fix.jpg) Eliminate javadocs warnings. Committed by GA. - ![fix](/images/fix.jpg) Eliminate incorrect use of object identity which produces excessive property cache collisions. Committed by GA. Thanks to Alexios Giotis. See issue [FOP-2078](https://issues.apache.org/jira/browse/FOP-2078). - ![fix](/images/fix.jpg) Eliminate javadocs warnings. Committed by GA. - ![fix](/images/fix.jpg) Use new double format utility to improve thread safety and performance. Committed by GA. Thanks to Ognjen Blagojevic. See issue [FOP-1460](https://issues.apache.org/jira/browse/FOP-1460). - ![fix](/images/fix.jpg) Convert block container overflow exception to event model, improving overflow property behavior. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2045](https://issues.apache.org/jira/browse/FOP-2045). - ![fix](/images/fix.jpg) Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former. Committed by GA. See issue [FOP-2042](https://issues.apache.org/jira/browse/FOP-2042). - ![fix](/images/fix.jpg) Prevent NPE on use of unsupported collapse-with-precedence; fall back to collapse. Fix checkstyle errors from prior commit. Committed by GA. Thanks to Pascal Sancho. See issue [FOP-2018](https://issues.apache.org/jira/browse/FOP-2018). - ![fix](/images/fix.jpg) Invoke JVM in headless mode from FOP command scripts and JS shell to prevent stealing focus from GUI applications. Committed by GA. See issue [FOP-1858](https://issues.apache.org/jira/browse/FOP-1858). - ![fix](/images/fix.jpg) Support list-block in marker, thus preventing NPE. Committed by GA. See issue [FOP-2027](https://issues.apache.org/jira/browse/FOP-2027). - ![fix](/images/fix.jpg) Must use unqualified (local name) when reporting invalid child error. Committed by GA. - ![fix](/images/fix.jpg) Restore lookup on Event message lookup field part. Add locale field to Event to enable locale dependent deferred bundle load during lookup field part substitution. Committed by GA. See issue [FOP-2040](https://issues.apache.org/jira/browse/FOP-2040). - ![fix](/images/fix.jpg) Bug in AFP font metrics that performed integer arithmetic when it should have been double arithemetic. Committed by MH. - ![fix](/images/fix.jpg) Bring clone() in line with the recommendations in Object.clone(). Committed by GA. Thanks to Simon Pepping. See issue [FOP-1836](https://issues.apache.org/jira/browse/FOP-1836). - ![fix](/images/fix.jpg) How to use native text with EPSDocumentGraphics2D. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2032](https://issues.apache.org/jira/browse/FOP-2032). - ![fix](/images/fix.jpg) Allow https scheme URI for PDF external action target. Committed by GA. Thanks to Paul Huemer. See issue [FOP-1954](https://issues.apache.org/jira/browse/FOP-1954). - ![fix](/images/fix.jpg) RTF percentage table column width not calculated from table. Committed by GA. Thanks to Carsten Pfeiffer. See issue [FOP-1908](https://issues.apache.org/jira/browse/FOP-1908). - ![fix](/images/fix.jpg) RTF generates unexpected lines for blocks in tables. Also fix three findbugs issues. Committed by GA. Thanks to Max Aster. See issue [FOP-1918](https://issues.apache.org/jira/browse/FOP-1918). - ![fix](/images/fix.jpg) RTF tables do not support percent column-widths. Committed by GA. Thanks to Max Aster. See issue [FOP-1916](https://issues.apache.org/jira/browse/FOP-1916). - ![fix](/images/fix.jpg) Access denied (java.util.PropertyPermission org.apache.fop.fo.properties.use-cache read). Committed by GA. Thanks to Armin Haaf. See issue [FOP-1873](https://issues.apache.org/jira/browse/FOP-1873). - ![fix](/images/fix.jpg) Incorrect message when encountering a block in an inline in a footnote. Committed by GA. Thanks to Adrian Buza. See issue [FOP-1837](https://issues.apache.org/jira/browse/FOP-1837). - ![fix](/images/fix.jpg) Specified rule-thickness applies only when leader-pattern is rule, otherwise should use default thickness. Committed by GA. Thanks to Georg Datterl. See issue [FOP-1676](https://issues.apache.org/jira/browse/FOP-1676). - ![fix](/images/fix.jpg) Eliminate duplicate code. Committed by GA. Thanks to Julien Aymé. See issue [FOP-1806](https://issues.apache.org/jira/browse/FOP-1806) - ![fix](/images/fix.jpg) Correct coding error in AFPResourceLevel#equals. Committed by GA. Thanks to Julien Aymé. See issue [FOP-1807](https://issues.apache.org/jira/browse/FOP-1807). - ![fix](/images/fix.jpg) Throw IFException instead of NPE if navigation target (page reference) doesn't exist. Committed by GA. Thanks to Melanie Drake. See issue [FOP-1968](https://issues.apache.org/jira/browse/FOP-1968). - ![fix](/images/fix.jpg) Fixed memory waste in traits map. Committed by GA. Thanks to Sergey Vladimirov. See issue [FOP-1967](https://issues.apache.org/jira/browse/FOP-1967). - ![fix](/images/fix.jpg) Fixed small memory waste in rowCells array construction. Committed by GA. Thanks to Sergey Vladimirov. See issue [FOP-1966](https://issues.apache.org/jira/browse/FOP-1966). - ![fix](/images/fix.jpg) Fixed incorrect rejection of fo:wrapper inside fo:inline inside fo:footnote-body. Committed by GA. Thanks to Alberto Simões. See issue [FOP-2036](https://issues.apache.org/jira/browse/FOP-2036). - ![fix](/images/fix.jpg) Fixed deadlock in PropertyCache. Committed by VH. Thanks to Alexios Giotis. See issue [FOP-1646](https://issues.apache.org/jira/browse/FOP-1646). - ![fix](/images/fix.jpg) Fixed bug that caused a configured and installed SVG font to be stroked, also added an event indicating when fonts are stroked. Committed by MH. Thanks to Luis Bernardo. See issue [FOP-2029](https://issues.apache.org/jira/browse/FOP-2029). - ![fix](/images/fix.jpg) Fix of a bug introduced when merging ImproveAccessibility. Committed by PH. - ![fix](/images/fix.jpg) Fixed rendering of special glyphs when using single-byte encoding mode. Committed by VH. Thanks to Luis Bernardo. See issue [FOP-2023](https://issues.apache.org/jira/browse/FOP-2023). - ![fix](/images/fix.jpg) Fixed regression introduced by issue [FOP-1886](https://issues.apache.org/jira/browse/FOP-1886): bookmarks pointing to a non-existing internal destination should just trigger a warning. Committed by AD. See issue [FOP-1886](https://issues.apache.org/jira/browse/FOP-1886). - ![fix](/images/fix.jpg) Fix for issue in RenderPagesModel.checkPreparedPages() where the same page-sequence is potentially started multiple times. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1889](https://issues.apache.org/jira/browse/FOP-1889). - ![fix](/images/fix.jpg) Fix for performance issue when adding pages, if the total number of pages is significantly large. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1890](https://issues.apache.org/jira/browse/FOP-1890). - ![fix](/images/fix.jpg) Fix for performance issue when adding nodes, if the number of children is significantly large. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1888](https://issues.apache.org/jira/browse/FOP-1888). - ![fix](/images/fix.jpg) Fix for avoid ArrayIndexOutOfBoundsException for codepoints without a linebreak class Committed by AD. See issue [FOP-1874](https://issues.apache.org/jira/browse/FOP-1874). - ![fix](/images/fix.jpg) Replaced magic numbers with constants from UnitConv and GraphicsConstants. Committed by VH. Thanks to Joshua Marquart. See issue [FOP-1828](https://issues.apache.org/jira/browse/FOP-1828). - ![update](/images/update.jpg) Update xmlgraphics common jar to reflect recent fixes in XGC. Committed by GA. See issue [FOP-2039](https://issues.apache.org/jira/browse/FOP-2039). - ![update](/images/update.jpg) Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted by Julien Aymé. Committed by GA. Thanks to Julien Aymé. See issue [FOP-1460](https://issues.apache.org/jira/browse/FOP-1460). - ![update](/images/update.jpg) Improve property function argument parsing, specifically, better separate required, optional, and variable arguments and the handling of optional argument defaults. Regularize property function class names. Committed by GA. - ![update](/images/update.jpg) Add run target for embedded examples. Add increased JVM memory heap flag for example8 in case font cache is rebuilt. Committed by GA. See issue [FOP-1955](https://issues.apache.org/jira/browse/FOP-1955). ### Changes to the User Configuration { #Config_1.1} - ![add](/images/add.jpg) Added configuration option to set the version of the output PDF document. Committed by VH. Thanks to Mehdi Houshmand. See issue [FOP-1945](https://issues.apache.org/jira/browse/FOP-1945). - ![fix](/images/fix.jpg) Fix crash on use of version switch (-v). Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1988](https://issues.apache.org/jira/browse/FOP-1988). - ![fix](/images/fix.jpg) Fix exception thrown from use of -print option in CLI. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2065](https://issues.apache.org/jira/browse/FOP-2065). - ![fix](/images/fix.jpg) Fix for relative URIs in the configuration file (base, font-base, hyphenation-base) are evaluated relative to the base URI of the configuration file. Committed by SP. ### Changes to Documentation { #Docs_1.1} - ![fix](/images/fix.jpg) Fix renderer mime type for PCL output; should be application/x-pcl. Committed by GA. See issue [FOP-2064](https://issues.apache.org/jira/browse/FOP-2064). - ![update](/images/update.jpg) Update FAQ and New Bug documentation. Committed by GA. ### Changes to the Font Subsystem { #Fonts_1.1} - ![add](/images/add.jpg) Add support for OpenType advanced typographic tables (GDEF, GSUB, GPOS). Committed by GA. - ![add](/images/add.jpg) Added support for lookup of alternative glyphs when additional single-byte encodings are used, ex. replacing "Omegagreek" by "Omega" and vice versa. Committed by JM. Thanks to Alexandros Papadakis. See issue [FOP-1892](https://issues.apache.org/jira/browse/FOP-1892). - ![add](/images/add.jpg) Added convenience support for the flushing of the Fop font cache file from the command line. Committed by AC. - ![fix](/images/fix.jpg) Fix performance regression in JDK 1.6 Update 19 due to use of Java Beans API. Fix checkstyle errors. Committed by GA. Thanks to Tassos Charoulis. See issue [FOP-2057](https://issues.apache.org/jira/browse/FOP-2057). - ![fix](/images/fix.jpg) Ensure fonts are not loaded twice (redundantly). Committed by GA. See issue [FOP-2055](https://issues.apache.org/jira/browse/FOP-2055). - ![fix](/images/fix.jpg) Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit grayscale images. Revision 4. Committed by PH. See issue [FOP-1767](https://issues.apache.org/jira/browse/FOP-1767). - ![fix](/images/fix.jpg) Changes the way PostScript handles Graphics2D images such that if the language is set to level 3, the image is stored as an embedded file which has no length limit. Previously it was stored as an array which has a implementation limit of 65535 elements. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1962](https://issues.apache.org/jira/browse/FOP-1962). - ![fix](/images/fix.jpg) PDFFactory responsible for asdigning name to a subset font. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1961](https://issues.apache.org/jira/browse/FOP-1961). - ![fix](/images/fix.jpg) Improved support for EBCDIC encoded double byte fonts fo AFP. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1950](https://issues.apache.org/jira/browse/FOP-1950). - ![fix](/images/fix.jpg) Corrected typographical errors in AFPBase12FontCollection. Committed by PH. Thanks to Mehdi Houshmand. See issue [FOP-1933](https://issues.apache.org/jira/browse/FOP-1933). - ![fix](/images/fix.jpg) Fixed a bug in TTF subsetting where a composite glyph could get remapped more than once resulting in garbled character. Committed by JM. Thanks to Mehdi Houshmand. See issue [FOP-1953](https://issues.apache.org/jira/browse/FOP-1953). - ![fix](/images/fix.jpg) Fixed a number of bugs concerning Type 1 and other single-byte fonts (glyph width mismatches and overlapping characters). Committed by JM. See issue [FOP-1887](https://issues.apache.org/jira/browse/FOP-1887). - ![fix](/images/fix.jpg) Removed invalid entries in ToUnicode table of CID subset fonts. Committed by JM. Thanks to Mehdi Houshmand. See issue [FOP-1931](https://issues.apache.org/jira/browse/FOP-1931). - ![fix](/images/fix.jpg) Reinstated support for being able to specify a font cache filepath in the fop user configuration. Committed by AC. - ![update](/images/update.jpg) Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point. See bug 50492. Committed by GA. ### Changes to the Image Support { #Images_1.1} - ![fix](/images/fix.jpg) Fix incorrect SVG line dash pattern with PDF output format. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2079](https://issues.apache.org/jira/browse/FOP-2079). - ![fix](/images/fix.jpg) Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Committed by GA. Thanks to Luis Bernardo, Matthias Reischenbacher. See issue [FOP-1256](https://issues.apache.org/jira/browse/FOP-1256). - ![update](/images/update.jpg) Fix interoperability issue with Adobe reader regarding use of multiple filters. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1256](https://issues.apache.org/jira/browse/FOP-1256). - ![update](/images/update.jpg) Update site documentation about PNG image loading configuration and support. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1256](https://issues.apache.org/jira/browse/FOP-1256). - ![update](/images/update.jpg) Fix newly introduced findbugs warnings. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1256](https://issues.apache.org/jira/browse/FOP-1256). ### Changes to the Layout Engine { #Layout_1.1} - ![add](/images/add.jpg) Add support for complex scripts, including: full bidi support, support for advanced typographic tables, advanced support for number conversion. Committed by GA. See issues [FOP-959](https://issues.apache.org/jira/browse/FOP-959), [FOP-1790](https://issues.apache.org/jira/browse/FOP-1790), [FOP-1827](https://issues.apache.org/jira/browse/FOP-1827). - ![fix](/images/fix.jpg) Unify date formatting between FOP and XGC as well as tidying the date format code. Committed by GA. Thanks to Robert Meyer. See issue [FOP-2059](https://issues.apache.org/jira/browse/FOP-2059). - ![fix](/images/fix.jpg) Fix for break before (break-before) not respected on blocks nested in inlines. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1567](https://issues.apache.org/jira/browse/FOP-1567). - ![fix](/images/fix.jpg) Don't restart layout unless abs(ipd difference) > 1 in order to prevent rounding issues from triggering false restart. Committed by GA. Thanks to Pascal Sancho. See issue [FOP-1921](https://issues.apache.org/jira/browse/FOP-1921). - ![fix](/images/fix.jpg) Ensure that table cell spanning works in right-to-left writing mode. Committed by GA. Thanks to Matthias Reischenbacher. See issue [FOP-2047](https://issues.apache.org/jira/browse/FOP-2047). - ![fix](/images/fix.jpg) Ensure that table footer and header are included in bididirectional resolution. Committed by GA. See issue [FOP-2043](https://issues.apache.org/jira/browse/FOP-2043). - ![fix](/images/fix.jpg) Ensure writing-mode specified on fo:table is used to determine writing mode of table and its descendants. Committed by GA. See issue [FOP-2046](https://issues.apache.org/jira/browse/FOP-2046). - ![fix](/images/fix.jpg) Ensure square image is appropriately scaled. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2014](https://issues.apache.org/jira/browse/FOP-2014). - ![fix](/images/fix.jpg) Issue [FOP-1911](https://issues.apache.org/jira/browse/FOP-1911): Fixed a regression in BlockContainerLayoutManager where margins were no longer reset after forced breaks. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1911](https://issues.apache.org/jira/browse/FOP-1911). - ![fix](/images/fix.jpg) Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas. Committed by VH. - ![fix](/images/fix.jpg) Fix for keep-together does not apply to fo:table-cell. Committed by VH. - ![fix](/images/fix.jpg) Fix for keep-together on a table containing row-spanning cells that was not honored. Committed by VH. - ![fix](/images/fix.jpg) Fix for padding-start ignored when table-header/footer is repeated. Committed by VH. Thanks to Matthias Reischenbacher. See issue [FOP-1864](https://issues.apache.org/jira/browse/FOP-1864). - ![fix](/images/fix.jpg) Fix for correct behavior of keep-together.within-line in case there are nested inlines Committed by AD. See issue [FOP-1847](https://issues.apache.org/jira/browse/FOP-1847). - ![fix](/images/fix.jpg) Fix for avoid ClassCastException when using fox:widow-content-limit Committed by AD. See issue [FOP-1746](https://issues.apache.org/jira/browse/FOP-1746). - ![fix](/images/fix.jpg) Fix for content after forced break in block-container is not rendered. Committed by VH. See issue [FOP-1859](https://issues.apache.org/jira/browse/FOP-1859). - ![fix](/images/fix.jpg) Fixed adjustment of inline parent area for justified text containing a forward page reference. Committed by JM. See issue [FOP-1344](https://issues.apache.org/jira/browse/FOP-1344). - ![fix](/images/fix.jpg) Fixed behavior when combining hyphenation with preserved linefeeds or whitespace. Committed by AD. See issue [FOP-1133](https://issues.apache.org/jira/browse/FOP-1133). - ![fix](/images/fix.jpg) Fixed retrieval of available BPD for cases spanning columns and multiple pages with differing page masters. Committed by JM. See issue [FOP-1853](https://issues.apache.org/jira/browse/FOP-1853). ### Changes to Renderers (Output Formats) { #Renderers_1.1} - ![add](/images/add.jpg) Added possibility to embed TrueType fonts in PostScript. Committed by VH. See issue [FOP-2004](https://issues.apache.org/jira/browse/FOP-2004). - ![add](/images/add.jpg) Various bugfixes to make PDFDocumentGraphics2D operational again. Committed by JM. - ![add](/images/add.jpg) Added support for 128bit encryption in PDF output. Committed by VH. Thanks to Michael Rubin. - ![add](/images/add.jpg) Added an IFDocumentHandler filter for triggering rendering events. Created an Event that captures an end page event with the page number. Committed by PH. - ![add](/images/add.jpg) Added option to place AFP NOPs right before the end of a named page group (page-sequence), rather than after the start. Committed by JM. - ![add](/images/add.jpg) Added option for PostScript output to optimize for file size rather than quality. Committed by JM. - ![add](/images/add.jpg) AFP GOCA: Added option to disable GOCA and to control text painting inside GOCA graphics. Committed by JM. - ![add](/images/add.jpg) Added id element to intermediate format to track the origin of content. Committed by VH. - ![add](/images/add.jpg) Added support for CIE Lab colors (from XSL-FO 2.0 WD). Committed by JM. - ![add](/images/add.jpg) Initial work on spot colors (aka named colors) for PDF output. Committed by JM. Thanks to Patrick Jaromin. See issue [FOP-1810](https://issues.apache.org/jira/browse/FOP-1810). - ![add](/images/add.jpg) Allow afp:no-operation to also appear under fo:page-sequence and fo:declarations. Committed by JM. - ![add](/images/add.jpg) Added some support for break-before/-after for RTF output. Committed by JM. Thanks to Max Aster. See issue [FOP-1371](https://issues.apache.org/jira/browse/FOP-1371). - ![add](/images/add.jpg) Added ability to embed an external AFP page segment resource file (AFP output only). Committed by JM. Thanks to Peter Hancock. See issue [FOP-1809](https://issues.apache.org/jira/browse/FOP-1809). - ![add](/images/add.jpg) Added support for PDF File Attachments (Embedded Files). Committed by JM. Thanks to Andrejus Chaliapinas. See issue [FOP-1498](https://issues.apache.org/jira/browse/FOP-1498). - ![fix](/images/fix.jpg) Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. Committed by GA. See issues [FOP-2072](https://issues.apache.org/jira/browse/FOP-2072), [FOP-2073](https://issues.apache.org/jira/browse/FOP-2073). - ![fix](/images/fix.jpg) Add extension to place code just before PostScript %PageTrailer. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2069](https://issues.apache.org/jira/browse/FOP-2069). - ![fix](/images/fix.jpg) Fix invalid PostScript file being created when font-size is 0. Committed by GA. Thanks to Robert Meyer. See issue [FOP-2068](https://issues.apache.org/jira/browse/FOP-2068). - ![fix](/images/fix.jpg) Stop outputting the Type entry for structure elements in order to create a smaller PDF ouptut when accessibility is enabled. Committed by VH. Thanks to Martin Koegler. - ![fix](/images/fix.jpg) Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-2063](https://issues.apache.org/jira/browse/FOP-2063). - ![fix](/images/fix.jpg) Fix for invalid PDF for certain numerical values in SVG lineargradient. Committed by GA. Thanks to Luis Bernardo. See issue [FOP-1259](https://issues.apache.org/jira/browse/FOP-1259). - ![fix](/images/fix.jpg) Fix for XGC when rendering PostScript using SVG being drawn upside down when using a custom affine transform. Committed by GA. Thanks to Robert Meyer. See issue [FOP-1769](https://issues.apache.org/jira/browse/FOP-1769). - ![fix](/images/fix.jpg) Don't write final /sect suffix in RTF if section is last section. Committed by GA. Thanks to Benjamin Riefenstahl. See issue [FOP-1948](https://issues.apache.org/jira/browse/FOP-1948). - ![fix](/images/fix.jpg) Take leading derived space before/after into account when computing rows for TXT renderer. Committed by GA. See issue [FOP-1985](https://issues.apache.org/jira/browse/FOP-1985). - ![fix](/images/fix.jpg) Improved fix of a bug relating to PCL painter thread safetly. Previous fix in rev 895012 worked by synchronizing methods of a static instance of Java2DFontMetrics. This fix uses a unique instance for per thread. Committed by PH. See issue [FOP-1718](https://issues.apache.org/jira/browse/FOP-1718). - ![fix](/images/fix.jpg) Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embedding a Page Segment. Committed by PH. - ![fix](/images/fix.jpg) Fixed a bug in AFP where the object area axes of an Include Object was incorrectly set when rotated by 180. Committed by PH. - ![fix](/images/fix.jpg) Fixed a multi-threading bug for SVG images included through svg:image inside SVG documents. Committed by JM. - ![fix](/images/fix.jpg) Fix for alternative text not working in tagged PDF for TIFF images. Committed by VH. - ![fix](/images/fix.jpg) Fixed io exception in MODCAParser caused by the improper use of mark() and reset() on the MODCA data input stream. Added unit test. Committed by PH. See issue [FOP-1909](https://issues.apache.org/jira/browse/FOP-1909). - ![fix](/images/fix.jpg) Fixed mapping of font weights between CSS values and TextAttribute.WEIGHT_*. Committed by JM. Thanks to Glenn Adams. See issue [FOP-1907](https://issues.apache.org/jira/browse/FOP-1907). - ![fix](/images/fix.jpg) AFP GOCA: fonts were not embedded from within AFPGraphics2D. Committed by JM. - ![fix](/images/fix.jpg) AFP GOCA: Changed the way FOP fonts are selected based on Batik's GVT fonts to match the behaviour of PDF/PS output. Committed by JM. - ![fix](/images/fix.jpg) AFP GOCA: Work-around for InfoPrint's AFP implementation which seems to lose the character set state over Graphics Data (GAD) boundaries. Committed by JM. - ![fix](/images/fix.jpg) Bugfix for AFP GOCA segments: they were not properly marked as appended which could lead to graphics state changes in some implementations. Committed by JM. - ![fix](/images/fix.jpg) Issue [FOP-1919](https://issues.apache.org/jira/browse/FOP-1919): Bookmarks create useless lines in RTF Committed by CB. Thanks to Max Aster. See issue [FOP-1919](https://issues.apache.org/jira/browse/FOP-1919). - ![fix](/images/fix.jpg) Issue [FOP-1917](https://issues.apache.org/jira/browse/FOP-1917): page-number-citation-last does not work in RTF Committed by CB. Thanks to Max Aster. See issue [FOP-1917](https://issues.apache.org/jira/browse/FOP-1917). - ![fix](/images/fix.jpg) Issue [FOP-1915](https://issues.apache.org/jira/browse/FOP-1915): Fixed a NullPointerException in case a white-space fo:character was removed due to white-space handling. Committed by AD. Thanks to Matthias Reischenbacher. See issue [FOP-1915](https://issues.apache.org/jira/browse/FOP-1915). - ![fix](/images/fix.jpg) Issue [FOP-1914](https://issues.apache.org/jira/browse/FOP-1914): Fixed an issue in PDF output where a link was added to the parent tree instead of the related structure element. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1914](https://issues.apache.org/jira/browse/FOP-1914). - ![fix](/images/fix.jpg) Issue [FOP-1913](https://issues.apache.org/jira/browse/FOP-1913): Fixed an issue where invalid PDF page content was generated due to incorrect ET/EMC sequences. Committed by AD. Thanks to Martin Koegler. See issue [FOP-1913](https://issues.apache.org/jira/browse/FOP-1913). - ![fix](/images/fix.jpg) Increased maximum possible PDF size from 2GB to around 9GB (hard maximum imposed by the PDF specification). Committed by JM. - ![fix](/images/fix.jpg) Fix to preserve the order of AFP TLEs and NOPs as given in the XSL-FO document. Committed by JM. Thanks to Mehdi Houshmand. See issue [FOP-1894](https://issues.apache.org/jira/browse/FOP-1894). - ![fix](/images/fix.jpg) Fixed a multi-threading issue when rendering SVG. Committed by JM. Thanks to Alexios Giotis. See issue [FOP-1610](https://issues.apache.org/jira/browse/FOP-1610). - ![remove](/images/remove.jpg) Removed old Renderer implementations for those output formats that have a version based on the new DocumentHandler architecture available (AFP, PCL, PDF, PS). Committed by VH. ### Changes to unit tests or other test code { #Test_1.1} - ![fix](/images/fix.jpg) Fix errors and warnings in example files. Add build.xml for documentation examples. Committed by GA. - ![update](/images/update.jpg) Add test for basic-link with padding. Committed by GA. Thanks to Matthias Reischenbacher. See issue [FOP-1864](https://issues.apache.org/jira/browse/FOP-1864). ### Contributors to this release { #contributors_1.1} We thank the following people for their contributions to this release. This is a list of all people who participated as committers: Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Glenn Adams (GA), Jeremias Märki (JM), Mehdi Houshmand (MH), Peter Hancock (PH), Simon Pepping (SP), Vincent Hennebert (VH). This is a list of other contributors: Adrian Buza, Alberto Simões, Alexandros Papadakis, Alexios Giotis, Andrejus Chaliapinas, Armin Haaf, Benjamin Riefenstahl, Carsten Pfeiffer, Dieter von Holten, Georg Datterl, Glenn Adams, Joshua Marquart, Julien Aymé, Luis Bernardo, Martin Koegler, Matthias Reischenbacher, Max Aster, Mehdi Houshmand, Melanie Drake, Michael Rubin, Ognjen Blagojevic, Pascal Sancho, Patrick Jaromin, Paul Huemer, Peter Hancock, Robert Meyer, Sergey Vladimirov, Simon Pepping, Tassos Charoulis, Vincent Hennebert.