You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/08/26 21:09:56 UTC

[shiro-site] branch main updated: shiro v1.8.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 34036a2  shiro v1.8.0
34036a2 is described below

commit 34036a2e6a4d88eaf01e4450b97e997d9d0ebd89
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Aug 26 23:08:11 2021 +0200

    shiro v1.8.0
---
 index.html             |  4 ++++
 news.html              | 25 +++++++++++++++++++++++++
 templates/versions.vtl | 24 +++++++++++++++++++++---
 3 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index f401519..d7b9b22 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.8.0 available! (2021-08-26)</small></p>
+                    </div>
+                    <div>
+                        <a href="news.html">Release</a>
                         <p><small>1.7.1 available with fix CVE-2020-17523 (2021-01-31)</small></p>
                     </div>
                     <div>
diff --git a/news.html b/news.html
index afad0c7..eb0a803 100644
--- a/news.html
+++ b/news.html
@@ -14,6 +14,31 @@ 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.8.0-released" href="#1.8.0-released">Apache Shiro 1.8.0 Released</a>
+    </div>
+
+    <div class="news-content">
+        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.8.0. This is a feature release for 1.x.</p>
+
+        <p>This security release contains 1 fix since the 1.8.0 release and is available for Download now.</p>
+
+        You can learn more on <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12350384" 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.7.1-released" href="#1.7.1-released">Apache Shiro 1.7.1 Released</a>
     </div>
 
diff --git a/templates/versions.vtl b/templates/versions.vtl
index d9222ce..0df492c 100644
--- a/templates/versions.vtl
+++ b/templates/versions.vtl
@@ -1,5 +1,5 @@
-#set( $latestRelease = "1.7.1" )
-#set( $versionInfo = {"1.7.1": { "releaseDate": "2021-01-31" } } )
+#set( $latestRelease = "1.8.0" )
+#set( $versionInfo = {"1.8.0": { "releaseDate": "2021-08-26" } } )
 
 #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
@@ -155,7 +155,7 @@
     $shiroHasher
 ]} )
 
-#set( $shiro17x = {"version": $latestRelease, "artifacts": [
+#set( $shiro17x = {"version": "1.7.1", "artifacts": [
     $shiroAll,
     $shiroCore,
     $shiroWeb,
@@ -174,3 +174,21 @@
     $shiroHasher
 ]} )
 
+#set( $shiro18x = {"version": $latestRelease, "artifacts": [
+    $shiroAll,
+    $shiroCore,
+    $shiroWeb,
+    $shiroServletPlugin,
+    $shiroJaxrs,
+    $shiroAspectJ,
+    $shiroCas,
+    $shiroEhCache,
+    $shiroHazelcast,
+    $shiroFeatures,
+    $shiroGuice,
+    $shiroQuartz,
+    $shiroSpring,
+    $shiroSpringBoot,
+    $shiroSpringBootWeb,
+    $shiroHasher
+]} )