From: Jeremias Maerki Date: Tue, 4 Mar 2008 11:50:34 +0000 (+0000) Subject: Renamed to 0.95beta. X-Git-Tag: fop-0_95beta~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9892073fa4312ae1b58122be32a27a68580c539a;p=xmlgraphics-fop.git 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 --- diff --git a/forrest.properties b/forrest.properties index 40e6cf06c..95260e665 100644 --- a/forrest.properties +++ b/forrest.properties @@ -107,5 +107,4 @@ bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id= # The names of plugins that are required to build the project # comma separated list (no spaces) # project.required.plugins= -#project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf -project.required.plugins=org.apache.forrest.plugin.output.pdf +project.required.plugins=org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf diff --git a/forrest.properties.xml b/forrest.properties.xml new file mode 100644 index 000000000..d0c01bf4a --- /dev/null +++ b/forrest.properties.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml index 79094c52d..18716903c 100644 --- a/src/documentation/content/xdocs/site.xml +++ b/src/documentation/content/xdocs/site.xml @@ -96,10 +96,10 @@ - + - - + + diff --git a/src/documentation/content/xdocs/tabs.xml b/src/documentation/content/xdocs/tabs.xml index 5fe5763a9..a42fc9bd7 100644 --- a/src/documentation/content/xdocs/tabs.xml +++ b/src/documentation/content/xdocs/tabs.xml @@ -22,7 +22,7 @@ - + diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap index 21e289547..470db0b7b 100644 --- a/src/documentation/sitemap.xmap +++ b/src/documentation/sitemap.xmap @@ -20,37 +20,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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. + + + +