This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new a6c6994 Updating the website for the 2.3.0 release
a6c6994 is described below
commit a6c6994cab7c35faaba6d49174b46cbe9ad04dcf
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Jun 17 08:50:40 2020 +0100
Updating the website for the 2.3.0 release
---
src/site/xdoc/download.xml | 20 ++++++++++----------
src/site/xdoc/index.xml | 24 +++++++++++++++++-------
2 files changed, 27 insertions(+), 17 deletions(-)
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 2fb1958..ad4517a 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -35,22 +35,22 @@ LICENSE.txt and NOTICE.txt files contained in each release
artifact.
<ul>
<li>
<p>
-The current stable release is Apache WSS4J 2.2.5:
+The current stable release is Apache WSS4J 2.3.0:
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip">wss4j-2.2.5-source-release.zip</a>
-(<a
href="https://downloads.apache.org/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip.asc">PGP</a>)
-(<a
href="https://downloads.apache.org/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip.sha512">SHA-512</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/ws/wss4j/2.3.0/wss4j-2.3.0-source-release.zip">wss4j-2.3.0-source-release.zip</a>
+(<a
href="https://downloads.apache.org/ws/wss4j/2.3.0/wss4j-2.3.0-source-release.zip.asc">PGP</a>)
+(<a
href="https://downloads.apache.org/ws/wss4j/2.3.0/wss4j-2.3.0-source-release.zip.sha512">SHA-512</a>)
</p>
</li>
<li>
<p>
-The current release on the older 2.1.x-fixes branch is Apache WSS4J 2.1.12:
+The current release on the older 2.2.x-fixes branch is Apache WSS4J 2.2.5:
</p>
<p>
-<a
href="https://www.apache.org/dyn/closer.lua/ws/wss4j/2.1.12/wss4j-2.1.12-source-release.zip">wss4j-2.1.12-source-release.zip</a>
-(<a
href="https://downloads.apache.org/ws/wss4j/2.1.12/wss4j-2.1.12-source-release.zip.asc">PGP</a>)
-(<a
href="https://downloads.apache.org/ws/wss4j/2.1.12/wss4j-2.1.12-source-release.zip.sha1">SHA1</a>)
+<a
href="https://www.apache.org/dyn/closer.lua/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip">wss4j-2.2.5-source-release.zip</a>
+(<a
href="https://downloads.apache.org/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip.asc">PGP</a>)
+(<a
href="https://downloads.apache.org/ws/wss4j/2.2.5/wss4j-2.2.5-source-release.zip.sha512">SHA-512</a>)
</p>
</li>
</ul>
@@ -71,9 +71,9 @@ You can check the OpenPGP compatible signature with GnuPG via:
</ul>
</p>
<p>
-You can check the SHA1 digests with:
+You can check the SHA-512 digests with:
<ul>
-<li>sha1sum wss4j-*-source-release.zip (and compare output to
wss4j-*-source.release.zip.sha1)</li>
+<li>sha512sum wss4j-*-source-release.zip (and compare output to
wss4j-*-source.release.zip.sha512)</li>
</ul>
</p>
</subsection>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index f21028a..68c90ed 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -59,19 +59,29 @@ Profile 1.1</a>
<subsection name="News">
<ul>
<li>
+<p><b>June 2020</b> -
+The Apache WSS4J team are pleased to announce the release of version 2.3.0.
+This is a major new release of WSS4J. Significant changes:
+</p>
+<ul>
+<li>Private key caching enabled which greatly speeds up private key retrieval
for PKCS12 keys</li>
+<li>OpenSAML 3.4.x upgrade</li>
+<li>Santuario 2.2.x upgrade</li>
+<li>EhCache 3.x upgrade</li>
+<li>JDK 14 officially supported</li>
+</ul>
+<p>
+Please see the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310063&version=12343948">
+2.3.0 release notes</a> for more information.
+</p>
+</li>
+<li>
<p><b>March 2020</b> -
The Apache WSS4J team are pleased to announce the release of version 2.2.5.
Please see the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310063&version=12345960">
2.2.5 release notes</a> for more information.
</p>
</li>
-<li>
-<p><b>July 2019</b> -
-The Apache WSS4J team are pleased to announce the release of version 2.2.4.
-Please see the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310063&version=12345343">
-2.2.4 release notes</a> for more information.
-</p>
-</li>
</ul>
</subsection>
</section>