Browse Source

Introduce 0.94 in status.xml and README


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94@564159 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Vincent Hennebert 16 years ago
parent
commit
bac980521d
2 changed files with 39 additions and 2 deletions
  1. 37
    2
      README
  2. 2
    0
      status.xml

+ 37
- 2
README View File

@@ -20,7 +20,7 @@ What is FOP?

Apache FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java application that reads a formatting object tree
conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it
conforming to the XSL 1.1 Recommendation (05 December 2006) and then turns it
into a PDF document, certain other output formats or allows you to preview it
directly on screen. Some parts of the XSL 1.1 specification (work in progress!)
have also been implemented.
@@ -90,6 +90,41 @@ http://xmlgraphics.apache.org/fop/stable/running.html
RELEASE NOTES
==============================================================================

Version 0.94
============

This is the second production grade release of the new FOP codebase.
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/0.94/knownissues_overview.html.

Major Changes in Version 0.94
-----------------------------

* Add support for font auto-detection (JM) Thanks to Adrian Cumiskey
* Add support for the border-collapsing model in tables (VH, JM)
* Add support for named destinations in PDF (JB)
* Add support for UAX#14 type line breaking (MM)

The long list of changes in this release is available at
http://xmlgraphics.apache.org/fop/0.94/changes_0.94.html.

The long list of changes in this and earlier releases is available at
http://xmlgraphics.apache.org/fop/changes.html.


Version 0.93
============

@@ -153,4 +188,4 @@ release. So if the latest version works fine for you, please tell us!
And if it doesn't, you may tell us as well, of course. ;-)

Release notes for older FOP versions can be found on:
http://xmlgraphics.apache.org/fop/relnotes.html
http://xmlgraphics.apache.org/fop/relnotes.html

+ 2
- 0
status.xml View File

@@ -28,6 +28,8 @@

<changes>
<release version="FOP Trunk">
</release>
<release version="0.94" date="XX August 2007">
<action context="Code" dev="JM" type="fix">
AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8.
</action>

Loading…
Cancel
Save