diff options
author | Simon Pepping <spepping@apache.org> | 2010-07-16 08:33:38 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-07-16 08:33:38 +0000 |
commit | 8b6a9f470121987cd2a97d435e26fcddaed3631b (patch) | |
tree | 53f85c2548eedec038eefa2f372c76aaa1d9c69a /status.xml | |
parent | 0b48517ac0caed2bf2fb5124dca6c26b3bc184d8 (diff) | |
parent | fcd0a002abac788d392944078cd77b09e8c0f1aa (diff) | |
download | xmlgraphics-fop-8b6a9f470121987cd2a97d435e26fcddaed3631b.tar.gz xmlgraphics-fop-8b6a9f470121987cd2a97d435e26fcddaed3631b.zip |
Merging branches/fop-1_0 back into trunk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 353b8059b..4bb58aebc 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,8 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + </release> + <release version="1.0" date="July 2010"> <action context="Renderers" dev="JM" type="fix"> AFP Output: Fixed positioning of Java2D-based images (when GOCA is enabled). </action> @@ -88,6 +90,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 +139,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 +548,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> |