This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch release/multiple in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 9ec34e19392831ac5d5cfbafc8eb8528bcbaf2c0 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Sep 13 15:26:19 2023 +0100 Defines set of announcements for Struts 6.3.0.1, 6.1.2.2 and 2.5.32 --- _config.yml | 22 +++++++------- source/announce-2023.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++- source/index.html | 10 +++++-- 3 files changed, 95 insertions(+), 14 deletions(-) diff --git a/_config.yml b/_config.yml index 2af14dba7..086ebb511 100644 --- a/_config.yml +++ b/_config.yml @@ -9,18 +9,18 @@ kramdown: syntax_highlighter: rouge # Simplifies introducing changes related to the latest release -current_version: 6.3.0 -current_version_short: 630 -prev_version: 6.2.0 -prev_25_version: 2.5.31 -prev_version_short: 620 +current_version: 6.3.0.1 +current_version_short: 6301 +prev_version: 6.3.0 +prev_25_version: 2.5.32 +prev_version_short: 630 archetype_version: 6.0.0 -release_date: 4 September 2023 -prev_release_date: 10 July 2023 -prev_25_release_date: 13 June 2023 -release_date_short: 20230904 -prev_release_date_short: 20230710 -prev_25_release_date_short: 20230613-2 +release_date: 13 September 2023 +prev_release_date: 4 September 2023 +prev_25_release_date: 13 September 2023 +release_date_short: 20230913-1 +prev_release_date_short: 20230904 +prev_25_release_date_short: 20230913-3 beta_release_date_short: 20160126 # Allows directly edit pages on GitHub diff --git a/source/announce-2023.md b/source/announce-2023.md index 0369de9f9..7ef10e559 100644 --- a/source/announce-2023.md +++ b/source/announce-2023.md @@ -13,7 +13,82 @@ title: Announcements 2023 Skip to: <a href="announce-2022">Announcements - 2022</a> </p> -#### 04 September 2023 - Apache Struts version 6.3.0 General Availability {#a20230710} +#### 13 September 2023 - Apache Struts version 6.3.0.1 General Availability {#a20230913-1} + +The Apache Struts group is pleased to announce that Apache Struts version 6.3.0.1 is available as a "General Availability" +release. The GA designation is our highest quality grade. + +The Apache Struts is an elegant, extensible framework for creating enterprise-ready Java web applications. +The framework has been designed to streamline the full development cycle, from building, to deploying, +to maintaining applications over time. + +This version addresses a potential **security vulnerability** described in [S2-065](https://cwiki.apache.org/confluence/display/WW/S2-065) - please read the mentioned security bulletins for more details. +This is a drop-in replacement and upgrade should be straightforward. + +> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+6.3.0.1) to find more details about performed +> bug fixes and improvements. + +**All developers are strongly advised to perform this upgrade.** + +The 6.x series of the Apache Struts framework has a minimum requirement of the following specification versions: +Servlet API 3.1, JSP API 2.1, and Java 8. + +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]({{ site.jira_url }}). + +You can download this version from our [download](download.cgi#struts-ga) page. + +#### 13 September 2023 - Apache Struts version 6.1.2.2 General Availability {#a20230913-2} + +The Apache Struts group is pleased to announce that Apache Struts version 6.1.2.2 is available as a "General Availability" +release. The GA designation is our highest quality grade. + +The Apache Struts is an elegant, extensible framework for creating enterprise-ready Java web applications. +The framework has been designed to streamline the full development cycle, from building, to deploying, +to maintaining applications over time. + +This version addresses a potential **security vulnerability** described in [S2-065](https://cwiki.apache.org/confluence/display/WW/S2-065) - please read the mentioned security bulletins for more details. +This is a drop-in replacement and upgrade should be straightforward. + +> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+6.1.2.2) to find more details about performed +> bug fixes and improvements. + +**All developers are strongly advised to perform this upgrade.** + +The 6.x series of the Apache Struts framework has a minimum requirement of the following specification versions: +Servlet API 3.1, JSP API 2.1, and Java 8. + +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]({{ site.jira_url }}). + +You can download this version from our [download](download.cgi#struts-ga) page. + +#### 13 September 2023 - Apache Struts version 2.5.32 General Availability {#a20230913-3} + +The Apache Struts group is pleased to announce that Apache Struts version 2.5.32 is available as a "General Availability" +release. The GA designation is our highest quality grade. + +The Apache Struts is an elegant, extensible framework for creating enterprise-ready Java web applications. +The framework has been designed to streamline the full development cycle, from building, to deploying, +to maintaining applications over time. + +This version addresses a potential **security vulnerability** described in [S2-065](https://cwiki.apache.org/confluence/display/WW/S2-065) - please read the mentioned security bulletins for more details. +This is a drop-in replacement and upgrade should be straightforward. + +> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.32) to find more details about performed +> bug fixes and improvements. + +**All developers are strongly advised to perform this upgrade.** + +The 6.x series of the Apache Struts framework has a minimum requirement of the following specification versions: +Servlet API 3.1, JSP API 2.1, and Java 8. + +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]({{ site.jira_url }}). + +You can download this version from our [download](download.cgi#struts-ga) page. + +#### 04 September 2023 - Apache Struts version 6.3.0 General Availability {#a20230904} The Apache Struts group is pleased to announce that Apache Struts version 6.3.0 is available as a "General Availability" release. The GA designation is our highest quality grade. diff --git a/source/index.html b/source/index.html index 93f0fc316..aaaa6d3c1 100644 --- a/source/index.html +++ b/source/index.html @@ -48,6 +48,14 @@ title: Welcome to the Apache Struts project </div> </div> <div class="row"> + <div class="column col-md-4"> + <h2>Apache Struts 6.1.2.2 GA</h2> + <p> + Apache Struts 6.1.2.2 GA has been released<br/>on 13 September 2023. + </p> + Read more in <a href="announce-2023#a20230913-2">Announcement</a> or in + <a href="{{ site.wiki_url }}/Version+Notes+6.1.2.2">Version notes</a> + </div> <div class="column col-md-4"> <h2>Google's Patch Reward program</h2> <p>During <a href="http://www.meetup.com/sfhtml5/">SFHTML5</a> Google announced that @@ -64,8 +72,6 @@ title: Welcome to the Apache Struts project <a href="announce-2019#a20190912">Announcement</a> </p> </div> - <div class="column col-md-4"> - </div> </div> </div> </div>