From d734b37908aafcdce0f5690d71afdc6535dacc21 Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Mon, 5 Jul 2010 15:05:55 +0000 Subject: 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 --- README | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'README') diff --git a/README b/README index 37ede8930..853901e13 100644 --- a/README +++ b/README @@ -90,6 +90,52 @@ http://xmlgraphics.apache.org/fop/stable/running.html RELEASE NOTES ============================================================================== +Version 1.0 +=========== + +This is a production grade release of Apache FOP. +It contains many bug fixes and new features. See below for details. + +Compliance +---------- + +This release implements the XSL 1.0 and 1.1 recommendations to a high +degree of compliance. See the compliance page +http://xmlgraphics.apache.org/fop/compliance.html for a detailed +overview. + +Known issues +------------ + +The known issues of this release are listed at +http://xmlgraphics.apache.org/fop/1.0/knownissues_overview.html. + +Major Changes in Version 1.0 +---------------------------- + +* Added support for addressing all glyphs available in a Type 1 font +* Added support for auto-configuring TrueType Collections. XML font + metrics files for *.ttc fonts are not required anymore. +* Added support for rendering pages using Java Printing System. +* Support character-by-character font-selection strategy on + fo:character element. +* Implemented word-by-ford font-selection strategy on text. +* AFP Output: Various enhancements +* FOP now creates ToUnicode CMaps for single-byte fonts that don't use + built-in encodings +* Introduced a new, additional intermediate format optimized for + performance. See the intermediate format documentation for details. +* Added an initial set of extensions for prepress support. +* Added limited support for different page widths within a page-sequence. +* Added support for TrueType fonts with symbol character maps (like + "Wingdings" and "Symbol"). + +The long list of changes in this release is available at +http://xmlgraphics.apache.org/fop/1.0/changes_1.0.html. + +The long list of changes in this and earlier releases is available at +http://xmlgraphics.apache.org/fop/changes.html. + Version 0.95 ============ -- cgit v1.2.3