This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch 1.8.0_emphasis_on_source_release in repository https://gitbox.apache.org/repos/asf/shiro-site.git
commit 6fa9525338f8e33275ec0d418e007b6c572059ff Author: Benjamin Marwell <[email protected]> AuthorDate: Sat Mar 5 13:28:36 2022 +0100 Emphasis on source release --- src/site/content/blog/2021/v1.8.0.asciidoc | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/site/content/blog/2021/v1.8.0.asciidoc b/src/site/content/blog/2021/v1.8.0.asciidoc index a0b9280..06161d9 100644 --- a/src/site/content/blog/2021/v1.8.0.asciidoc +++ b/src/site/content/blog/2021/v1.8.0.asciidoc @@ -8,9 +8,32 @@ Benjamin Marwell The Shiro team is pleased to announce the release of Apache Shiro version 1.8.0. This is a feature release for 1.x. -You can learn more on https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&projectId=12310950[Jira]. +== Changes in 1.8.0 -Release binaries (``.jar``s) are also available through Maven Central and source bundles through Apache distribution mirrors. +This changelog is also available https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350384&projectId=12310950[on Jira]. + +=== Bug + +* [https://issues.apache.org/jira/browse/SHIRO-678[SHIRO-678]] - Strings +garbled when POST without JSESSIONID cookie +* [https://issues.apache.org/jira/browse/SHIRO-812[SHIRO-812]] - Key +value separator in config is broken with escape char +* [https://issues.apache.org/jira/browse/SHIRO-825[SHIRO-825]] - +Trailing slash in URI results in "IllegalArgumentException: There is no +configured chain under the name/key" + +=== Improvement + +* [https://issues.apache.org/jira/browse/SHIRO-216[SHIRO-216]] - Add +@Documented to Shiro authorization annotations + +== Download + +Download and verification instructions are available link:/download.html[on our download page]. + +For convenience, release binaries (``.jar``s) are also available through Maven Central and source bundles through Apache distribution mirrors. + +== Documentation For more information on link:/documentation.html[Shiro, please read the documentation].
