Author: rgielen
Date: Tue Jul 16 08:23:34 2013
New Revision: 1503603
URL: http://svn.apache.org/r1503603
Log:
Site preparation for 2.3.15.1 release
Modified:
struts/site/trunk/content/resources/.htaccess
struts/site/trunk/content/resources/archetype-catalog.xml
struts/site/trunk/content/site.xml
struts/site/trunk/content/xdoc/announce.xml
struts/site/trunk/content/xdoc/downloads.xml
struts/site/trunk/content/xdoc/index.xml
Modified: struts/site/trunk/content/resources/.htaccess
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/resources/.htaccess?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/resources/.htaccess (original)
+++ struts/site/trunk/content/resources/.htaccess Tue Jul 16 08:23:34 2013
@@ -36,6 +36,7 @@ Redirect permanent /WW
Redirect permanent /style http://struts.apache.org/css
Redirect permanent /2.x
http://struts.apache.org/development/2.x
Redirect permanent /1.x
http://struts.apache.org/development/1.x
+Redirect permanent /2.3.15.1 http://struts.apache.org/release/2.3.x
Redirect permanent /2.3.15 http://struts.apache.org/release/2.3.x
Redirect permanent /2.3.14.3 http://struts.apache.org/release/2.3.x
Redirect permanent /2.3.14.2 http://struts.apache.org/release/2.3.x
Modified: struts/site/trunk/content/resources/archetype-catalog.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/resources/archetype-catalog.xml?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/resources/archetype-catalog.xml (original)
+++ struts/site/trunk/content/resources/archetype-catalog.xml Tue Jul 16
08:23:34 2013
@@ -7,42 +7,42 @@
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-blank</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Blank</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-convention</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Blank Convention</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-dbportlet</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Database Portlet</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-plugin</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Plugin</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-portlet</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Portlet</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-starter</artifactId>
- <version>2.3.15</version>
+ <version>2.3.15.1</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Starter</description>
</archetype>
Modified: struts/site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/site.xml?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/site.xml (original)
+++ struts/site/trunk/content/site.xml Tue Jul 16 08:23:34 2013
@@ -84,7 +84,7 @@
name="Key Technologies"
href="primer.html" />
<item
- name="Struts 2.3.15 (GA)"
+ name="Struts 2.3.15.1 (GA)"
href="http://struts.apache.org/release/2.3.x/index.html" />
<item
name="Struts 1.3.10 (GA) - EOL"
Modified: struts/site/trunk/content/xdoc/announce.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/announce.xml?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/announce.xml (original)
+++ struts/site/trunk/content/xdoc/announce.xml Tue Jul 16 08:23:34 2013
@@ -30,6 +30,52 @@ limitations under the License.
<a href="announce-2012.html">Announcements - 2012</a>
</p>
+ <h4 id="a20130716">16 July 2013 - Struts 2.3.15.1 General
Availability Release</h4>
+ <p>
+ The Apache Struts group is pleased to announce that Struts
2.3.15.1 is
+ available as a "General Availability" release. The GA
designation is our
+ highest quality grade.
+ </p>
+ <p>
+ Apache Struts 2 is an elegant, extensible framework for
creating
+ enterprise-ready Java web applications. The framework is
designed to
+ streamline the full development cycle, from building, to
deploying, to
+ maintaining applications over time.
+ </p>
+ <p>
+ Two security issues were solved with this release:
+ <ul>
+ <li>
+ Remote code execution vulnerability when using
short-circuit navigation
+ parameter prefixes
+ </li>
+ <li>
+ Open redirect vulnerability when using short-circuit
redirect
+ parameter prefixes
+ </li>
+ </ul>
+ </p>
+ <p>
+ All developers are strongly advised to update existing Struts
2 applications to Struts 2.3.15.1.
+ </p>
+ <p>
+ Struts 2.3.15.1 is available in a full distribution or as
separate library, source, example and documentation distributions, from the
+ <a
href="http://struts.apache.org/download.cgi#struts23151">releases page</a>.
+ The release is also available through the central Maven
repository under Group ID "org.apache.struts". The
+ <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-23151.html">release
notes</a>
+ are available online.
+ </p>
+ <p>
+ The 2.3.x series of the Apache Struts framework has a minimum
+ requirement of the following specification versions: Servlet
API 2.4,
+ JSP API 2.0, and Java 5.
+ </p>
+ <p>
+ Should any issues arise with your use of any version of the
Struts
+ framework, please post your comments to the user list, and, if
+ appropriate, file a tracking ticket.
+ </p>
+
<h4 id="a20130622">22 June 2013 - Struts 2.3.15 General
Availability Release</h4>
<p>
The Apache Struts group is pleased to announce that Struts
2.3.15 is
Modified: struts/site/trunk/content/xdoc/downloads.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/downloads.xml?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/downloads.xml (original)
+++ struts/site/trunk/content/xdoc/downloads.xml Tue Jul 16 08:23:34 2013
@@ -49,7 +49,7 @@ limitations under the License.
<strong>General Availability (GA) Releases</strong> -
<em>Ready for Prime Time!</em>
<ul>
<li>
- <a
href="http://struts.apache.org/download.cgi#struts2315">Struts 2.3.15</a>
("best available")
+ <a
href="http://struts.apache.org/download.cgi#struts23151">Struts 2.3.15.1</a>
("best available")
</li>
</ul>
</li>
@@ -121,11 +121,25 @@ limitations under the License.
</thead>
<tr>
<td>
+ <a
href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15</a>
+ </td>
+ <td>22 June 2013</td>
+ <td>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
+ </td>
+ <td>
+ <a
href="http://struts.apache.org/2.x/docs/version-notes-2315.html">Version
notes</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
<a
href="http://struts.apache.org/2.3.14.3/index.html">Struts 2.3.14.3</a>
</td>
<td>3 June 2013</td>
<td>
- <br/>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.x/docs/version-notes-23143.html">Version
notes</a>
@@ -138,6 +152,8 @@ limitations under the License.
<td>22 May 2013</td>
<td>
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.x/docs/version-notes-23142.html">Version
notes</a>
@@ -151,6 +167,8 @@ limitations under the License.
<td>
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.12/docs/version-notes-23141.html">Version
notes</a>
@@ -166,6 +184,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.12/docs/version-notes-2314.html">Version
notes</a>
@@ -181,6 +201,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.12/docs/version-notes-2312.html">Version
notes</a>
@@ -196,6 +218,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.8/docs/version-notes-238.html">Version
notes</a>
@@ -211,6 +235,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.7/docs/version-notes-237.html">Version
notes</a>
@@ -226,6 +252,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version
notes</a>
@@ -243,6 +271,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version
notes</a>
@@ -260,6 +290,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.3/docs/version-notes-233.html">Version
notes</a>
@@ -277,6 +309,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.1.2/docs/version-notes-2312.html">Version
notes</a>
@@ -295,6 +329,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.1.1/docs/version-notes-2311.html">Version
notes</a>
@@ -314,6 +350,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.3.1/docs/version-notes-231.html">Version
notes</a>
@@ -334,6 +372,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.2.3.1/docs/version-notes-2231.html">Version
notes</a>
@@ -355,6 +395,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.2.3/docs/version-notes-223.html">Version
notes</a>
@@ -377,6 +419,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.2.1.1/docs/version-notes-2211.html">Version
notes</a>
@@ -399,6 +443,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.2.1/docs/version-notes-221.html">Version
notes</a>
@@ -422,6 +468,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.1.8.1/docs/version-notes-2181.html">Version
notes</a>
@@ -445,6 +493,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.1.8/docs/version-notes-218.html">Version
notes</a>
@@ -468,6 +518,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.1.6/docs/version-notes-216.html">Version
notes</a>
@@ -491,6 +543,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.14/docs/release-notes-2014.html">Release
notes</a>
@@ -514,6 +568,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.12/docs/release-notes-2012.html">Release
notes</a>
@@ -539,6 +595,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.11.2/docs/release-notes-20112.html">Release
notes</a>
@@ -564,6 +622,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.11.1/docs/release-notes-20111.html">Release
notes</a>
@@ -590,6 +650,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.11/docs/release-notes-2011.html">Release
notes</a>
@@ -616,6 +678,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.9/docs/release-notes-209.html">Release
notes</a>
@@ -643,6 +707,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.8/docs/release-notes-208.html">Release
notes</a>
@@ -670,6 +736,8 @@ limitations under the License.
<a
href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>
+ <a
href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>
</td>
<td>
<a
href="http://struts.apache.org/2.0.6/docs/release-notes-206.html">Release
notes</a>
Modified: struts/site/trunk/content/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/index.xml?rev=1503603&r1=1503602&r2=1503603&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/index.xml (original)
+++ struts/site/trunk/content/xdoc/index.xml Tue Jul 16 08:23:34 2013
@@ -30,14 +30,14 @@ limitations under the License.
<body>
<div class="hero-unit">
- <h1>Apache Struts 2.3.15 GA</h1>
+ <h1>Apache Struts 2.3.15.1 GA</h1>
<p>
- Released on 22 June 2013.
- The <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-2315.html">version
notes</a>
+ Released on 16 July 2013.
+ The <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-23151.html">version
notes</a>
are available online. Scroll down for more about <a
href="#Welcome">Apache Struts</a>,
the <a href="#Project">Apache Struts project</a>, and <a
href="#Newbies">Struts for Newbies</a>
</p>
- <a href="http://struts.apache.org/download.cgi#struts2315"
class="btn btn-primary">Download</a>
+ <a href="http://struts.apache.org/download.cgi#struts23151"
class="btn btn-primary">Download</a>
<a href="primer.html" class="btn btn-info">Read more</a>
<h1>Apache Struts 1 End-Of-Life (EOL)</h1>