aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2007-09-25 14:48:09 +0000
committerSimon Pepping <spepping@apache.org>2007-09-25 14:48:09 +0000
commit296ac52664966b05d7bf9fe14600c1b107a681c5 (patch)
treec5d5e23332ba1c2b904a1a1dcffedb81412fe63c /README
parentb448a0f27fb3a83e99ef6a029b57e85b803c72fd (diff)
downloadxmlgraphics-fop-296ac52664966b05d7bf9fe14600c1b107a681c5.tar.gz
xmlgraphics-fop-296ac52664966b05d7bf9fe14600c1b107a681c5.zip
Merged revisions 560001-570000 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ................ r560936 | cbowditch | 2007-07-30 14:20:15 +0200 (Mon, 30 Jul 2007) | 5 lines Bugzilla #42971 and #42956 AFP Renderer Improvements Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ................ r561251 | jeremias | 2007-07-31 09:19:11 +0200 (Tue, 31 Jul 2007) | 4 lines Bugzilla #42956: AFP Renderer - No Operation Extension. Added missing file (including the bugfix for the right encoding). Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> ................ r561256 | cbowditch | 2007-07-31 09:54:02 +0200 (Tue, 31 Jul 2007) | 4 lines Bugzilla #42956: AFP Renderer - No Operation Extension. yet another missing file! The documentation! Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> ................ r561280 | jeremias | 2007-07-31 11:28:47 +0200 (Tue, 31 Jul 2007) | 2 lines AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Essentially, I rewrote convertToGrayScaleImage() to properly padding at the end of each scanline if necessary. ................ r561757 | cbowditch | 2007-08-01 12:39:58 +0200 (Wed, 01 Aug 2007) | 3 lines Bugzilla #42956 Second attempt at AFP NOP Extension Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ................ r561861 | vhennebert | 2007-08-01 18:30:44 +0200 (Wed, 01 Aug 2007) | 2 lines Set visibility of fields to private ................ r562053 | vhennebert | 2007-08-02 11:27:42 +0200 (Thu, 02 Aug 2007) | 2 lines Clean up the handling of startIndent ................ r562140 | vhennebert | 2007-08-02 17:37:17 +0200 (Thu, 02 Aug 2007) | 2 lines First step at introducing a layout manager for a row-group ................ r562172 | vhennebert | 2007-08-02 18:26:36 +0200 (Thu, 02 Aug 2007) | 2 lines Move the handling of breaks back in TableContentLM ................ r562383 | vhennebert | 2007-08-03 10:19:58 +0200 (Fri, 03 Aug 2007) | 5 lines Clean up: - organize imports - javadoc for getBreakBefore/After - loop no longer necessary when calling TableCellLM.getNextKnuthElements ................ r562908 | vhennebert | 2007-08-05 19:08:04 +0200 (Sun, 05 Aug 2007) | 6 lines Add in status.xml the noticeable changes I made in the last couple of months: - support for conditional spaces in tables - fix several keeps and breaks issues in tables Plus add importance="high" to the font auto-detection addition ................ r563903 | vhennebert | 2007-08-08 16:47:56 +0200 (Wed, 08 Aug 2007) | 4 lines Initialized merge tracking via "svnmerge" with revisions "1-556566" from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94 For merging back in the Trunk changes made in the 0.94 branch ................ r563960 | vhennebert | 2007-08-08 19:49:52 +0200 (Wed, 08 Aug 2007) | 8 lines Blocked revisions 563956 via svnmerge ........ r563956 | vhennebert | 2007-08-08 19:45:23 +0200 (mer, 08 aoû 2007) | 2 lines Change build version to 0.94 ........ ................ r567078 | cbowditch | 2007-08-17 18:06:38 +0200 (Fri, 17 Aug 2007) | 4 lines Bugzilla #43089 Fix underline for Type1 Fonts in PDF Submitted by Adrian Cumiskey <dev.at.cumiskey.com> ................ r567307 | vhennebert | 2007-08-18 19:58:45 +0200 (Sat, 18 Aug 2007) | 13 lines Blocked revisions 567294,567297 via svnmerge ........ r567294 | vhennebert | 2007-08-18 19:00:50 +0200 (sam, 18 aoû 2007) | 3 lines Extract inner classes to work around buggy 1.3 JRE and thus keep 1.3 compatibility. Patch provided by Adrian Cumiskey (bugzilla #43156). ........ r567297 | vhennebert | 2007-08-18 19:10:49 +0200 (sam, 18 aoû 2007) | 2 lines Disable testcase which fails with 1.3 JDK. The corresponding FO file is rendered fine though. ........ ................ r568178 | cbowditch | 2007-08-21 18:00:27 +0200 (Tue, 21 Aug 2007) | 1 line FOP Trunk now uses xmlgraphics-commons-1.3svn.jar ................ r569095 | vhennebert | 2007-08-23 20:09:21 +0200 (Thu, 23 Aug 2007) | 81 lines Blocked revisions 562947,563927,567303 via svnmerge ................ r562947 | vhennebert | 2007-08-05 21:58:39 +0200 (dim, 05 aoû 2007) | 59 lines Blocked revisions 556991,556997,557337,557541,557630,557649-557650,559087,562053,562140,562172,562383 via svnmerge ........ r556991 | vhennebert | 2007-07-17 19:53:50 +0200 (mar, 17 jui 2007) | 5 lines - Compute the height of already handled rows progressively in TableStepper - Give this information to the ActiveCell constructor. This allows to: - avoid passing the row-group to the constructor - avoid re-computing it for each cell starting on the current row ........ r556997 | vhennebert | 2007-07-17 19:57:40 +0200 (mar, 17 jui 2007) | 2 lines Store the index of the last spanned row, instead of the starting row. That latter information isn't really needed. ........ r557337 | adelmelle | 2007-07-18 19:37:14 +0200 (mer, 18 jui 2007) | 4 lines * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags * Additional code cleanup: removal of unused imports (mainly in the fo.flow package) ........ r557541 | vhennebert | 2007-07-19 11:57:10 +0200 (jeu, 19 jui 2007) | 2 lines Use an iterator instead of get(index) to iterate over the list of Knuth elements ........ r557630 | vhennebert | 2007-07-19 16:13:01 +0200 (jeu, 19 jui 2007) | 2 lines Rename endRow into the more meaningful endRowIndex ........ r557649 | vhennebert | 2007-07-19 16:55:04 +0200 (jeu, 19 jui 2007) | 2 lines Code cleanup and javadocs ........ r557650 | vhennebert | 2007-07-19 17:01:20 +0200 (jeu, 19 jui 2007) | 2 lines Style only: correct indentation ........ r559087 | vhennebert | 2007-07-24 17:37:05 +0200 (mar, 24 jui 2007) | 2 lines Testcases for conditional spaces inside table-cells. ........ r562053 | vhennebert | 2007-08-02 11:27:42 +0200 (jeu, 02 aoû 2007) | 2 lines Clean up the handling of startIndent ........ r562140 | vhennebert | 2007-08-02 17:37:17 +0200 (jeu, 02 aoû 2007) | 2 lines First step at introducing a layout manager for a row-group ........ r562172 | vhennebert | 2007-08-02 18:26:36 +0200 (jeu, 02 aoû 2007) | 2 lines Move the handling of breaks back in TableContentLM ........ r562383 | vhennebert | 2007-08-03 10:19:58 +0200 (ven, 03 aoû 2007) | 5 lines Clean up: - organize imports - javadoc for getBreakBefore/After - loop no longer necessary when calling TableCellLM.getNextKnuthElements ........ ................ r563927 | vhennebert | 2007-08-08 18:14:40 +0200 (mer, 08 aoû 2007) | 10 lines Blocked revisions 558045 via svnmerge ........ r558045 | adelmelle | 2007-07-20 18:48:55 +0200 (ven, 20 jui 2007) | 5 lines Slight correction: - make NumberProperty, EnumProperty, EnumNumber and StringProperty final, so instanceof suffices in the check for equality - instead of subclassing NumberProperty, make EnumNumber implement the Numeric interface ........ ................ r567303 | vhennebert | 2007-08-18 19:46:11 +0200 (sam, 18 aoû 2007) | 2 lines Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javahome.jdk14 property as for Forrest. ................ ................ r569098 | vhennebert | 2007-08-23 20:11:41 +0200 (Thu, 23 Aug 2007) | 2 lines Add 2007 to the copyright list ................ r569099 | vhennebert | 2007-08-23 20:14:17 +0200 (Thu, 23 Aug 2007) | 8 lines Blocked revisions 564856 via svnmerge ........ r564856 | vhennebert | 2007-08-11 10:24:11 +0200 (sam, 11 aoû 2007) | 2 lines Replace svn snapshot of XMLGraphics Commons 1.2 with released version ........ ................ r569104 | vhennebert | 2007-08-23 20:30:05 +0200 (Thu, 23 Aug 2007) | 117 lines Merged revisions 556567-558280,558282-562946,562948-563926,563928-563950,563952-563955,563957-564855,564857-567293,567295-567296,567298-567302,567304-569099 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94 ........ r560595 | vhennebert | 2007-07-28 21:26:51 +0200 (sam, 28 jui 2007) | 2 lines Remove tab for the no longer supported 0.20.5 version ........ r560596 | vhennebert | 2007-07-28 21:28:30 +0200 (sam, 28 jui 2007) | 2 lines Create a tab for the new 0.94 version ........ r560600 | vhennebert | 2007-07-28 21:45:13 +0200 (sam, 28 jui 2007) | 2 lines Remove any reference to the old maintenance branch ........ r560886 | vhennebert | 2007-07-30 10:19:59 +0200 (lun, 30 jui 2007) | 2 lines Update the documentation before releasing ........ r562023 | clay | 2007-08-02 08:08:49 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562024 | clay | 2007-08-02 08:09:33 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562027 | clay | 2007-08-02 08:27:01 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562332 | clay | 2007-08-03 07:09:50 +0200 (ven, 03 aoû 2007) | 1 line Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. ........ r562333 | clay | 2007-08-03 07:10:47 +0200 (ven, 03 aoû 2007) | 1 line Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. ........ r562880 | vhennebert | 2007-08-05 17:05:41 +0200 (dim, 05 aoû 2007) | 4 lines - Update the website content - Fix some typos - Fix broken links ........ r562881 | vhennebert | 2007-08-05 17:06:59 +0200 (dim, 05 aoû 2007) | 5 lines Changes in the trunk tab: - update content - fix typos - fix broken links ........ r562887 | vhennebert | 2007-08-05 17:22:15 +0200 (dim, 05 aoû 2007) | 2 lines Merge changes on the Trunk tab from revision 562881 ........ r562891 | vhennebert | 2007-08-05 17:32:33 +0200 (dim, 05 aoû 2007) | 4 lines Update the list of known issues: - border-collapsing model for tables is available - internal links point to the exact location ........ r562900 | vhennebert | 2007-08-05 17:48:50 +0200 (dim, 05 aoû 2007) | 2 lines Setup the "known issues" infrastructure for the 0.94 tab ........ r562903 | vhennebert | 2007-08-05 18:23:59 +0200 (dim, 05 aoû 2007) | 2 lines Style only: remove tab characters ........ r562909 | vhennebert | 2007-08-05 19:11:58 +0200 (dim, 05 aoû 2007) | 2 lines Disable "Valid HTML" icons. The site isn't valid... ........ r562919 | vhennebert | 2007-08-05 19:52:13 +0200 (dim, 05 aoû 2007) | 3 lines Disable any link to relnotes.html. This file is not properly placed (in no tab), and only contains release notes for versions up to 0.92. TODO determine what to do with this file; newer versions have their own system ........ r562924 | vhennebert | 2007-08-05 20:09:44 +0200 (dim, 05 aoû 2007) | 2 lines Add a link to the Release Notes for version 0.94 ........ r562925 | vhennebert | 2007-08-05 20:10:34 +0200 (dim, 05 aoû 2007) | 2 lines Replace "Apache Forrest" with "Apache FOP". Copy-paste error? ........ r564159 | vhennebert | 2007-08-09 11:56:41 +0200 (jeu, 09 aoû 2007) | 2 lines Introduce 0.94 in status.xml and README ........ r564233 | vhennebert | 2007-08-09 17:09:49 +0200 (jeu, 09 aoû 2007) | 2 lines Update the compliance page ........ r564864 | vhennebert | 2007-08-11 10:41:15 +0200 (sam, 11 aoû 2007) | 2 lines Fix error that made the 0.94 menu appear in the Trunk tab and vice-versa ........ r564866 | vhennebert | 2007-08-11 10:45:39 +0200 (sam, 11 aoû 2007) | 2 lines Add my key for signing the release ........ r564871 | vhennebert | 2007-08-11 10:51:35 +0200 (sam, 11 aoû 2007) | 2 lines Update dependency on version 1.2 of XML Graphics Commons ........ r567299 | vhennebert | 2007-08-18 19:23:09 +0200 (sam, 18 aoû 2007) | 2 lines Update .htaccess to 0.94 release ........ r567539 | clay | 2007-08-20 06:12:42 +0200 (lun, 20 aoû 2007) | 1 line Added formatting for code in page. ........ ................ r569110 | vhennebert | 2007-08-23 20:36:34 +0200 (Thu, 23 Aug 2007) | 2 lines The release date of FOP 0.94 is now known ................ r569851 | vhennebert | 2007-08-26 19:33:59 +0200 (Sun, 26 Aug 2007) | 3 lines Removed merge tracking for "svnmerge" for https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94 ................ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking@579274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 37 insertions, 2 deletions
diff --git a/README b/README
index 4f66c558b..67a3b0fe1 100644
--- a/README
+++ b/README
@@ -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 \ No newline at end of file
+http://xmlgraphics.apache.org/fop/relnotes.html