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 f45b66b1d enh: updates for Shiro 3.0.1
f45b66b1d is described below
commit f45b66b1daccd0cfc851d52bc5176a0520bb30ad
Author: lprimak <[email protected]>
AuthorDate: Thu Aug 27 12:59:40 2026 -0500
enh: updates for Shiro 3.0.1
---
src/site/assets/images/shiro-3.0.1-release.jpg | Bin 0 -> 220612 bytes
.../blog/2026/08/apache-shiro-301-released.adoc | 69 +++++++++++++++++++++
src/site/data/releases.yaml | 6 +-
src/site/templates/index.ftl | 2 +-
4 files changed, 74 insertions(+), 3 deletions(-)
diff --git a/src/site/assets/images/shiro-3.0.1-release.jpg
b/src/site/assets/images/shiro-3.0.1-release.jpg
new file mode 100644
index 000000000..21e9b1dbd
Binary files /dev/null and b/src/site/assets/images/shiro-3.0.1-release.jpg
differ
diff --git a/src/site/content/blog/2026/08/apache-shiro-301-released.adoc
b/src/site/content/blog/2026/08/apache-shiro-301-released.adoc
new file mode 100644
index 000000000..0a8141f55
--- /dev/null
+++ b/src/site/content/blog/2026/08/apache-shiro-301-released.adoc
@@ -0,0 +1,69 @@
+////
+# 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.
+////
+
+= 3.0.1 available
+:jbake-author: Lenny Primak
+:jbake-date: 2026-08-24 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 3.0.1.
+
+image::/images/shiro-3.0.1-release.jpg[Shiro 3.0.1 Release Logo, width="50%"]
+
+This release is available for download now.
+
+== Release Highlights
+
+This is a maintenance release that includes several security enhancements and
bug fixes. It is recommended that all users upgrade to this version.
+
+== Security Enhancements
+* Case-insensitive filters are now the default for programmatic and Spring /
Spring Boot configurations
+* RememberMe deserialization has been hardened
+* Guice and AOP annotation retrieval has been improved to prevent potential
security issues
+* Active Directory DN authentication has been fixed to prevent potential
security issues
+* Jakarta EE form resubmit security has been enhanced
+* Many other hardening and security improvements have been made throughout the
framework
+
+== Thank you to the following contributors!
+
+* https://github.com/jbampton[John Bampton]
+* https://github.com/apupier[Aurélien Pupier]
+* https://github.com/nexory[Nexory]
+* https://github.com/xaccefy[xaccefy]
+* https://github.com/abhiramaab[Abhirama]
+
+== All changes
+
+You can learn more on
link:https://github.com/apache/shiro/releases/tag/shiro-root-3.0.1[GitHub,
Release 3.0.1].
+
+== 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 36e67e7f3..44c2863cc 100644
--- a/src/site/data/releases.yaml
+++ b/src/site/data/releases.yaml
@@ -1,9 +1,11 @@
---
# for each release, update this variable with the latest version.
-latestRelease: "3.0.0"
+latestRelease: "3.0.1"
# also add or replace the latest version here.
versionInfo:
+ '3.0.1':
+ releaseDate: 2026-08-24
'3.0.0':
releaseDate: 2026-06-29
'2.2.1':
@@ -391,7 +393,7 @@ releases:
- sha512
shiro30x:
- version: 3.0.0
+ version: 3.0.1
artifacts:
- shiroCore
- shiroWeb
diff --git a/src/site/templates/index.ftl b/src/site/templates/index.ftl
index aec56244d..4c12caf30 100644
--- a/src/site/templates/index.ftl
+++ b/src/site/templates/index.ftl
@@ -23,7 +23,7 @@
</div>
<div class="col-md-6 col-sm-6 col-padded-top col-center">
- <img style="padding-bottom: 15px;" alt="Shiro 3.0.0 release"
src="images/shiro-3.0.0-release.jpg"/>
+ <img style="padding-bottom: 15px;" alt="Shiro 3.0.1 release"
src="images/shiro-3.0.1-release.jpg"/>
</div>
</div>