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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1a305f4  Adds info about the latest 2.5.14.1 release
1a305f4 is described below

commit 1a305f4cdc637b9eef514a38a88e94a109b0a34e
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Fri Dec 1 08:51:53 2017 +0100

    Adds info about the latest 2.5.14.1 release
---
 _config.yml           |  8 +++---
 source/announce.md    | 28 ++++++++++++++++++++
 source/downloads.html | 73 +++++++++++++++++++++++++++++++++++++--------------
 source/index.html     |  2 +-
 4 files changed, 87 insertions(+), 24 deletions(-)

diff --git a/_config.yml b/_config.yml
index e89c8da..ba250af 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,13 +10,13 @@ kramdown:
   syntax_highlighter: rouge
 
 # Simplifies introducing changes related to the latest release
-current_version: 2.5.14
-current_version_short: 2514
+current_version: 2.5.14.1
+current_version_short: 2514.1
 archetype_version: 2.5.5
 current_beta_version: 2.5-BETA3
 current_beta_version_short: 25B3
-release_date: 23 November 2017
-release_date_short: 20171123
+release_date: 30 November 2017
+release_date_short: 20171130
 beta_release_date_short: 20160126
 
 # Allows directly edit pages on GitHub
diff --git a/source/announce.md b/source/announce.md
index e58cc4c..9c9a9f7 100644
--- a/source/announce.md
+++ b/source/announce.md
@@ -12,6 +12,34 @@ title: Announcements
   Skip to: <a href="announce-2016.html">Announcements - 2016</a>
 </p>
 
+#### 30 November 2017 - Struts 2.5.14.1 General Availability {#a20171130}
+
+The Apache Struts group is pleased to announce that Struts 2.5.14.1 is 
available as a "General Availability"
+release. The GA designation is our highest quality grade.
+
+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.
+
+This release contains fixes for the following potential security 
vulnerabilities:
+
+ - [S2-054]({{ site.wiki_url }}/S2-054)
+   A crafted JSON request can be used to perform a DoS attack when using the 
Struts REST plugin
+ - [S2-055]({{ site.wiki_url }}/S2-055)
+   Vulnerability in the Jackson JSON library
+
+> Please read the [Version Notes](/docs/version-notes-2513.html) to find more 
details about performed bug fixes and improvements.
+
+**All developers are strongly advised to perform this action.**
+
+The 2.5.x series of the Apache Struts framework has a minimum requirement of 
the following specification versions:
+Servlet API 2.4, JSP API 2.0, and Java 7.
+
+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.
+
+You can download this version from our [download](download.cgi#struts-ga) page.
+
 #### 23 November 2017 - Struts 2.5.14 General Availability {#a20171123}
 
 The Apache Struts group is pleased to announce that Struts 2.5.14 is available 
as a "General Availability"
diff --git a/source/downloads.html b/source/downloads.html
index 5062af5..2556406 100644
--- a/source/downloads.html
+++ b/source/downloads.html
@@ -106,13 +106,25 @@ title: Releases
   <tbody>
   <tr>
     <td class="no-wrap">
+      Struts 2.5.14
+    </td>
+    <td class="no-wrap">23 November 2017</td>
+    <td>
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>
+    </td>
+    <td>
+      <a href="{{ site.wiki_url }}/Version+Notes+2.5.13">Version notes</a>
+    </td>
+  </tr>
+  <tr>
+    <td class="no-wrap">
       Struts 2.5.13
     </td>
     <td class="no-wrap">5 September 2017</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
-      <a href="{{ site.wiki_url }}/S2-052">S2-052</a>
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>
     </td>
     <td>
       <a href="{{ site.wiki_url }}/Version+Notes+2.5.13">Version notes</a>
@@ -124,9 +136,11 @@ title: Releases
     </td>
     <td class="no-wrap">6 July 2017</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
       <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
-      <a href="{{ site.wiki_url }}/S2-052">S2-052</a>
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
     </td>
     <td>
       <a href="{{ site.wiki_url }}/Version+Notes+2.5.12">Version notes</a>
@@ -138,9 +152,12 @@ title: Releases
     </td>
     <td class="no-wrap">7 March 2017</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>
     </td>
@@ -167,9 +184,12 @@ title: Releases
     </td>
     <td class="no-wrap">3 February 2017</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>
@@ -184,9 +204,12 @@ title: Releases
     </td>
     <td class="no-wrap">19 December 2016</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>
@@ -201,9 +224,12 @@ title: Releases
     </td>
     <td class="no-wrap">21 October 2016</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>,
@@ -232,9 +258,12 @@ title: Releases
     </td>
     <td class="no-wrap">7 Jul 2016</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>,
@@ -266,9 +295,12 @@ title: Releases
     </td>
     <td class="no-wrap">18 Jun 2016</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>,
@@ -285,9 +317,12 @@ title: Releases
     </td>
     <td class="no-wrap">9 May 2016</td>
     <td>
-      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
-      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-055">S2-055</a>,
+      <a href="{{ site.wiki_url }}/S2-054">S2-054</a>,
+      <a href="{{ site.wiki_url }}/S2-053">S2-053</a>,
       <a href="{{ site.wiki_url }}/S2-052">S2-052</a>,
+      <a href="{{ site.wiki_url }}/S2-051">S2-051</a>,
+      <a href="{{ site.wiki_url }}/S2-050">S2-050</a>,
       <a href="/docs/s2-049.html">S2-049</a>,
       <a href="/docs/s2-047.html">S2-047</a>,
       <a href="/docs/s2-045.html">S2-045</a>,
diff --git a/source/index.html b/source/index.html
index b19c7dd..6b48827 100644
--- a/source/index.html
+++ b/source/index.html
@@ -36,7 +36,7 @@ title: Welcome to the Apache Struts project
           Apache Struts {{ site.current_version }} GA has been released<br/>on 
{{ site.release_date }}.
         </p>
         Read more in <a href="announce.html#a{{ site.release_date_short 
}}">Announcement</a> or in
-        <a href="{{ site.wiki_url }}/Version+Notes+2.5.14">Version notes</a>
+        <a href="{{ site.wiki_url }}/Version+Notes+{{ site.current_version 
}}">Version notes</a>
       </div>
       <div class="column col-md-4">
         <h2>Apache Struts 2.3.34 GA</h2>

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to