diff options
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 353b8059b..1f0916753 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,21 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="VH" type="remove"> + Removed old Renderer implementations for those output formats that have a version based on + the new DocumentHandler architecture available (AFP, PCL, PDF, PS). + </action> + <action context="Fonts" dev="AC" type="fix"> + Reinstated support for being able to specify a font cache filepath in the fop user configuration. + </action> + <action context="Fonts" dev="AC" type="add"> + Added convenience support for the flushing of the Fop font cache file from the command line. + </action> + <action context="Renderers" dev="JM" type="add" fixes-bug="44460" due-to="Andrejus Chaliapinas"> + Added support for PDF File Attachments (Embedded Files). + </action> + </release> + <release version="1.0" date="21 July 2010"> <action context="Renderers" dev="JM" type="fix"> AFP Output: Fixed positioning of Java2D-based images (when GOCA is enabled). </action> @@ -88,6 +103,8 @@ <action context="Renderers" dev="JM" type="add" fixes-bug="48567" due-to="Peter Hancock"> Initial support for CID-keyed double-byte fonts (Type 0) in AFP output. </action> + <action context="API" dev="SP" type="add">Added a command-line option '-catalog' to use a catalog resolver for the XML and XSLT files</action> + <action context="Layout" dev="SP" type="add">Implement internal character classes if the hyphenation pattern file does not contain them</action> <action context="Layout" dev="VH" type="fix" fixes-bug="46486"> Bugfix: having a special page-master for the last page caused loss of content when normal blocks were mixed with blocks spanning all columns. @@ -135,7 +152,7 @@ <action context="Renderers" dev="JM,VH" type="add" fixes-bug="46705" due-to="Jost Klopfstein"> Added basic accessibility and Tagged PDF support. </action> - <action context="Code" dev="JM" type="add"> + <action context="Renderers" dev="JM" type="add"> Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as embedded objects. </action> <action context="Code" dev="AC" type="add"> @@ -544,6 +561,10 @@ Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding. </action> + <action context="Code" dev="JM" type="add" importance="high"> + Added an event handling framework which allows to get better feedback from within FOP + with the ability to customize problem management. + </action> </release> <release version="0.95" date="05 August 2008"> <notes> |