Author: musachy
Date: Tue Jan 13 08:17:49 2009
New Revision: 734168

URL: http://svn.apache.org/viewvc?rev=734168&view=rev
Log:
Update site for 2.1.6 release

Added:
    struts/site/src/site/xdoc/announce-2008.xml   (props changed)
      - copied unchanged from r734138, struts/site/src/site/xdoc/announce.xml
Modified:
    struts/site/src/site/site.xml
    struts/site/src/site/xdoc/announce.xml
    struts/site/src/site/xdoc/download.xml
    struts/site/src/site/xdoc/downloads.xml
    struts/site/src/site/xdoc/index.xml

Modified: struts/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=734168&r1=734167&r2=734168&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Tue Jan 13 08:17:49 2009
@@ -17,7 +17,7 @@
                     href="http://www.apache.org/"; />
             <item
                     name="Struts 2"
-                    href="http://struts.apache.org/2.0.14/index.html"; />
+                    href="http://struts.apache.org/2.1.6/index.html"; />
             <item
                     name="Struts 1"
                     href="http://struts.apache.org/1.3.10/index.html"; />
@@ -63,8 +63,8 @@
                     name="Key Technologies"
                     href="primer.html" />
             <item
-                    name="Struts 2.1.2 (Beta)"
-                    href="http://struts.apache.org/2.1.2/index.html"; />
+                    name="Struts 2.1.6 (GA)"
+                    href="http://struts.apache.org/2.1.6/index.html"; />
             <item
                     name="Struts 2.0.14 (GA)"
                     href="http://struts.apache.org/2.0.14/index.html"; />

Propchange: struts/site/src/site/xdoc/announce-2008.xml
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: struts/site/src/site/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=734168&r1=734167&r2=734168&view=diff
==============================================================================
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Tue Jan 13 08:17:49 2009
@@ -26,159 +26,55 @@
 
         <section name="Announcements">
             <p class="right">
-                Skip to: <a href="announce-2007.html">Announcements - 2007</a>
+                Skip to: <a href="announce-2008.html">Announcements - 2008</a>
             </p>
 
-            <h4 id="a20081204">04 December 2008 - Struts 1.3.10 General 
Availability Release</h4>
+            <h4 id="a20091201">12 January 2009 - Struts 2.1.6 General 
Availability Release</h4>
             <p>
-                The Apache Struts group is pleased to announce that Struts 
1.3.10
-                is available as a "General Availability" release. The GA 
designation is
-                our highest quality grade.
+              The Apache Struts group is pleased to announce that Struts 2.1.6 
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>
+              This release is a significant upgrade. We have worked hard to 
improve
+              some of the trouble spots from 2.0. In particular, we are 
releasing a
+              new plugin for XML-free configuration called the Conventions 
Plugin. This
+              release also features the new REST and Javatemplates plugins. The
+              AJAX functionality has been moved to a plugin to improve 
maintainability.
+              Many bugs have been fixed for this release, see release notes 
for more
+              details.
+            </p>  
+            <p>
+              Struts 2.0 will continue to be supported, but for new projects, 
we
+              suggest moving to Struts 2.1.
+            </p>  
+            <p>
+              Struts 2.1.6 is available in a full distribution, or as separate
+              library, source, example and documentation distributions, from 
the
+              releases page. The release is also available through the central 
Maven
+              repository under Group ID "org.apache.struts". The release notes 
are
+              available online.
+            </p>  
+            <p>
+              The 2.1.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>
-            <p>
-                Struts 1.3.10 is available in a full distribution, or as 
separate
-                library, source, example and documentation distributions.
-            </p>
-            <p>
-                <a href="http://struts.apache.org/download.cgi#struts1310";>
-                http://struts.apache.org/download.cgi#struts1310</a>
-            </p>
-            <p>
-                It is also available in the central Maven repository under 
Group ID
-                "org.apache.struts".
-            </p>
-
-            <h4 id="a20081124">24 November 2008 - Struts 2.0.14 General 
Availability Release</h4>
-            <p>
-                The Apache Struts group is pleased to announce that Struts 
2.0.14 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>
-                This release is a bugfix release for version 2.0.12, which 
provided important
-                security fixes.
-                Struts 2.0.14 addresses two major bugs introduced with these 
security fixes,
-                keeping the FilterDispatcher from serving built in static 
resources,
-                and keeping conversion error messages from being displayed.
-            </p>
-            <p>
-                All developers are strongly encouraged to update existing 
Struts 2 applications
-                to Struts 2.0.14.
-            </p>
-            <p>
-                Struts 2.0.14 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#struts2014";>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/2.0.14/docs/release-notes-2014.html";>release 
notes</a>
-                are available online.
-            </p>
-            <p>
-                The 2.0.x series of the Apache Struts framework has a minimum
-                requirement of the following specification versions: Servlet 
API 2.4,
-                JSP API 2.0, Java 5, Backported Java 4 JARs are also available.
-            </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
-                <a 
href="https://issues.apache.org/struts/secure/Dashboard.jspa";>tracking 
ticket</a>.
-            </p>
-
-
-            <h4 id="a20081020">20 October 2008 - Struts 2.0.12 General 
Availability Release</h4>
-            <p>
-            The Apache Struts group is pleased to announce that Struts 2.0.12 
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>
-            This release includes a number of bug fixes since the
-            2.0.11.2 GA release, including important security fixes regarding 
remote
-            server context manipulation by injecting OGNL expressions in 
request parameters
-            and possible server filesystem resources read access in certain 
application
-            server environments. For more information about the exploits, see 
the corresponding
-            security bulletins <a 
href="http://struts.apache.org/2.0.12/docs/s2-003.html";>S2-003</a>
-            and <a 
href="http://struts.apache.org/2.0.12/docs/s2-004.html";>S2-004</a>.
-            </p>
-            <p>
-            All developers are strongly advised to update existing Struts 2 
applications
-            to Struts 2.0.12.
-            </p>
-            <p>
-            Struts 2.0.12 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#struts2012";>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/2.0.12/docs/release-notes-2012.html";>release 
notes</a>
-            are available online.
-            </p>
-            <p>
-            The 2.0.x series of the Apache Struts framework has a minimum
-            requirement of the following specification versions: Servlet API 
2.4,
-            JSP API 2.0, Java 5, Backported Java 4 JARs are also available.
-            </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
-            <a 
href="https://issues.apache.org/struts/secure/Dashboard.jspa";>tracking 
ticket</a>.
-            </p>
-
-
-            <h4 id="a20080204">4 February 2008 - New Struts Committer Jeromy 
Evans</h4>
-            <p>
-                Please join us in welcoming Jeromy Evans as a new Struts 
committer.
-            </p>
-            <p>
-                Jeromy has been posting to the user list since May 2007, and 
to dev@
-                since July 2007, and has submitted two issues to JIRA, both 
with
-                patches.
-            </p>
-            <p>
-                Welcome, jeromy@ ... WW-2398 is all yours now!
-            </p>
-            <p>
-              PMC vote: 5 +1s
-            </p>
-
-            <h4 id="a20080204">4 February 2008 - New Struts Committer Wes 
Wannemacher</h4>
-            <p>
-              Please join us in welcoming Wes Wannemacher as a new Struts 
committer.
-            </p>
-            <p>
-              Wes has been posting to the user list and to dev@ since September
-              2007, and, to date, he has reported a dozen JIRA issues, often 
with
-              patches. Wes has also been helping with the documentation.
-            </p>
-            <p>
-              Welcome, wesw@ ... now you tweak your own POMs!
-            </p>
-            <p>
-              PMC vote: 6 +1s
-            </p>
-            <hr/>
-        </section>
-
+        </section>    
         <section>
             <p class="right">
-                Skip to: <a href="announce-2007.html">Announcements - 2007</a>
+                Skip to: <a href="announce-2008.html">Announcements - 2008</a>
             </p>
 
             <p class="right">

Modified: struts/site/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?rev=734168&r1=734167&r2=734168&view=diff
==============================================================================
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Tue Jan 13 08:17:49 2009
@@ -89,6 +89,75 @@
 
         <a name="struts-ga"/>
         <section name="Full Releases">
+            <a name="struts216"/>
+            <subsection name="Struts 2.1.6">
+
+            <p>
+             <a href="http://struts.apache.org/2.1.6/";>Apache Struts 2.1.6</a>
+             is an elegant, extensible framework
+             for creating enterprise-ready Java web applications.
+             It is available in a full distribution, or as
+             separate library, source, example and documentation
+             distributions.
+             Struts 2.1.6 is the "best available" version of Struts in the 2.1 
series.
+            </p>
+
+                <ul>
+                    <li>
+                      <a 
href="http://struts.apache.org/2.1.6/docs/version-notes-216.html";>Release 
Notes</a>
+                    </li>
+
+                    <li>Full Distribution:
+                        <ul>
+                            <li>
+                                <a 
href="[preferred]/struts/binaries/struts-2.1.6-all.zip">struts-2.1.6-all.zip</a>
 (86mb)
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.1.6-all.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.1.6-all.zip.md5";>MD5</a>]
+                            </li>
+                        </ul>
+                    </li>
+
+                    <li>Example Applications:
+                        <ul>
+                            <li>
+                                <a 
href="[preferred]/struts/examples/struts-2.1.6-apps.zip">struts-2.1.6-apps.zip</a>
 (22mb)
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.1.6-apps.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.1.6-apps.zip.md5";>MD5</a>]
+                            </li>
+                        </ul>
+                    </li>
+                    <li>Essential Dependencies Only:
+                        <ul>
+                            <li>
+                                <a 
href="[preferred]/struts/library/struts-2.1.6-lib.zip">struts-2.1.6-lib.zip</a> 
(4mb)
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.6-lib.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.6-lib.zip.md5";>MD5</a>]
+                            </li>
+                        </ul>
+                    </li>
+                    
+                    <li>Documentation:
+                        <ul>
+                            <li>
+                                <a 
href="[preferred]/struts/documentation/struts-2.1.6-docs.zip">struts-2.1.6-docs.zip</a>
 (55mb)
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.1.6-docs.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.1.6-docs.zip.md5";>MD5</a>]
+                            </li>
+                        </ul>
+                    </li>
+                    <li>Source:
+                        <ul>
+                            <li>
+                                <a 
href="[preferred]/struts/source/struts-2.1.6-src.zip">struts-2.1.6-src.zip</a> 
(20mb)
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.1.6-src.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.1.6-src.zip.md5";>MD5</a>]
+                            </li>
+                        </ul>
+                    </li>
+
+                </ul>
+            </subsection>
+
 
             <a name="struts2014"/>
             <subsection name="Struts 2.0.14">
@@ -100,7 +169,7 @@
              It is available in a full distribution, or as
              separate library, source, example and documentation
              distributions.
-             Struts 2.0.14 is the "best available" version of Struts.
+             Struts 2.0.14 is the "best available" version of Struts in the 
2.0 series.
             </p>
 
                 <ul>
@@ -259,83 +328,7 @@
 
         <a name="struts-beta"/>
         <section name="Beta Releases">
-
-            <a name="struts212"/>
-            <subsection name="Struts 2.1.2">
-
-            <p>
-             <a href="http://struts.apache.org/2.1.2/";>Apache Struts 2.1.2</a>
-             is the first beta release of the Struts 2.1 series.
-                    It is available in a full distribution, or as
-                    separate library, source, example and documentation
-                    distributions.
-
-            </p>
-
-                <ul>
-                    <li>
-                      <a 
href="http://struts.apache.org/2.1.2/docs/version-notes-212.html";>Release 
Notes</a>
-                    </li>
-
-                    <li>Full Distribution:
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/binaries/struts-2.1.2-all.zip">struts-2.1.2-all.zip</a>
 (86mb)
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.1.2-all.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.1.2-all.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-
-                    <li>Example Applications:
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/examples/struts-2.1.2-apps.zip">struts-2.1.2-apps.zip</a>
 (22mb)
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.1.2-apps.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.1.2-apps.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-                    <li>Essential Dependencies Only:
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/library/struts-2.1.2-lib.zip">struts-2.1.2-lib.zip</a> 
(4mb)
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.2-lib.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.2-lib.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-
-                    <li>Essential Dependencies Only (Java 4):
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/library/struts-2.1.2-lib-jdk14.zip">struts-2.1.2-jdk14.zip</a>
 (3mb)
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.2-lib-jdk14.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.1.2-lib-jdk14.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-                    <li>Documentation:
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/documentation/struts-2.1.2-docs.zip">struts-2.1.2-docs.zip</a>
 (55mb)
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.1.2-docs.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.1.2-docs.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-                    <li>Source:
-                        <ul>
-                            <li>
-                                <a 
href="[preferred]/struts/source/struts-2.1.2-src.zip">struts-2.1.2-src.zip</a> 
(20mb)
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.1.2-src.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.1.2-src.zip.md5";>MD5</a>]
-                            </li>
-                        </ul>
-                    </li>
-
-                </ul>
-            </subsection>
+           
 
         </section>
 

Modified: struts/site/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/downloads.xml?rev=734168&r1=734167&r2=734168&view=diff
==============================================================================
--- struts/site/src/site/xdoc/downloads.xml (original)
+++ struts/site/src/site/xdoc/downloads.xml Tue Jan 13 08:17:49 2009
@@ -43,6 +43,11 @@
                         <strong>General Availability (GA) Releases</strong> - 
<em>Ready for Prime Time!</em>
                         <ul>
                             <li>
+                                <a 
href="http://struts.apache.org/download.cgi#struts216";>
+                                    Struts 2.1.6
+                                </a> ("best available")
+                            </li>
+                            <li>
                                 <a 
href="http://struts.apache.org/download.cgi#struts2014";>
                                     Struts 2.0.14
                                 </a> ("best available")
@@ -62,11 +67,7 @@
                     <li>
                         <strong>Beta Releases</strong> - <em>Help test the 
next release!</em>
                         <ul>
-                            <li>
-                                <a 
href="http://struts.apache.org/download.cgi#struts212";>
-                                    Struts 2.1.2
-                                </a>
-                            </li>
+                            
                         </ul>
                     </li>
                     <li>

Modified: struts/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=734168&r1=734167&r2=734168&view=diff
==============================================================================
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Tue Jan 13 08:17:49 2009
@@ -23,25 +23,6 @@
     </properties>
 
     <body>
-        <a name="Threads"/>
-        <section name="Recent Threads">
-          <p>
-              What do people who use Apache Struts have to say about using it?
-              Browse the
-                <strong><a 
href="http://www.nabble.com/Struts---User-f206.html";>
-                  user mailing list,</a></strong>
-              and see for yourself.
-          <a href="http://apachecon.com/";><img 
src="http://www.apache.org/ads/ApacheCon/2008-usa-125x125.png"; border="0" 
width="125" height="125" alt="ApacheCon US 2008" style="margin: 3px; display: 
block"align="right"/></a>
-          </p>
-          <ul>
-            <li><a 
href="http://www.nabble.com/-ANN--Practical-Apache-Struts2-Web-2.0-Projects-tf4845559.html";>[ANN]
 Practical Apache Struts2 Web 2.0 Projects</a></li>
-            <li><a 
href="http://www.nabble.com/-s2--REST-and-Plugin-ideas-tf4824844.html";>[s2] 
REST and Plugin ideas</a></li>
-            <li><a 
href="http://www.nabble.com/The-breadcrumbs-have-been-served%21-tf4619406.html";>The
 breadcrumbs have been served!</a></li>
-            <li><a 
href="http://www.nabble.com/struts-1.2%3A-calling-an-action-by-javascript-tf4725382.html";>Struts
 1.2: calling an action by javascript</a></li>
-          </ul>
-
-        </section>
-
         <a name="Releases"/>
         <section name="Recent Releases">
 
@@ -49,6 +30,17 @@
               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 name="2.1.6"/>
+            <subsection name="13 Jan 2009 - Struts 2.1.6 General Availability 
Release">
+
+            <p>
+                The latest production release of Struts 2 is
+                <a 
href="http://struts.apache.org/download.cgi#struts216";>Struts 2.1.6</a>,
+                which was promoted to "General Availability"
+                (or "Ready for Primetime") on 12 Jan 2009.
+            </p>
+            </subsection>
 
             <a name="1.3.10"/>
             <subsection name="04 Dec 2008 - Struts 1.3.10 General Availability 
Release">


Reply via email to