Author: fpapon
Date: Mon Aug 17 19:25:10 2020
New Revision: 1880942

URL: http://svn.apache.org/viewvc?rev=1880942&view=rev
Log:
merge pr-64

Modified:
    shiro/site/publish/index.html
    shiro/site/publish/news.html

Modified: shiro/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/shiro/site/publish/index.html?rev=1880942&r1=1880941&r2=1880942&view=diff
==============================================================================
--- shiro/site/publish/index.html (original)
+++ shiro/site/publish/index.html Mon Aug 17 19:25:10 2020
@@ -249,6 +249,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>
@@ -263,10 +267,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>
 

Modified: shiro/site/publish/news.html
URL: 
http://svn.apache.org/viewvc/shiro/site/publish/news.html?rev=1880942&r1=1880941&r2=1880942&view=diff
==============================================================================
--- shiro/site/publish/news.html (original)
+++ shiro/site/publish/news.html Mon Aug 17 19:25:10 2020
@@ -237,6 +237,39 @@ For more information on Shiro, please re
 <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>
 


Reply via email to