This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/struts-6-6-0
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 5965a59f1ec62f80fcab47682e3b43b6909e821d
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Aug 10 07:32:22 2024 +0200

    Adds info about Struts 6.6.0
---
 _config.yml             | 16 ++++++++--------
 source/announce-2024.md | 24 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/_config.yml b/_config.yml
index e84ca4205..84c5a9379 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,17 +11,17 @@ kramdown:
   toc_levels: 1..3
 
 # Simplifies introducing changes related to the latest release
-current_version: 6.4.0
-current_version_short: 640
+current_version: 6.6.0
+current_version_short: 660
 current_25x_version: 2.5.33
-prev_version: 6.3.0.2
-prev_version_short: 6302
+prev_version: 6.4.0
+prev_version_short: 640
 prev_25_version: 2.5.33
-release_date: 19 April 2024
-prev_release_date: 7 December 2023
+release_date: 10 August 2024
+prev_release_date: 19 April 2024
 prev_25_release_date: 7 December 2023
-release_date_short: 20240419
-prev_release_date_short: 20231207-1
+release_date_short: 20240810
+prev_release_date_short: 20240419
 prev_25_release_date_short: 20231207-2
 
 beta_release_date_short: 20160126
diff --git a/source/announce-2024.md b/source/announce-2024.md
index a2ea0e2e6..5127cf90c 100644
--- a/source/announce-2024.md
+++ b/source/announce-2024.md
@@ -13,6 +13,30 @@ title: Announcements 2024
   Skip to: <a href="announce-2023">Announcements - 2023</a>
 </p>
 
+#### 10 August 2024 - Apache Struts version 6.6.0 General Availability 
{#a20240810}
+
+The Apache Struts group is pleased to announce that Apache Struts version 
6.6.0 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 contains a lot of proactive security improvements, which should 
make your application hard to compromise.
+
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+6.6.0) 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.
+
 #### 20 April 2024 - Apache Struts version 7.0.0-M6 {#a20240420}
 
 The Apache Struts group is pleased to announce that Apache Struts version 
7.0.0-MS is available as a Test Build.

Reply via email to