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 c5ec133b3 Apache Shiro 2.0.3 release
c5ec133b3 is described below

commit c5ec133b340592e8bb27a47ff21e63647f3afeaf
Author: lprimak <[email protected]>
AuthorDate: Wed Apr 9 14:43:51 2025 -0500

    Apache Shiro 2.0.3 release
---
 .../blog/2025/04/apache-shiro-203-released.adoc    | 54 ++++++++++++++++++++++
 src/site/data/releases.yaml                        |  4 +-
 2 files changed, 57 insertions(+), 1 deletion(-)

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
new file mode 100644
index 000000000..e22bad23f
--- /dev/null
+++ b/src/site/content/blog/2025/04/apache-shiro-203-released.adoc
@@ -0,0 +1,54 @@
+////
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+////
+
+= 2.0.3 available
+:jbake-author: Lenny Primak
+:jbake-date: 2025-04-06 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.3.
+
+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.
+
+* Clean up invalid Javadoc syntax and broken references
+* Clean up comments and make log messages in AuthenticatingRealm consistent
+* Catch IllegalStateException in validate() and do not log incorrect error 
messages
+
+== All changes
+
+You can learn more on 
link:https://github.com/apache/shiro/releases/tag/shiro-root-2.0.3[GitHub, 
Release 2.0.3].
+
+== Download
+
+Download and verification instructions are available link:/download.html[on 
our download page].
+
+== Documentation
+
+For more information on link:/documentation.html[Shiro, please read the 
documentation.]
+
+Enjoy!
+
+The Apache Shiro Team
diff --git a/src/site/data/releases.yaml b/src/site/data/releases.yaml
index ccee99f79..2aee4e87a 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -7,6 +7,8 @@ latestAlphaRelease: "2.0.0-alpha-4"
 
 # also add or replace the latest version here.
 versionInfo:
+  '2.0.3':
+    releaseDate: 2025-04-09
   '2.0.2':
     releaseDate: 2024-11-13
   '2.0.1':
@@ -309,7 +311,7 @@ releases:
       - sha512
 
   shiro20x:
-    version: 2.0.2
+    version: 2.0.3
     artifacts:
       - shiroCore
       - shiroWeb

Reply via email to