# redirect to versioned documentation
# Current stable release
-Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.0
+Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.1
# Current unstable release (or trunk if no beta is the latest release)
-Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/1.1
+Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/trunk
# Latest release
-Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.0
-Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/1.0
+Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.1
+Redirect Temp /fop/latest http://xmlgraphics.apache.org/fop/1.1
# Previous stable release
-Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/0.95
+Redirect Temp /fop/previous http://xmlgraphics.apache.org/fop/1.0
# Old releases
Redirect Temp /fop/maintenance http://xmlgraphics.apache.org/fop/0.95
<release>
<Version>
<name>Current release (stable)</name>
- <created>2012-10-15</created>
+ <created>2012-10-18</created>
<revision>1.1</revision>
</Version>
</release>
<section id="env-jdk">
<title>JDK</title>
<p>
- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
+ Building FOP 1.1 requires a minimum Java Development Kit (JDK/SDK) of 1.5
(A Java Runtime Environment is not sufficient).
</p>
</section>
</ul>
</section>
</body>
-</document>
\ No newline at end of file
+</document>
<p/>
<table>
<tr>
- <th colspan="2">This Candidate Release</th>
+ <th colspan="2">Latest Stable Release</th>
</tr>
<tr>
<td>Repository URL</td>
</td>
</tr>
<tr>
- <th colspan="2">Latest Stable Release</th>
+ <th colspan="2">Previous Stable Release</th>
</tr>
<tr>
<td>Repository URL</td>
</link>
</td>
</tr>
- <tr>
- <th colspan="2">Previous Stable Release</th>
- </tr>
- <tr>
- <td>Repository URL</td>
- <td>
- <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tages/fop-0_95/">
- <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/</code>
- </link>
- </td>
- </tr>
- <tr>
- <td>Web view</td>
- <td>
- <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/">
- <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/</code>
- </link>
- </td>
- </tr>
<tr>
<th colspan="2">Trunk</th>
</tr>
<question>When is the next released planned?</question>
<answer>
<p>
- Version 1.1 of FOP was released on 15 October 2012.
+ Version 1.1 of FOP was released on 18 October 2012.
Work on a new Version 1.2 of Apache FOP is underway at this time, with
no fixed date set for its release.
If you want to speed up the process, consider <link
-->
<!-- $Id$ -->
<news>
- <item date="2012-10-15" title="Apache™ FOP 1.1 Released">
+ <item date="2012-10-18" title="Apache™ FOP 1.1 Released">
<p>
Apache™ FOP 1.1 contains bug fixes and a number of new features. See
<a href="1.1/releaseNotes_1.1.html">Release Notes</a> for a list of
<body>
<section>
<title>Status</title>
- <p>Last updated 15 October 2012.</p>
+ <p>Last updated 18 October 2012.</p>
<p>
- Apache™ FOP Version 1.1 was released on 15 October 2012.
+ Apache™ FOP Version 1.1 was released on 18 October 2012.
</p>
</section>
<section>
<p>
The FOP code base is gradually evolving, from Version 0.90,
released on 22 November 2005, to Version 1.1, released on
- 15 October 2012. Further releases in the 1.x series and beyond are expected.
+ 18 October 2012. Further releases in the 1.x series and beyond are expected.
</p>
<p>
FOP releases prior to version 0.90 were based on a different
users, i.e. when the behaviour changes and could affect the layout of existing
documents. Example: the fix of marks layering will be such a case when it's done.
-->
- <release version="1.1" date="15 October 2012">
+ <release version="1.1" date="18 October 2012">
<action context="Test" dev="GA" type="fix">
Fix errors and warnings in example files. Add build.xml for documentation examples.
</action>