Author: jeremias
Date: Thu Jul 31 00:44:51 2008
New Revision: 681290

URL: http://svn.apache.org/viewvc?rev=681290&view=rev
Log:
Website updates for the 0.95 release.
The projectInfo plug-in of Forrest is not ideal for doing a bugfix release. 
It's not possible to combine the changes for two releases.

Modified:
    xmlgraphics/fop/branches/fop-0_95/README
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/site.xml
    xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/tabs.xml
    xmlgraphics/fop/branches/fop-0_95/status.xml

Modified: xmlgraphics/fop/branches/fop-0_95/README
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/README?rev=681290&r1=681289&r2=681290&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/README (original)
+++ xmlgraphics/fop/branches/fop-0_95/README Thu Jul 31 00:44:51 2008
@@ -90,11 +90,11 @@
   RELEASE NOTES
 ==============================================================================
 
-Version 0.95beta
-================
+Version 0.95
+============
 
-This is a pre-version of the third production grade release of the new FOP
-codebase. It contains many bug fixes and new features. See below for details.
+This is a production grade release of Apache FOP.
+It contains many bug fixes and new features. See below for details.
 
 Compliance
 ----------
@@ -128,6 +128,10 @@
 The long list of changes in this and earlier releases is available at
 http://xmlgraphics.apache.org/fop/changes.html.
 
+Changes since Version 0.95beta
+------------------------------
+Please refer to the list of changes on the web:
+http://xmlgraphics.apache.org/fop/changes.html
 
 
 Version 0.94

Modified: 
xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/site.xml?rev=681290&r1=681289&r2=681290&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/site.xml 
(original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/site.xml 
Thu Jul 31 00:44:51 2008
@@ -96,10 +96,11 @@
   <!--
   BEGIN Version 0.95 documentation tab
   -->
-  <trunk label="FOP 0.95beta" href="0.95/" tab="stableversion">
+  <trunk label="FOP 0.95" href="0.95/" tab="stableversion">
     <about label="About" href="index.html"/>
-    <release label="Release Notes" href="releaseNotes_0.95beta.html"/>
-    <changes label="Changes" href="changes_0.95beta.html"/>
+    <release label="Release Notes" href="releaseNotes_0.95.html"/>
+    <changes label="Changes (0.95)" href="changes_0.95.html"/>
+    <changes-beta label="Changes (0.95beta)" href="changes_0.95beta.html"/>
     <knownissues label="Known Issues" href="knownissues_overview.html"/>
     <upgrading label="Upgrading" href="upgrading.html"/>
     

Modified: 
xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/tabs.xml?rev=681290&r1=681289&r2=681290&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/tabs.xml 
(original)
+++ xmlgraphics/fop/branches/fop-0_95/src/documentation/content/xdocs/tabs.xml 
Thu Jul 31 00:44:51 2008
@@ -22,7 +22,7 @@
 <tabs software="FOP" title="FOP" copyright="@year@ The Apache Software 
Foundation" xmlns:xlink="http://www.w3.org/1999/xlink";>
   <tab label="Home" dir=""/>
   <tab label="Version 0.94" dir="0.94/"/>
-  <tab label="Version 0.95beta" dir="0.95/"/>
+  <tab label="Version 0.95" dir="0.95/"/>
   <tab label="FOP Trunk" dir="trunk/"/>
   <tab label="Development" dir="dev/"/>
 </tabs>

Modified: xmlgraphics/fop/branches/fop-0_95/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-0_95/status.xml?rev=681290&r1=681289&r2=681290&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-0_95/status.xml (original)
+++ xmlgraphics/fop/branches/fop-0_95/status.xml Thu Jul 31 00:44:51 2008
@@ -60,6 +60,68 @@
       -->
     <!--/release-->
     <release version="0.95" date="TBD">
+      <notes>
+        <section>
+          <title>Notes</title>
+          <p>
+            Besides the important changes listed below, the most important 
areas with
+            improvements in this release are:
+          </p>
+          <ul>
+            <li>
+              Many bugfixes in tables, plus some new features (full support 
for keeps and
+              breaks, border conditionality, background on columns and 
header/footer/body)
+            </li>
+            <li>
+              Improvements and bugfixes for font handling and font
+              auto-detection/-registration.
+            </li>
+            <li>
+              Performance improvements and memory optimizations for the 
property handling
+              in the FO tree.
+            </li>
+          </ul>
+          <p>
+            Please note that with this release, we've dropped support for Java 
1.3.
+            FOP will, from now on, <strong>require at least Java 1.4</strong>.
+          </p>
+          <p>
+            There have been a few changes in tables that make FOP both more 
strict and more
+            compliant to the Recommendation:
+            <ul>
+              <li>XSL-FO 1.1 explicitly states that a row-spanning 
fo:table-cell element is not
+                allowed to span further than its enclosing 
fo:table-header/footer/body element
+                (see bottom of <link 
href="http://www.w3.org/TR/xsl11/#fo_table";>section
+                  6.7.3</link>). From now on FOP will give a validation error 
if a document
+                contains such an erroneous cell.
+              </li>
+              <li>
+                <p>If an fo:table element contains explicit fo:table-column 
children, then those
+                  elements set the total number of columns in the table. This 
means that a
+                  validation error will now occur if a row contains more cells 
than available
+                  columns. This change allows to improve performance, since 
the rendering of the
+                  table may start as soon as the table-column elements have 
been parsed.</p>
+                <p>If more flexibility is needed, then the fo:table-column 
elements may be just
+                  omitted. The final number of columns will then be set by the 
row that has the
+                  most cells.</p>
+              </li>
+            </ul>
+          </p>
+          <p>
+            The image libraries Jimi and JAI are no longer needed (and used) 
for image loading.
+            Instead we rely completely on the Image I/O API that has been 
introduced with
+            Java 1.4. If you still need support for bitmap image formats that 
do not work
+            out-of-the-box, we recommend adding
+            <link href="http://jai-imageio.dev.java.net/";>JAI Image I/O 
Tools</link>
+            (an Image I/O compatible image codec package) to the classpath. 
JAI is still required
+            for building the FOP distribution but it is optional for normal 
builds and at run-time.
+          </p>
+          <note>
+            This final 0.95 release contains all the 
+            <a href="changes_0.95beta.html">changes made for Apache FOP 
0.95beta</a>.
+          </note>
+        </section>
+      </notes>
       <action context="Renderers" dev="JM" type="fix">
         Fixed a color selection problem which occurred after an image has been 
painted
         through the Graphics2DAdapter in PDF output.
@@ -91,7 +153,7 @@
         Fixed two bugs concerning resolution handling with SVG images and their
         conversion to bitmaps for RTF output.
       </action>
-      <action context="Code" dev="JM" type="fix" fixes-bug="44887">
+      <action context="Code" dev="JM" type="fix" fixes-bug="44887" 
importance="high">
         Fixed potential multi-threading problem concerning the use of 
DecimalFormat.
       </action>
       <action context="Layout" dev="JM" type="fix" fixes-bug="44412">
@@ -100,13 +162,13 @@
       <action context="Renderers" dev="JM" type="fix">
         Fixed resolution handling inside AWT preview dialog.
       </action>
-      <action context="Renderers" dev="JM" type="fix">
+      <action context="Renderers" dev="JM" type="fix" importance="high">
         Fixed positioning of absolutely positioned block-containers in 
multi-column documents.
       </action>
-      <action context="Renderers" dev="JM" type="fix">
+      <action context="Renderers" dev="JM" type="fix" importance="high">
         Fixed rendering of fixed block-containers in AFP output.
       </action>
-      <action context="Layout" dev="VH" type="fix" fixes-bug="41621">
+      <action context="Layout" dev="VH" type="fix" fixes-bug="41621" 
importance="high">
         Various bugfixes for table layout.
       </action>
       <action context="Renderers" dev="JM" type="fix">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to