You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2007/10/29 01:40:30 UTC

svn commit: r589447 - in /struts: current/ site/src/site/ site/src/site/xdoc/ site/src/site/xdoc/dev/ struts2/trunk/src/site/ struts2/trunk/src/site/xdoc/

Author: husted
Date: Sun Oct 28 17:40:29 2007
New Revision: 589447

URL: http://svn.apache.org/viewvc?rev=589447&view=rev
Log:
WW-1715 Update site for 2.0.11 and prepare for 2.1.0. 

Modified:
    struts/current/STATUS.txt
    struts/site/src/site/site.xml
    struts/site/src/site/xdoc/announce.xml
    struts/site/src/site/xdoc/dev/volunteers.xml
    struts/site/src/site/xdoc/download.xml
    struts/site/src/site/xdoc/downloads.xml
    struts/site/src/site/xdoc/index.xml
    struts/struts2/trunk/src/site/site.xml
    struts/struts2/trunk/src/site/xdoc/index.xml

Modified: struts/current/STATUS.txt
URL: http://svn.apache.org/viewvc/struts/current/STATUS.txt?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/current/STATUS.txt (original)
+++ struts/current/STATUS.txt Sun Oct 28 17:40:29 2007
@@ -32,7 +32,6 @@
     * Toby Jee (tmjee at apache.org)
     * Ian Roughley (roughley at apache.org) 
     * Paul Benedict  (pbenedict at apache.org)
-    * Henri Yandell (bayard at apache.org)
     * Antonio Petrelli (apetrelli at apache.org) 
     * Musachy Barroso (musachy at apache.org)
 
@@ -51,6 +50,7 @@
     * David Graham (dgraham at apache.org)
     * Steve Raeburn (sraeburn at apache.org)
     * Eddie Bush  (ekbush at apache.org)
+    * Henri Yandell (bayard at apache.org)
 
 Emeritus Committers 
 

Modified: struts/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/site.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Sun Oct 28 17:40:29 2007
@@ -16,8 +16,11 @@
                     name="Apache"
                     href="http://projects.apache.org" />
             <item
-                    name="Struts 2"
-                    href="http://struts.apache.org/2.0.9/" />
+                    name="Struts 2.1.x"
+                    href="http://struts.apache.org/2.1.0/" />
+            <item
+                    name="Struts 2.0.x"
+                    href="http://struts.apache.org/2.0.11/" />
             <item
                     name="Struts 1"
                     href="http://struts.apache.org/1.3.8/" />
@@ -55,8 +58,11 @@
                     name="Key Technologies"
                     href="primer.html" />
             <item
-                    name="Struts 2.0.9"
-                    href="http://struts.apache.org/2.0.9/index.html" />
+                    name="Struts 2.1.0"
+                    href="http://struts.apache.org/2.1.0/index.html" />
+            <item
+                    name="Struts 2.0.11"
+                    href="http://struts.apache.org/2.0.11/index.html" />
             <item
                     name="Struts 1.3.9 (Beta)"
                     href="http://struts.apache.org/1.3.9/index.html" />

Modified: struts/site/src/site/xdoc/announce.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Sun Oct 28 17:40:29 2007
@@ -29,6 +29,42 @@
                 Skip to: <a href="announce-2006.html">Announcements - 2006</a>
             </p>
 
+            <h4 id="a20071023">23 October 2007 - Struts 2.0.11 General Availability Release</h4>
+            <p>
+            The Apache Struts group is pleased to announce that Struts 2.0.11 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 fixes and improvements since the
+            2.0.9 GA release. Struts 2.0.11 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#struts2011">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.11/docs/release-notes-2011.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="a20071012b">12 October 2007 - New Struts Committer -- Dave Newton</h4>
             <p>
               Please join us in welcoming Dave Newton as a new Struts committer.

Modified: struts/site/src/site/xdoc/dev/volunteers.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/dev/volunteers.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/xdoc/dev/volunteers.xml (original)
+++ struts/site/src/site/xdoc/dev/volunteers.xml Sun Oct 28 17:40:29 2007
@@ -166,10 +166,6 @@
                         (pbenedict at apache.org)
                     </li>
                     <li>
-                        <strong>Henri Yandell</strong>
-                        (bayard at apache.org)
-                    </li>
-                    <li>
                         <strong>Antonio Petrelli</strong>
                         (apetrelli at apache.org)
                     </li>
@@ -264,6 +260,11 @@
                     <li>
                         Eddie Bush
                         (ekbush at apache.org)
+                    </li>
+
+                    <li>
+                        <strong>Henri Yandell</strong>
+                        (bayard at apache.org)
                     </li>
 
                     <li>Luis Arias</li>

Modified: struts/site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Sun Oct 28 17:40:29 2007
@@ -90,27 +90,30 @@
         <a name="struts-ga"/>
         <section name="Full Releases">
 
-            <a name="struts209"/>
-            <subsection name="Struts 2.0.9">
+            <a name="struts2011"/>
+            <subsection name="Struts 2.0.11">
 
             <p>
-             <a href="http://struts.apache.org/2.0.9/">Apache Struts 2</a>
+             <a href="http://struts.apache.org/2.0.11/">Apache Struts 2</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.0.9 is the "best available" version of Struts.
+             Struts 2.0.11 is the "best available" version of Struts.
             </p>
 
                 <ul>
+                    <li>
+                      <a href="http://struts.apache.org/2.0.11/docs/release-notes-2011.html">Release Notes</a>
+                    </li>
 
                     <li>Full Distribution:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/binaries/struts-2.0.9-all.zip">struts-2.0.9-all.zip</a> (86mb)
-                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.9-all.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.9-all.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/binaries/struts-2.0.11-all.zip">struts-2.0.11-all.zip</a> (86mb)
+                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.11-all.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.11-all.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -118,27 +121,27 @@
                     <li>Example Applications:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/examples/struts-2.0.9-apps.zip">struts-2.0.9-apps.zip</a> (22mb)
-                                [<a href="http://www.apache.org/dist/struts/examples/struts-2.0.9-apps.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/examples/struts-2.0.9-apps.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/examples/struts-2.0.11-apps.zip">struts-2.0.11-apps.zip</a> (22mb)
+                                [<a href="http://www.apache.org/dist/struts/examples/struts-2.0.11-apps.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/examples/struts-2.0.11-apps.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Blank Application only:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/examples/struts2-blank-2.0.9.war">struts2-blank-2.0.9.war</a> (Also included in apps.) (3mb)
-                                [<a href="http://www.apache.org/dist/struts/examples/struts2-blank-2.0.9.war.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/examples/struts2-blank-2.0.9.war.md5">MD5</a>]
+                                <a href="[preferred]/struts/examples/struts2-blank-2.0.11.war">struts2-blank-2.0.11.war</a> (Also included in apps.) (3mb)
+                                [<a href="http://www.apache.org/dist/struts/examples/struts2-blank-2.0.11.war.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/examples/struts2-blank-2.0.11.war.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Essential Dependencies Only:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/library/struts-2.0.9-lib.zip">struts-2.0.9-lib.zip</a> (4mb)
-                                [<a href="http://www.apache.org/dist/struts/library/struts-2.0.9-lib.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/library/struts-2.0.9-lib.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/library/struts-2.0.11-lib.zip">struts-2.0.11-lib.zip</a> (4mb)
+                                [<a href="http://www.apache.org/dist/struts/library/struts-2.0.11-lib.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/library/struts-2.0.11-lib.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -146,9 +149,9 @@
                     <li>Documentation:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/documentation/struts-2.0.9-docs.zip">struts-2.0.9-docs.zip</a> (55mb)
-                                [<a href="http://www.apache.org/dist/struts/documentation/struts-2.0.9-docs.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/documentation/struts-2.0.9-docs.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/documentation/struts-2.0.11-docs.zip">struts-2.0.11-docs.zip</a> (55mb)
+                                [<a href="http://www.apache.org/dist/struts/documentation/struts-2.0.11-docs.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/documentation/struts-2.0.11-docs.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -156,9 +159,9 @@
                     <li>Source:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/source/struts-2.0.9-src.zip">struts-2.0.9-src.zip</a> (20mb)
-                                [<a href="http://www.apache.org/dist/struts/source/struts-2.0.9-src.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/source/struts-2.0.9-src.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/source/struts-2.0.11-src.zip">struts-2.0.11-src.zip</a> (20mb)
+                                [<a href="http://www.apache.org/dist/struts/source/struts-2.0.11-src.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/source/struts-2.0.11-src.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -166,9 +169,9 @@
                     <li>Alternative Java 4 JARs:
                         <ul>
                             <li>
-                                <a href="[preferred]/struts/binaries/struts-2.0.9-j4.zip">struts-2.0.9-j4.zip</a> (3mb)
-                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.9-j4.zip.asc">PGP</a>]
-                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.9-j4.zip.md5">MD5</a>]
+                                <a href="[preferred]/struts/binaries/struts-2.0.11-j4.zip">struts-2.0.11-j4.zip</a> (3mb)
+                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.11-j4.zip.asc">PGP</a>]
+                                [<a href="http://www.apache.org/dist/struts/binaries/struts-2.0.11-j4.zip.md5">MD5</a>]
                             </li>
                         </ul>
                     </li>

Modified: struts/site/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/downloads.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/xdoc/downloads.xml (original)
+++ struts/site/src/site/xdoc/downloads.xml Sun Oct 28 17:40:29 2007
@@ -43,8 +43,8 @@
                         <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
                         <ul>
                             <li>
-                                <a href="http://struts.apache.org/download.cgi#struts209?update=200707231930">
-                                    Struts 2.0.9
+                                <a href="http://struts.apache.org/download.cgi#struts2011">
+                                    Struts 2.0.11
                                 </a> ("best available")
                             </li>
                             <li>
@@ -115,6 +115,9 @@
             </p>
 
             <ul>
+                <li>
+                    <a href="http://struts.apache.org/2.0.9/index.html">Struts 2.0.9</a>
+                </li>
                 <li>
                     <a href="http://struts.apache.org/2.0.6/index.html">Struts 2.0.6</a>
                 </li>

Modified: struts/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Sun Oct 28 17:40:29 2007
@@ -24,17 +24,6 @@
 
     <body>
 
-        <section name="Security Bulletin">
-            <p>
-            <strong><a href="http://struts.apache.org/download.cgi#struts209">Apache Struts 2.0.9</a>
-            includes an important security fix regarding <a href="http://struts.apache.org/2.x/docs/s2-001.html">a remote code exploit.</a></strong>
-            ALL STRUTS 2 DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 IMMEDIATELY!
-            </p>
-            <p>
-            <em>PLEASE NOTE that this bulletin DOES NOT apply to Struts 1.x!</em>
-            </p>
-         </section>
-
          <section name="ApacheCon US 2007 - Atlanta GA">
          <a href="http://apachecon.com/"><img src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" alt="ApacheCon US 2007" hspace="16" align="right"/></a>
             <p>
@@ -91,6 +80,22 @@
               the <a href="#Project">Apache Struts project</a>, and <a href="#Newbies">Struts for Newbies</a>
             </p>
 
+            <a name="2.0.11"/>
+            <subsection name="23 October 2007 - Struts 2.0.11 General Availability Release">
+            <p>
+                The latest release of Struts 2 is
+                <a href="http://struts.apache.org/download.cgi#struts2011">Struts 2.0.11</a>,
+                which was promoted to "General Availability" on 23 October 2007.
+            </p>
+
+            <p>
+            For other changes included in Struts 2.0.11,
+            see the <a href="http://struts.apache.org/2.0.11/docs/release-notes-2011.html">release notes</a>.
+            Struts 2.0.11 provides a number of fixes and improvements since the
+            2.0.9 GA release.
+            </p>
+            </subsection>
+
             <a name="1.3.9"/>
             <subsection name="01 Aug 2007 - Struts 1.3.9 Beta Release">
             <p>
@@ -100,21 +105,6 @@
                 production release ("General Availability"), see
                 <a href="http://struts.apache.org/download.cgi#struts138">Struts 1.3.8</a>.
             </p>
-            </subsection>
-
-            <a name="2.0.9"/>
-            <subsection name="24 July 2007 - Struts 2.0.9 General Availability Release with Important Security Fix">
-            <p>
-            <strong><a href="http://struts.apache.org/download.cgi#struts209">Apache Struts 2.0.9</a>
-            includes an important security fix regarding OGNL expression handling.</strong>
-            ALL DEVELOPERS ARE STRONGLY ADVISED TO UPDATE TO STRUTS 2.0.9 AS SOON AS POSSIBLE!
-            </p>
-
-            <p>
-            For other changes included in Struts 2.0.9,
-            see the <a href="http://struts.apache.org/2.0.9/docs/release-notes-209.html">release notes</a>.
-            </p>
-
             </subsection>
 
             <a name="1.3.8"/>

Modified: struts/struts2/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/struts2/trunk/src/site/site.xml (original)
+++ struts/struts2/trunk/src/site/site.xml Sun Oct 28 17:40:29 2007
@@ -68,11 +68,6 @@
                     href="docs/guides.html"
                     />
 
-            <item
-                    name="Release Notes"
-                    href="docs/release-notes-208.html"
-                    />
-
         </menu>
 
         <menu name="Support">

Modified: struts/struts2/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml?rev=589447&r1=589446&r2=589447&view=diff
==============================================================================
--- struts/struts2/trunk/src/site/xdoc/index.xml (original)
+++ struts/struts2/trunk/src/site/xdoc/index.xml Sun Oct 28 17:40:29 2007
@@ -32,17 +32,17 @@
         </div>
         <div>
         <table><tr><td>
-        <a href="http://struts.apache.org/download.cgi#struts208">
+        <a href="http://struts.apache.org/download.cgi#struts210">
           <div style="background:url(images/download.gif) no-repeat scroll 0%; width:200px; min-height:80px; float:left;position:relative;margin:5px">
             <span style="top:15px;position:absolute;color:white;padding-left:10px">
-              <small>version 2.0.9</small>
+              <small>version 2.1.0</small>
               <br />
               <span style="font-weight: bold; font-size:140%">Download Now</span>
             </span>
           </div>
         </a>
         </td><td>
-        <a href="http://struts.apache.org/2.x/docs/home.html" style="margin:10px">
+        <a href="docs/home.html" style="margin:10px">
           <div style="background:url(images/help.gif) no-repeat scroll 0%; width:200px; min-height:80px; float:left;position:relative;margin:5px">
             <span style="top:15px;position:absolute;color:white;padding-left:10px">
               <span style="font-weight: bold; font-size:140%">Get Started</span>
@@ -158,7 +158,7 @@
             <subsection>
             <p>
             To download the framework, visit
-            <a href="http://struts.apache.org/download.cgi#struts206">
+            <a href="http://struts.apache.org/download.cgi#struts210">
                Apache Struts Distributions.
             </a>
             For more about Apache Struts 2, visit
@@ -170,7 +170,7 @@
               Struts 2 Plugin Registry.
             </a>
             For help with migrating, visit our
-            <a href="http://struts.apache.org/2.x/docs/migration-guide.html">
+            <a href="docs/migration-guide.html">
                Migration Guide.
             </a>
             </p>
@@ -196,7 +196,7 @@
 
         <p>
          For a full list of requirements, including dependencies used by optional plugins,
-         see <a href="http://struts.apache.org/2.x/struts2-core/dependencies.html">Project Dependencies</a>
+         see <a href="struts2-core/dependencies.html">Project Dependencies</a>
         </p>
 
         </section>