From 9892073fa4312ae1b58122be32a27a68580c539a Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 4 Mar 2008 11:50:34 +0000 Subject: Renamed to 0.95beta. Made changes and release notes work again by switching to the projectInfo plug-in rather than relying on our local copy of the stylesheets. There's a little bug (missing images) in the release notes for which I submitted a patch (https://issues.apache.org/jira/browse/FOR-1076) to Forrest. Brought status.xml more in line with the official status DTD. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633437 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 141 +++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 56 deletions(-) (limited to 'status.xml') diff --git a/status.xml b/status.xml index 197d599b4..3765b5aed 100644 --- a/status.xml +++ b/status.xml @@ -16,23 +16,50 @@ limitations under the License. --> + - + + + + + + + - - - - + + + + + + + + + + + - + + + Slight improvement for thin lines in Java2D/AWT output. @@ -42,7 +69,7 @@ Turned on XInclude processing for the main source given on the command line. - + Improved the font auto-detection so fonts accessed using the font-family name are selected with higher accuracy. @@ -284,31 +311,21 @@ Added a configuration setting for the renderer/device resolution to the AFP renderer. -

- Facilitate the implementation for font-selection-strategy: -

-
    -
  • Changed FontInfo.fontLookup to always return an array of FontTriplet
  • -
  • Changed CommonFont.getFontState to return an array of FontTriplet
  • -
  • Initial modifications to the related LMs: initialized with - the font corresponding to the first of the triplets
  • -
+ Facilitate the implementation for font-selection-strategy:
+ • Changed FontInfo.fontLookup to always return an array of FontTriplet.
+ • Changed CommonFont.getFontState to return an array of FontTriplet.
+ • Initial modifications to the related LMs: initialized with + the font corresponding to the first of the triplets.
-

PropertyCache phase 2:

-
    -
  • - improvement of the PropertyCache itself should now guarantee acceptable + PropertyCache phase 2:
    + • improvement of the PropertyCache itself should now guarantee acceptable performance of the static caches in multi-session environments, which is - a possible problem with synchronizedMap -
  • -
  • - changed CommonFont to use the cache: + a possible problem with synchronizedMap.
    + • changed CommonFont to use the cache: added CachedCommonFont to contain the properties that are always cacheable - CommonFont itself is only cached if the remaining properties are absolutes -
  • -
  • changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache
  • -
+ CommonFont itself is only cached if the remaining properties are absolutes.
+ • changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache.
Fixed swallowing PCDATA in text-node children of @@ -468,33 +485,36 @@
-

This is the first production grade release of the new FOP - codebase.

-
    -
  • It contains the new API first introduced in release 0.92 - beta. The preceding API has been removed. -
  • -
  • - See the compliance page for an - overview of the compliance of this release with the XSL 1.0 and - 1.1 recommendations. -
  • -
  • - This release again contains many bug fixes and new features. See - below for details. -
  • -
  • - See the known issues page - for an overview of the known issues with this release. -
  • -
-

Caveats:

-
    -
  • - You may experience different behaviour compared to version 0.20.5. - Please consult the "Upgrading" page for details. -
  • -
+
+ Notes +

This is the first production grade release of the new FOP + codebase.

+
    +
  • It contains the new API first introduced in release 0.92 + beta. The preceding API has been removed. +
  • +
  • + See the compliance page for an + overview of the compliance of this release with the XSL 1.0 and + 1.1 recommendations. +
  • +
  • + This release again contains many bug fixes and new features. See + below for details. +
  • +
  • + See the known issues page + for an overview of the known issues with this release. +
  • +
+

Caveats:

+
    +
  • + You may experience different behaviour compared to version 0.20.5. + Please consult the "Upgrading" page for details. +
  • +
+
Added support for the use of Open Type fonts @@ -1069,9 +1089,18 @@ For the change log for the maintenance branch (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or - the CHANGES file in the SVN repository. + the CHANGES file in the SVN repository.
+ + + + + Improve the documentation. + + + +
-- cgit v1.2.3