This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch new-releases in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 26a2cf3d67b2c7e6652baa94f1989332d134c940 Author: Lukasz Lenart <[email protected]> AuthorDate: Tue Jun 13 12:11:47 2023 +0200 Adds announcements about two new versions --- _config.yml | 14 +++++++------ source/announce-2023.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ source/index.html | 10 ++++------ 3 files changed, 65 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 9a2ae0d66..28aae288b 100644 --- a/_config.yml +++ b/_config.yml @@ -9,13 +9,15 @@ kramdown: syntax_highlighter: rouge # Simplifies introducing changes related to the latest release -current_version: 6.1.2 -current_version_short: 612 -prev_version: 2.5.30 -prev_version_short: 2530 +current_version: 6.1.2.1 +current_version_short: 6121 +prev_version: 2.5.31 +prev_version_short: 2531 archetype_version: 6.0.0 -release_date: 10 March 2023 -release_date_short: 20230310 +release_date: 13 June 2023 +prev_release_date: 13 June 2023 +release_date_short: 20230613-1 +prev_release_date_short: 20230613-2 beta_release_date_short: 20160126 # Allows directly edit pages on GitHub diff --git a/source/announce-2023.md b/source/announce-2023.md index c80ea99a3..5700a7a92 100644 --- a/source/announce-2023.md +++ b/source/announce-2023.md @@ -13,6 +13,59 @@ title: Announcements 2023 Skip to: <a href="announce-2022">Announcements - 2022</a> </p> +#### 13 June 2023 - Apache Struts version 6.1.2.1 General Availability {#a20230613-1} + +The Apache Struts group is pleased to announce that Apache Struts version 6.1.2.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 two potential security vulnerabilities described in [S2-063](https://cwiki.apache.org/confluence/display/WW/S2-063) +and [S2-064](https://cwiki.apache.org/confluence/display/WW/S2-064) - 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.1) to find more details about performed +> bug fixes and improvements. Also, a dedicated [migration guide]({{ site.wiki_url }}/Struts+2.5+to+6.0.0+migration) +> has been prepared. + +**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 June 2023 - Apache Struts version 2.5.31 General Availability {#a20230613-2} + +The Apache Struts group is pleased to announce that Apache Struts version 2.5.31 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 two potential security vulnerabilities described in [S2-063](https://cwiki.apache.org/confluence/display/WW/S2-063) +and [S2-064](https://cwiki.apache.org/confluence/display/WW/S2-064) - 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.31) 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. + #### 10 March 2023 - Apache Struts version 6.1.2 General Availability {#a20230310} The Apache Struts group is pleased to announce that Apache Struts version 6.1.2 is available as a "General Availability" diff --git a/source/index.html b/source/index.html index 97adbbd3a..cb6d68987 100644 --- a/source/index.html +++ b/source/index.html @@ -31,14 +31,12 @@ title: Welcome to the Apache Struts project <a href="{{ site.wiki_url }}/Version+Notes+{{ site.current_version }}">Version notes</a> </div> <div class="column col-md-4"> - <h2>Security Advice on Log4j 2.12.4/2.17.1</h2> + <h2>Apache Struts {{ site.prev_version }} GA</h2> <p> - The Apache Struts Security team would like to announce that all the users using - the latest Struts 2.5.x series should either upgrade to Apache Struts 2.5.28.3 which - uses Log4j 2.12.4 version which addresses the latest security vulnerabilities in Log4j - or upgrade Log4j to version 2.12.4 (when running on Java 1.7) or 2.17.1 (when running on Java 8+). - Read more in <a href="announce-2022#a20220102">Announcement</a> + Apache Struts {{ site.prev_version }} GA has been released<br/>on {{ site.prev_release_date }}. </p> + Read more in <a href="announce-2023#a{{ site.prev_release_date_short }}">Announcement</a> or in + <a href="{{ site.wiki_url }}/Version+Notes+{{ site.prev_version }}">Version notes</a> </div> <div class="column col-md-4"> <h2>Google's Patch Reward program</h2>
