diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-03-04 11:50:34 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-03-04 11:50:34 +0000 |
commit | 9892073fa4312ae1b58122be32a27a68580c539a (patch) | |
tree | 747f85e255dd7c25fa5bba4ff31708f093ac0a0f /status.xml | |
parent | 50dc623e3669fa544c5b0072bede459fe878d6f2 (diff) | |
download | xmlgraphics-fop-9892073fa4312ae1b58122be32a27a68580c539a.tar.gz xmlgraphics-fop-9892073fa4312ae1b58122be32a27a68580c539a.zip |
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
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 141 |
1 files changed, 85 insertions, 56 deletions
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. --> <!-- $Id$ --> +<!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN" + "http://forrest.apache.org/dtd/status-v13.dtd"> <status> <developers> - <!-- Maintained in src/documentation/content/xdocs/team.xml --> + <!-- In alphabetical order (last name) --> + <person name="Max Berger" email="mayberger@apache.org" id="MB"/> + <person name="Chris Bowditch" email="cbowditch@apache.org" id="CB"/> + <person name="Jay Bryant" email="jbryant@apache.org" id="JB"/> + <person name="Adrian Cumiskey" email="acumiskey@apache.org" id="AC"/> + <person name="Bertrand Delacrétaz" email="bdelacretaz@apache.org" id="BD"/> + <person name="Andreas Delmelle" email="adelmelle@apache.org" id="AD"/> + <person name="Luca Furini" email="lfurini@apache.org" id="LF"/> + <person name="Christian Geisert" email="chrisg@apache.org" id="CG"/> + <person name="Vincent Hennebert" email="vhennebert@apache.org" id="VH"/> + <person name="Clay Leeds" email="clay@apache.org" id="CL"/> + <person name="Manuel Mall" email="manuel@apache.org" id="MM"/> + <person name="Jeremias Märki" email="jeremias@apache.org" id="JM"/> + <person name="Simon Pepping" email="spepping@apache.org" id="SP"/> + <person name="the FOP committers" email="fop-dev@xmlgraphics.apache.org" id="all"/> + <person name="Volunteer needed" email="general@xmlgraphics.apache.org" id="open"/> + <!-- See also src/documentation/content/xdocs/team.xml --> </developers> - <todo> - <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks --> - </todo> - + <contexts> + <context id="Docs" title="Changes to Documentation"/> + <context id="Code" title="Changes to the Code Base"/> + <context id="Layout" title="Changes to the Layout Engine"/> + <context id="Renderers" title="Changes to Renderers (Output Formats)"/> + <context id="Fonts" title="Changes to the Font Subsystem"/> + <context id="API" title="Changes to the End-User API"/> + <context id="Extensions" title="Changes to the Bundled Extensions"/> + <context id="Images" title="Changes to the Image Support"/> + </contexts> + <changes> - <release version="FOP Trunk"> + <!--release version="FOP Trunk" date="TBD"--> <!-- change reverted, to be added back later <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). </action> --> + <!--/release--> + <release version="0.95beta" date="8 March 2008"> <action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke"> Slight improvement for thin lines in Java2D/AWT output. </action> @@ -42,7 +69,7 @@ <action context="Code" dev="MB" type="add"> Turned on XInclude processing for the main source given on the command line. </action> - <action context="Fonts" dev="JM" type="fix" fixed-bug="44451" due-to="Justus Piater"> + <action context="Fonts" dev="JM" type="fix" fixes-bug="44451" due-to="Justus Piater"> Improved the font auto-detection so fonts accessed using the font-family name are selected with higher accuracy. </action> @@ -284,31 +311,21 @@ Added a configuration setting for the renderer/device resolution to the AFP renderer. </action> <action context="Layout" dev="AD" type="update"> - <p> - Facilitate the implementation for font-selection-strategy: - </p> - <ul> - <li>Changed FontInfo.fontLookup to always return an array of FontTriplet</li> - <li>Changed CommonFont.getFontState to return an array of FontTriplet</li> - <li>Initial modifications to the related LMs: initialized with - the font corresponding to the first of the triplets</li> - </ul> + Facilitate the implementation for font-selection-strategy:<br/> + • Changed FontInfo.fontLookup to always return an array of FontTriplet.<br/> + • Changed CommonFont.getFontState to return an array of FontTriplet.<br/> + • Initial modifications to the related LMs: initialized with + the font corresponding to the first of the triplets.<br/> </action> <action context="Layout" dev="AD" type="update"> - <p>PropertyCache phase 2:</p> - <ul> - <li> - improvement of the PropertyCache itself should now guarantee acceptable + PropertyCache phase 2:<br/> + • 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 - </li> - <li> - changed CommonFont to use the cache: + a possible problem with synchronizedMap.<br/> + • 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 - </li> - <li>changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache</li> - </ul> + CommonFont itself is only cached if the remaining properties are absolutes.<br/> + • changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache.<br/> </action> <action context="Layout" dev="AD" type="fix" fixes-bug="42705"> Fixed swallowing PCDATA in text-node children of @@ -468,33 +485,36 @@ </release> <release version="0.93" date="9 January 2007"> <notes> - <p>This is the first production grade release of the new FOP - codebase.</p> - <ul> - <li>It contains the new API first introduced in release 0.92 - beta. The preceding API has been removed. - </li> - <li> - See the <a href="../compliance.html">compliance page</a> for an - overview of the compliance of this release with the XSL 1.0 and - 1.1 recommendations. - </li> - <li> - This release again contains many bug fixes and new features. See - below for details. - </li> - <li> - See the <a href="../knownissues.html">known issues page</a> - for an overview of the known issues with this release. - </li> - </ul> - <p>Caveats:</p> - <ul> - <li> - You may experience different behaviour compared to version 0.20.5. - Please consult the <a href="upgrading.html">"Upgrading"</a> page for details. - </li> - </ul> + <section> + <title>Notes</title> + <p>This is the first production grade release of the new FOP + codebase.</p> + <ul> + <li>It contains the new API first introduced in release 0.92 + beta. The preceding API has been removed. + </li> + <li> + See the <link href="../compliance.html">compliance page</link> for an + overview of the compliance of this release with the XSL 1.0 and + 1.1 recommendations. + </li> + <li> + This release again contains many bug fixes and new features. See + below for details. + </li> + <li> + See the <link href="../knownissues.html">known issues page</link> + for an overview of the known issues with this release. + </li> + </ul> + <p>Caveats:</p> + <ul> + <li> + You may experience different behaviour compared to version 0.20.5. + Please consult the <link href="upgrading.html">"Upgrading"</link> page for details. + </li> + </ul> + </section> </notes> <action context="Code" dev="BD" type="add" importance="high"> Added support for the use of Open Type fonts @@ -1069,9 +1089,18 @@ <action context="Code" dev="all" type="update"> For the change log for the maintenance branch (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or - <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/CHANGES?view=markup">the CHANGES file in the SVN repository</a>. + <link href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/CHANGES?view=markup">the CHANGES file in the SVN repository</link>. </action> </release> </changes> + <todo> + <!-- See Bugzilla and http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks --> + <actions> + <action dev="open" type="update" context="Docs"> + Improve the documentation. + </action> + </actions> + </todo> + </status> |