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/02/23 20:27:29 UTC

[shiro-site] branch master updated: Release 1.5.1

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 9ca0c0b  Release 1.5.1
     new ac0561b  Merge pull request #53 from fpapon/RELEASE151
9ca0c0b is described below

commit 9ca0c0bb97916e9fc0e104a71636b6390836a853
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Sun Feb 23 21:24:52 2020 +0100

    Release 1.5.1
---
 download.html.vtl      |  2 +-
 index.html             |  4 ++++
 news.html              | 31 +++++++++++++++++++++++++++++++
 templates/versions.vtl |  8 ++++----
 4 files changed, 40 insertions(+), 5 deletions(-)

diff --git a/download.html.vtl b/download.html.vtl
index 678bb25..88e16a5 100644
--- a/download.html.vtl
+++ b/download.html.vtl
@@ -166,7 +166,7 @@ git checkout shiro-root-${latestRelease} -b shiro-root-${latestRelease}
 <p>
 </p>
 
-#artifactTable($shiro150)
+#artifactTable($shiro152)
 
 <h3><a name="earlySource"></a>${earlyRelease} Source Code Distribution</h3>
 
diff --git a/index.html b/index.html
index c060e69..8383545 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.5.1 available! (2020-2-23)</small></p>
+                    </div>
+                    <div>
+                        <a href="news.html">Release</a>
                         <p><small>1.5.0 available! (2020-1-24)</small></p>
                     </div>
                     <div>
diff --git a/news.html b/news.html
index f542b6d..7dde9ab 100644
--- a/news.html
+++ b/news.html
@@ -14,6 +14,37 @@ 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.5.1-released" href="#1.5.1-released">Apache Shiro 1.5.1 Released</a>
+    </div>
+
+    <div class="news-content">
+        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.5.1. This is a feature release for 1.x.</p>
+
+        <p>This release includes 5 issues resolved since the 1.5.0 release and is available for Download now.</p>
+
+        <p>Of Note:
+        <ul>
+            <li>DefaultCipherInstance is an alias which is not available in every JVM or JCA Provider.</li>
+            <li>Bean reflection property failed with Enum values.</li>
+            <li>Matching of / (root) is broken.</li>
+        </ul>
+
+        You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12346483" 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.0-released" href="#1.5.0-released">Apache Shiro 1.5.0 Released</a>
     </div>
 
diff --git a/templates/versions.vtl b/templates/versions.vtl
index 69c3a53..ab05d2f 100644
--- a/templates/versions.vtl
+++ b/templates/versions.vtl
@@ -1,7 +1,7 @@
-#set( $latestRelease = "1.5.0" )
-#set( $versionInfo = {"1.5.0": { "releaseDate": "2020-01-24" } } )
+#set( $latestRelease = "1.5.1" )
+#set( $versionInfo = {"1.5.1": { "releaseDate": "2020-02-23" } } )
 
-#set( $earlyRelease = "1.5.1-SNAPSHOT" )
+#set( $earlyRelease = "1.5.2-SNAPSHOT" )
 
 #set( $shiroCore = {"g":"org.apache.shiro", "a": "shiro-core", "type": "jar",
                     "description": 'Required in all environments. <a class="external-link" href="http://slf4j.org/">Slf4j</a>''s
@@ -138,7 +138,7 @@
     $shiroHasher
 ]} )
 
-#set( $shiro151 = {"version": $earlyRelease, "artifacts": [
+#set( $shiro152 = {"version": $earlyRelease, "artifacts": [
     $shiroAll,
     $shiroCore,
     $shiroWeb,