This is an automated email from the ASF dual-hosted git repository. abernal pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit 2c9bef3eb100b7b295475257a6b47a546d158304 Author: Arturo Bernal <[email protected]> AuthorDate: Fri Aug 11 15:00:06 2023 +0200 2.12.1 release --- src/main/jbake/assets/apidocs/index.html | 6 +++--- src/main/jbake/assets/japicmp/index.html | 6 +++--- src/main/jbake/content/general/downloads.md | 7 +++++-- src/main/jbake/content/general/news.md | 3 +++ src/main/jbake/content/index.md | 3 +++ src/main/jbake/jbake.properties | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/main/jbake/assets/apidocs/index.html b/src/main/jbake/assets/apidocs/index.html index 0046b5c871..d5b7795cd2 100755 --- a/src/main/jbake/assets/apidocs/index.html +++ b/src/main/jbake/assets/apidocs/index.html @@ -2,13 +2,13 @@ <html lang="en-US"> <head> <meta charset="UTF-8"> - <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.12.0/"> + <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/apidocs/2.12.1/"> <script type="text/javascript"> - window.location.href = "http://jspwiki.apache.org/apidocs/2.12.0/" + window.location.href = "http://jspwiki.apache.org/apidocs/2.12.1/" </script> <title>redirecting to latest javadocs</title> </head> <body> - If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.12.0/'>latest javadocs</a>. + If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/apidocs/2.12.1/'>latest javadocs</a>. </body> </html> diff --git a/src/main/jbake/assets/japicmp/index.html b/src/main/jbake/assets/japicmp/index.html index e81b0a074e..c6c9548209 100644 --- a/src/main/jbake/assets/japicmp/index.html +++ b/src/main/jbake/assets/japicmp/index.html @@ -2,13 +2,13 @@ <html lang="en-US"> <head> <meta charset="UTF-8"> - <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/japicmp/2.12.0/"> + <meta http-equiv="refresh" content="1;url=http://jspwiki.apache.org/japicmp/2.12.1/"> <script type="text/javascript"> - window.location.href = "http://jspwiki.apache.org/japicmp/2.12.0/" + window.location.href = "http://jspwiki.apache.org/japicmp/2.12.1/" </script> <title>redirecting to latest compatibility reports</title> </head> <body> - If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/japicmp/2.12.0/'>latest compatibility reports</a>. + If you are not redirected automatically, follow the link to <a href='http://jspwiki.apache.org/japicmp/2.12.1/'>latest compatibility reports</a>. </body> </html> diff --git a/src/main/jbake/content/general/downloads.md b/src/main/jbake/content/general/downloads.md index a347e8592f..47423962ee 100755 --- a/src/main/jbake/content/general/downloads.md +++ b/src/main/jbake/content/general/downloads.md @@ -19,9 +19,12 @@ If you want to build directly from the sources, please check the [Get and Build **Release Index** -* **23-May-2023**: The current release version is <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.0ReleasedOn23058023">2.12.0</a>. This release fixes the following issues: +* **11-Aug-2023**: released version <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.1ReleasedOn11082023">2.12.1</a>. This release fixes the following issues: +https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12353279 +<strong><a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip">source</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip.sha512">checksum</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip.asc">signature</a></strong> + +* **23-May-2023**: released version is <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.0ReleasedOn23058023">2.12.0</a>. This release fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12352167 -<strong><a class="external" href="https://www.apache.org/dyn/closer.lua/jspwiki/2.12.0/source/jspwiki-builder-2.12.0-source-release.zip">source</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.12.0/source/jspwiki-builder-2.12.0-source-release.zip.sha512">checksum</a></strong> | <strong><a class="external" href="https://downloads.apache.org/jspwiki/2.12.0/source/jspwiki-builder-2.12.0-source-release.zip.asc">signature</a></strong> * **02-Aug-2022**: released version <a class="external" href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.3ReleasedOn02028022">2.11.3</a>. This release fixes the following issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12351386 diff --git a/src/main/jbake/content/general/news.md b/src/main/jbake/content/general/news.md index b8f1d61c8f..dad835cb71 100755 --- a/src/main/jbake/content/general/news.md +++ b/src/main/jbake/content/general/news.md @@ -6,6 +6,8 @@ type=page ## Project News + * **11-Aug-2023:** Official [Apache JSPWiki 2.12.1 release][] is out! + * **24-May-2023**: Apache JSPWiki [CVE-2022-46907][] vulnerability disclosure * **23-May-2023:** Official [Apache JSPWiki 2.12.0 release][] is out! @@ -114,6 +116,7 @@ type=page [Apache JSPWiki 2.11.2 release]: downloads.html [Apache JSPWiki 2.11.3 release]: downloads.html [Apache JSPWiki 2.12.0 release]: downloads.html +[Apache JSPWiki 2.12.1 release]: downloads.html [CVE-2018-20242]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2018-20242 [CVE-2019-0224]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0224 [CVE-2019-0225]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0225 diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md index 608ed0ba9b..a341ec8ecb 100755 --- a/src/main/jbake/content/index.md +++ b/src/main/jbake/content/index.md @@ -28,6 +28,8 @@ JSPWiki is open-source software that is released under the Apache Public License ## Project status + * **11-Aug-2023:** Official [Apache JSPWiki 2.12.1 release][] is out! + * **24-May-2023**: Apache JSPWiki [CVE-2022-46907][] vulnerability disclosure * **23-May-2023:** Official [Apache JSPWiki 2.12.0 release][] is out! @@ -55,6 +57,7 @@ JSPWiki is open-source software that is released under the Apache Public License [JSPWiki today]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiSites [WikiMatrix]: http://www.wikimatrix.org/show/JSPWiki [Getting Involved]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Involved +[Apache JSPWiki 2.12.1 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.1ReleasedOn11082023 [Apache JSPWiki 2.12.0 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.0ReleasedOn23052023 [Apache JSPWiki 2.11.3 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.3ReleasedOn02082022 [Apache JSPWiki 2.11.2 release]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.2ReleasedOn24102022 diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties index 57be549c7a..b5a522132e 100755 --- a/src/main/jbake/jbake.properties +++ b/src/main/jbake/jbake.properties @@ -1,7 +1,7 @@ #site.host=http://localhost:8080 site.host=https://jspwiki.apache.org wiki.site.host=https://jspwiki-wiki.apache.org -jspwiki.version=2.12.0 +jspwiki.version=2.12.1 render.index=false render.archive=false render.feed=false
