From 737934f8d93845299649d426366fd082c0ee6b1a Mon Sep 17 00:00:00 2001 From: lprimak Date: Wed, 13 Nov 2024 14:35:24 -0600 Subject: [PATCH] Added release 2.0.2 --- .../2024/11/apache-shiro-202-released.adoc | 53 +++++++++++++++++++ src/site/data/releases.yaml | 6 ++- 2 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 src/site/content/blog/2024/11/apache-shiro-202-released.adoc 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 new file mode 100644 index 000000000..a69d6a007 --- /dev/null +++ b/src/site/content/blog/2024/11/apache-shiro-202-released.adoc @@ -0,0 +1,53 @@ +//// +# 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.2 available +:jbake-author: Lenny Primak +:jbake-date: 2024-11-13 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. + +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. + +* Fix creating subjects from a SubjectFactory that disables session-creation +* Follow desired request scheme when doing redirection + +== 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]. + +== 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 38626f434..ccee99f79 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.1" +latestRelease: "2.0.2" # 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.2': + releaseDate: 2024-11-13 '2.0.1': releaseDate: 2024-05-30 '2.0.0': @@ -307,7 +309,7 @@ releases: - sha512 shiro20x: - version: 2.0.1 + version: 2.0.2 artifacts: - shiroCore - shiroWeb