diff options
author | Simon Pepping <spepping@apache.org> | 2010-07-05 15:05:55 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-07-05 15:05:55 +0000 |
commit | d734b37908aafcdce0f5690d71afdc6535dacc21 (patch) | |
tree | b3e1373d65549e5870b2fc4e0dbeb9e1f8d0a9b2 /status.xml | |
parent | 9d71d8cb976d4d225ccc144755c85fa1afff34de (diff) | |
download | xmlgraphics-fop-d734b37908aafcdce0f5690d71afdc6535dacc21.tar.gz xmlgraphics-fop-d734b37908aafcdce0f5690d71afdc6535dacc21.zip |
First changes for the release, mainly documentation changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 353b8059b..dfbc033e4 100644 --- a/status.xml +++ b/status.xml @@ -57,7 +57,7 @@ users, i.e. when the behaviour changes and could affect the layout of existing documents. Example: the fix of marks layering will be such a case when it's done. --> - <release version="FOP Trunk" date="TBD"> + <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 +88,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. |