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/09/03 20:06:32 UTC

[shiro-site] branch jbake updated (9c02d22 -> 2cbe2d1)

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

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


    from 9c02d22  [Freemarker] Fix missing "edit on GitHub" link
     new ccf56f0  [Jbake][Posts] Port v1.7.0
     new 2cbe2d1  [Jbake][Posts] Port Announcement for v1.6.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jbake/content/blog/2020/v1.6.0.asciidoc | 30 +++++++++++++++
 jbake/content/blog/2020/v1.7.0.asciidoc | 29 +++++++++++++++
 jbake/templates/index.ftl               |  2 +-
 news.html                               | 66 ---------------------------------
 4 files changed, 60 insertions(+), 67 deletions(-)
 create mode 100644 jbake/content/blog/2020/v1.6.0.asciidoc
 create mode 100644 jbake/content/blog/2020/v1.7.0.asciidoc

[shiro-site] 02/02: [Jbake][Posts] Port Announcement for v1.6.0

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2cbe2d1b35f8a370109c410577e5bbd13ea053c2
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Sep 3 22:07:12 2021 +0200

    [Jbake][Posts] Port Announcement for v1.6.0
---
 jbake/content/blog/2020/v1.6.0.asciidoc | 30 ++++++++++++++++++++++++++++++
 news.html                               | 33 ---------------------------------
 2 files changed, 30 insertions(+), 33 deletions(-)

diff --git a/jbake/content/blog/2020/v1.6.0.asciidoc b/jbake/content/blog/2020/v1.6.0.asciidoc
new file mode 100644
index 0000000..2c1306a
--- /dev/null
+++ b/jbake/content/blog/2020/v1.6.0.asciidoc
@@ -0,0 +1,30 @@
+= Apache Shiro 1.6.0 available
+François Papon
+2020-08-17
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, asciidoc
+:idprefix:
+
+The Shiro team is pleased to announce the release of Apache Shiro version 1.6.0. This is a feature release for 1.x.
+
+This release includes 3 issues resolved since the 1.5.3 release and is available for Download now.
+
+Of Note:
+
+* Incorrect filterchainResolver.
+* SecurityUtils.securityManager should be volatile.
+* ArrayIndexOutOfBoundsException in Base64#decode.
+* Add support for Global Filters.
+* Dependency upgrade.
+
+You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310950&version=12348623[Jira].
+
+Release binaries (``.jar``s) are also available through Maven Central and source bundles through Apache distribution mirrors.
+
+For more information on link:/documentation.html[Shiro, please read the documentation].
+
+Enjoy!
+
+The Apache Shiro Team
+
diff --git a/news.html b/news.html
index 301f6e5..bf116c0 100644
--- a/news.html
+++ b/news.html
@@ -14,39 +14,6 @@ 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>
 

[shiro-site] 01/02: [Jbake][Posts] Port v1.7.0

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ccf56f09585a32e720b9216b43f3bc7751531cf4
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Fri Sep 3 22:02:36 2021 +0200

    [Jbake][Posts] Port v1.7.0
---
 jbake/content/blog/2020/v1.7.0.asciidoc | 29 +++++++++++++++++++++++++++++
 jbake/templates/index.ftl               |  2 +-
 news.html                               | 33 ---------------------------------
 3 files changed, 30 insertions(+), 34 deletions(-)

diff --git a/jbake/content/blog/2020/v1.7.0.asciidoc b/jbake/content/blog/2020/v1.7.0.asciidoc
new file mode 100644
index 0000000..77d235d
--- /dev/null
+++ b/jbake/content/blog/2020/v1.7.0.asciidoc
@@ -0,0 +1,29 @@
+= 1.7.0 available with fix CVE-2020-17510
+François Papon
+2020-10-29
+:jbake-type: post
+:jbake-status: published
+:jbake-tags: blog, asciidoc
+:idprefix:
+
+The Shiro team is pleased to announce the release of Apache Shiro version 1.7.0. This is a feature release for 1.x.
+
+This release includes 7 issues resolved since the 1.6.0 release and is available for Download now.
+
+Of Note:
+
+* Disable session path rewriting by default.
+* Add system property to enable backslash path normalization.
+* DeleteMe cookie should use the defined "sameSite".
+* Also add cookie SameSite option to Spring.
+* SslFilter with HTTP Strict Transport Security (HSTS).
+
+You can learn more on https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20fixVersion%20%3D%201.7.0[Jira].
+
+Release binaries (``.jar``s) are also available through Maven Central and source bundles through Apache distribution mirrors.
+
+For more information on link:/documentation.html[Shiro, please read the documentation].
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/jbake/templates/index.ftl b/jbake/templates/index.ftl
index 3569d1f..a2a3ac1 100644
--- a/jbake/templates/index.ftl
+++ b/jbake/templates/index.ftl
@@ -120,7 +120,7 @@
           <#if (post.status == "published")>
           <div>
             <a href="${post.uri}"><small><h4>${post.title}</h4></small></a>
-            <p><small>${post.date?string("yyyy-MM-dd")}</small></p>
+            <p><small>by ${post.author  } on ${post.date?string("yyyy-MM-dd")}</small></p>
           </div>
           </#if>
         </#list>
diff --git a/news.html b/news.html
index 0a7b140..301f6e5 100644
--- a/news.html
+++ b/news.html
@@ -14,39 +14,6 @@ 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.7.0-released" href="#1.7.0-released">Apache Shiro 1.7.0 Released</a>
-    </div>
-
-    <div class="news-content">
-        <p>The Shiro team is pleased to announce the release of Apache Shiro version 1.7.0. This is a feature release for 1.x.</p>
-
-        <p>This release includes 7 issues resolved since the 1.6.0 release and is available for Download now.</p>
-
-        <p>Of Note:
-        <ul>
-            <li>Disable session path rewriting by default.</li>
-            <li>Add system property to enable backslash path normalization.</li>
-            <li>DeleteMe cookie should use the defined "sameSite".</li>
-            <li>Also add cookie SameSite option to Spring.</li>
-            <li>SslFilter with HTTP Strict Transport Security (HSTS).</li>
-        </ul>
-
-        You can learn more on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SHIRO%20AND%20fixVersion%20%3D%201.7.0" 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.6.0-released" href="#1.6.0-released">Apache Shiro 1.6.0 Released</a>
     </div>