Author: lukaszlenart
Date: Tue Dec 21 06:50:59 2010
New Revision: 1051388

URL: http://svn.apache.org/viewvc?rev=1051388&view=rev
Log:
2.2.1.1 release

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=1051388&r1=1051387&r2=1051388&view=diff
==============================================================================
--- struts/site/src/site/site.xml (original)
+++ struts/site/src/site/site.xml Tue Dec 21 06:50:59 2010
@@ -17,7 +17,7 @@
                     href="http://www.apache.org/"; />
             <item
                     name="Struts 2"
-                    href="http://struts.apache.org/2.2.1/index.html"; />
+                    href="http://struts.apache.org/2.2.1.1/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.2.1 (GA)"
-                    href="http://struts.apache.org/2.2.1/index.html"; />
+                    name="Struts 2.2.1.1 (GA)"
+                    href="http://struts.apache.org/2.2.1.1/index.html"; />
             <item
                     name="Struts 2.0.14 (GA)"
                     href="http://struts.apache.org/2.0.14/index.html"; />

Modified: struts/site/src/site/xdoc/announce.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/announce.xml?rev=1051388&r1=1051387&r2=1051388&view=diff
==============================================================================
--- struts/site/src/site/xdoc/announce.xml (original)
+++ struts/site/src/site/xdoc/announce.xml Tue Dec 21 06:50:59 2010
@@ -29,9 +29,9 @@ limitations under the License.
                 Skip to: <a href="announce-2009.html">Announcements - 2009</a>
             </p>
 
-            <h4 id="a20100816">16 August 2010 - Struts 2.2.1 General 
Availability Release</h4>
+            <h4 id="a20101220">20 December 2010 - Struts 2.2.1.1 General 
Availability Release</h4>
             <p>
-              The Apache Struts group is pleased to announce that Struts 2.2.1 
is
+              The Apache Struts group is pleased to announce that Struts 
2.2.1.1 is
               available as a "General Availability" release. The GA 
designation is our
               highest quality grade.
             </p>
@@ -42,24 +42,23 @@ limitations under the License.
               maintaining applications over time.
             </p>  
             <p>
-              This release includes a number of new features and bug fixes 
since the
-              2.1.8.1 GA release, including important security fixes regarding 
remote
-              server context manipulation by injecting OGNL expressions in 
request parameters.
-              For more information about the exploits, see the corresponding
-              security bulletins <a 
href="http://struts.apache.org/2.2.1/docs/s2-005.html";>S2-005</a>.
+              This release includes one important security fix regarding 
Dynamic Method
+              Invocation in the REST Plugin. In the previous versions DMI 
wasn't under control
+              in the REST Plugin and even setting 
struts.enable.DynamicMethodInvocation to false
+              didn't block DMI in the REST Plugin.
             </p>
             <p>
               All developers are strongly advised to update existing Struts 2 
applications
-              to Struts 2.2.1.
+              to Struts 2.2.1.1.
             </p>
             <p>
-              Struts 2.2.1 is available in a full distribution,
+              Struts 2.2.1.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#struts221";>releases page</a>.
+              <a 
href="http://struts.apache.org/download.cgi#struts2211";>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.2.1/docs/version-notes-221.html";>release 
notes</a>
+              <a 
href="http://struts.apache.org/2.2.1.1/docs/version-notes-2211.html";>release 
notes</a>
               are available online.
             </p>
             <p>

Modified: struts/site/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?rev=1051388&r1=1051387&r2=1051388&view=diff
==============================================================================
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Tue Dec 21 06:50:59 2010
@@ -89,30 +89,30 @@ limitations under the License.
 
         <a name="struts-ga"/>
         <section name="Full Releases">
-            <a name="struts221"/>
-            <subsection name="Struts 2.2.1">
+            <a name="struts2211"/>
+            <subsection name="Struts 2.2.1.1">
 
             <p>
-             <a href="http://struts.apache.org/2.2.1/";>Apache Struts 2.2.1</a>
+             <a href="http://struts.apache.org/2.2.1.1/";>Apache Struts 
2.2.1.1</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.2.1 is the "best available" version of Struts in the 2.2 
series.
+             Struts 2.2.1.1 is the "best available" version of Struts in the 
2.2 series.
             </p>
 
                 <ul>
                     <li>
-                      <a 
href="http://struts.apache.org/2.2.1/version-notes-221.html";>Release Notes</a>
+                      <a 
href="http://struts.apache.org/2.2.1.1/version-notes-2211.html";>Release 
Notes</a>
                     </li>
 
                     <li>Full Distribution:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/binaries/struts-2.2.1-all.zip">struts-2.2.1-all.zip</a>
 (110mb)
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.2.1-all.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.2.1-all.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/binaries/struts-2.2.1.1-all.zip">struts-2.2.1.1-all.zip</a>
 (110mb)
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.2.1.1-all.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/binaries/struts-2.2.1.1-all.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -120,18 +120,18 @@ limitations under the License.
                     <li>Example Applications:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/examples/struts-2.2.1-apps.zip">struts-2.2.1-apps.zip</a>
 (34mb)
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.2.1-apps.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.2.1-apps.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/examples/struts-2.2.1.1-apps.zip">struts-2.2.1.1-apps.zip</a>
 (34mb)
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.2.1.1-apps.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/examples/struts-2.2.1.1-apps.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Essential Dependencies Only:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/library/struts-2.2.1-lib.zip">struts-2.2.1-lib.zip</a> 
(11mb)
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.2.1-lib.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.2.1-lib.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/library/struts-2.2.1.1-lib.zip">struts-2.2.1.1-lib.zip</a>
 (11mb)
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.2.1.1-lib.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/library/struts-2.2.1.1-lib.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
@@ -139,18 +139,18 @@ limitations under the License.
                     <li>Documentation:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/documentation/struts-2.2.1-docs.zip">struts-2.2.1-docs.zip</a>
 (60mb)
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.2.1-docs.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.2.1-docs.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/documentation/struts-2.2.1.1-docs.zip">struts-2.2.1.1-docs.zip</a>
 (60mb)
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.2.1.1-docs.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/documentation/struts-2.2.1.1-docs.zip.md5";>MD5</a>]
                             </li>
                         </ul>
                     </li>
                     <li>Source:
                         <ul>
                             <li>
-                                <a 
href="[preferred]/struts/source/struts-2.1.8-src.zip">struts-2.2.1-src.zip</a> 
(20mb)
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.2.1-src.zip.asc";>PGP</a>]
-                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.2.1-src.zip.md5";>MD5</a>]
+                                <a 
href="[preferred]/struts/source/struts-2.2.1.1-src.zip">struts-2.2.1.1-src.zip</a>
 (20mb)
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.2.1.1-src.zip.asc";>PGP</a>]
+                                [<a 
href="http://www.apache.org/dist/struts/source/struts-2.2.1.1-src.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=1051388&r1=1051387&r2=1051388&view=diff
==============================================================================
--- struts/site/src/site/xdoc/downloads.xml (original)
+++ struts/site/src/site/xdoc/downloads.xml Tue Dec 21 06:50:59 2010
@@ -43,8 +43,8 @@ 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#struts221";>
-                                    Struts 2.2.1
+                                <a 
href="http://struts.apache.org/download.cgi#struts2211";>
+                                    Struts 2.2.1.1
                                 </a> ("best available")
                             </li>
                             <li>
@@ -117,6 +117,9 @@ limitations under the License.
 
             <ul>
                 <li>
+                    <a href="http://struts.apache.org/2.1.1/index.html";>Struts 
2.1.1</a>
+                </li>
+                <li>
                     <a 
href="http://struts.apache.org/2.1.8.1/index.html";>Struts 2.1.8.1</a>
                 </li>
                 <li>

Modified: struts/site/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/index.xml?rev=1051388&r1=1051387&r2=1051388&view=diff
==============================================================================
--- struts/site/src/site/xdoc/index.xml (original)
+++ struts/site/src/site/xdoc/index.xml Tue Dec 21 06:50:59 2010
@@ -32,20 +32,20 @@ limitations under the License.
               the <a href="#Project">Apache Struts project</a>, and <a 
href="#Newbies">Struts for Newbies</a>
             </p>
             
-            <a name="2.2.1"/>
-            <subsection name="16 Aug 2010 - Struts 2.2.1 General Availability 
Release">
+            <a name="2.2.1.1"/>
+            <subsection name="20 Dec 2010 - Struts 2.2.1.1 General 
Availability Release">
 
             <p>
                 The latest production release of Struts 2 is
-                <a 
href="http://struts.apache.org/download.cgi#struts221";>Struts 2.2.1</a>,
+                <a 
href="http://struts.apache.org/download.cgi#struts2211";>Struts 2.2.1.1</a>,
                 which was promoted to "General Availability"
-                (or "Ready for Primetime") on 16 Aug 2010.
-                The <a 
href="http://struts.apache.org/2.2.1/docs/version-notes-221.html";>release 
notes</a>
+                (or "Ready for Primetime") on 20 Dec 2010.
+                The <a 
href="http://struts.apache.org/2.2.1.1/docs/version-notes-2211.html";>release 
notes</a>
                 are available online.
             </p>
             <p>
-                Struts 2.2.1 includes <a 
href="http://struts.apache.org/2.2.1/docs/s2-005.html";>important security 
fixes</a>. All developers are strongly
-                encouraged to update existing Struts 2 applications to Struts 
2.2.1.
+                Struts 2.2.1.1 includes important security fixea. All 
developers are strongly
+                encouraged to update existing Struts 2 applications to Struts 
2.2.1.1.
             </p>
             </subsection>
 


Reply via email to