You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/08/17 19:24:06 UTC

[shiro-site] branch master updated: Fix release news and index

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5db0092  Fix release news and index
     new b081205  Merge pull request #64 from fpapon/FIX-RELEASE-160
5db0092 is described below

commit 5db0092e54889ebcbb31d53147de2f0646c03e54
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Mon Aug 17 21:23:12 2020 +0200

    Fix release news and index
---
 index.html |  8 ++++----
 news.html  | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 28ded40..4bf10f6 100644
--- a/index.html
+++ b/index.html
@@ -26,6 +26,10 @@
                 <div class="panel-body">
                     <div>
                         <a href="news.html">Release</a>
+                        <p><small>1.6.0 available! (2020-8-17)</small></p>
+                    </div>
+                    <div>
+                        <a href="news.html">Release</a>
                         <p><small>1.5.3 available! (2020-5-3)</small></p>
                     </div>
                     <div>
@@ -40,10 +44,6 @@
                         <a href="news.html">Release</a>
                         <p><small>1.5.0 available! (2020-1-24)</small></p>
                     </div>
-                    <div>
-                        <a href="news.html">Release and CVE</a>
-                        <p><small>1.4.2 available with fix CVE-2019-12422 (2019-11-18)</small></p>
-                    </div>
                 </div>
             </div>
 
diff --git a/news.html b/news.html
index bf116c0..301f6e5 100644
--- a/news.html
+++ b/news.html
@@ -14,6 +14,39 @@ For more information on Shiro, please read the documentation.</p>
 <div class="blog-post-listing">
 
     <div class="logo-heading-block">
+        <a class="blogHeading" id="1.6.0-released" href="#1.6.0-released">Apache Shiro 1.6.0 Released</a>
+    </div>
+
+    <div class="news-content">
+        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.6.0. This is a feature release for 1.x.</p>
+
+        <p>This release includes 3 issues resolved since the 1.5.3 release and is available for Download now.</p>
+
+        <p>Of Note:
+        <ul>
+            <li>Incorrect filterchainResolver.</li>
+            <li>SecurityUtils.securityManager should be volatile.</li>
+            <li>ArrayIndexOutOfBoundsException in Base64#decode.</li>
+            <li>Add support for Global Filters.</li>
+            <li>Dependency upgrade.</li>
+        </ul>
+
+        You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12348623" target="_blank">Jira</a>
+        </p>
+
+        <p>Release binaries (.jars) are also available through Maven Central and source bundles through Apache distribution mirrors.</p>
+
+        <p>For more information on <a href="documentation.html">Shiro, please read the documentation.</a></p>
+
+        <p>Enjoy!</p>
+
+        <p>The Apache Shiro Team</p>
+    </div>
+</div>
+
+<div class="blog-post-listing">
+
+    <div class="logo-heading-block">
         <a class="blogHeading" id="1.5.3-released" href="#1.5.3-released">Apache Shiro 1.5.3 Released</a>
     </div>