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

lprimak 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 4654c8156 Updates for 2.0.4 release
4654c8156 is described below

commit 4654c815685a5f2894a5220efe90cbb61db1c96b
Author: lprimak <[email protected]>
AuthorDate: Sun Apr 20 14:36:03 2025 -0500

    Updates for 2.0.4 release
---
 .../content/blog/2024/11/apache-shiro-202-released.adoc    |  2 +-
 .../content/blog/2025/04/apache-shiro-203-released.adoc    |  2 +-
 .../04/apache-shiro-204-released.adoc}                     | 14 +++++++-------
 src/site/data/releases.yaml                                |  6 ++++--
 4 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/site/content/blog/2024/11/apache-shiro-202-released.adoc 
b/src/site/content/blog/2024/11/apache-shiro-202-released.adoc
index a69d6a007..7686f0811 100644
--- a/src/site/content/blog/2024/11/apache-shiro-202-released.adoc
+++ b/src/site/content/blog/2024/11/apache-shiro-202-released.adoc
@@ -31,7 +31,7 @@ The Apache Shiro team is pleased to announce the release of 
Apache Shiro version
 This release is available for download now.
 
 == Release Highlights
-This is a maintenance release that includes several bug fixes and 
improvements, and many dependency updates.
+This is a maintenance release that includes several bug fixes and 
improvements, and many dependency updates. It is recommended for all users to 
upgrade to this version.
 
 * Fix creating subjects from a SubjectFactory that disables session-creation
 * Follow desired request scheme when doing redirection
diff --git a/src/site/content/blog/2025/04/apache-shiro-203-released.adoc 
b/src/site/content/blog/2025/04/apache-shiro-203-released.adoc
index e22bad23f..42d14ca34 100644
--- a/src/site/content/blog/2025/04/apache-shiro-203-released.adoc
+++ b/src/site/content/blog/2025/04/apache-shiro-203-released.adoc
@@ -31,7 +31,7 @@ The Apache Shiro team is pleased to announce the release of 
Apache Shiro version
 This release is available for download now.
 
 == Release Highlights
-This is a maintenance release that includes several bug fixes and 
improvements, and many dependency updates.
+This is a maintenance release that includes several bug fixes and 
improvements, and many dependency updates. It is recommended for all users to 
upgrade to this version.
 
 * Clean up invalid Javadoc syntax and broken references
 * Clean up comments and make log messages in AuthenticatingRealm consistent
diff --git a/src/site/content/blog/2024/11/apache-shiro-202-released.adoc 
b/src/site/content/blog/2025/04/apache-shiro-204-released.adoc
similarity index 75%
copy from src/site/content/blog/2024/11/apache-shiro-202-released.adoc
copy to src/site/content/blog/2025/04/apache-shiro-204-released.adoc
index a69d6a007..fd57baba2 100644
--- a/src/site/content/blog/2024/11/apache-shiro-202-released.adoc
+++ b/src/site/content/blog/2025/04/apache-shiro-204-released.adoc
@@ -17,28 +17,28 @@
 # under the License.
 ////
 
-= 2.0.2 available
+= 2.0.4 available
 :jbake-author: Lenny Primak
-:jbake-date: 2024-11-13 00:00:00
+:jbake-date: 2025-04-20 00:00:00
 :jbake-type: post
 :jbake-status: published
 :jbake-tags: blog, release
 :idprefix:
 :icons: font
 
-The Apache Shiro team is pleased to announce the release of Apache Shiro 
version 2.0.2.
+The Apache Shiro team is pleased to announce the release of Apache Shiro 
version 2.0.4.
 
 This release is available for download now.
 
 == Release Highlights
-This is a maintenance release that includes several bug fixes and 
improvements, and many dependency updates.
+This is a maintenance release that includes several bug fixes, improvements 
and dependency updates. It is recommended for all users to upgrade to this 
version.
 
-* Fix creating subjects from a SubjectFactory that disables session-creation
-* Follow desired request scheme when doing redirection
+* Fixes a possible ThreadLocal variable leak when Servlet starts threads
+* Fixes issues with Remember Me functionality in Apache Karaf and OSGi 
environments
 
 == All changes
 
-You can learn more on 
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.0.2[GitHub, 
Release 2.0.2].
+You can learn more on 
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.0.4[GitHub, 
Release 2.0.4].
 
 == Download
 
diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml
index 9b3f4a6a2..12b6d03db 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -1,12 +1,14 @@
 ---
 # for each release, update this variable with the latest version.
-latestRelease: "2.0.3"
+latestRelease: "2.0.4"
 # for each alpha release, update this variable with the latest alpha version.
 # it can be dropped after shiro 2 goes final.
 latestAlphaRelease: "2.0.0-alpha-4"
 
 # also add or replace the latest version here.
 versionInfo:
+  '2.0.4':
+    releaseDate: 2025-04-20
   '2.0.3':
     releaseDate: 2025-04-09
   '2.0.2':
@@ -311,7 +313,7 @@ releases:
       - sha512
 
   shiro20x:
-    version: 2.0.3
+    version: 2.0.4
     artifacts:
       - shiroCore
       - shiroWeb

Reply via email to