This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 07b7f64691163101632806f72355fde279c24c92 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Wed Sep 1 18:05:33 2021 +0200 2.11.0-git-08 --- ChangeLog.md | 20 ++++++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b4481fa..c90be4d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,26 @@ specific language governing permissions and limitations under the License. --> +**2021-09-01 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-git-08_ + +* [JSPWIKI-1143](https://issues.apache.org/jira/browse/JSPWIKI-1143) - Allow SpamFilter to exclude certain users/groups from checks + * `jspwiki.filters.spamfilter.allowedgroups` property can be used to set a comma separated list of groups that will bypass the filter + +* Denounce plugin checks for valid URLs + +* Dependency updates + * ASF parent pom to 24 + * AWS java sdk kendra to 1.12.59 + * EhCache to 2.10.9.2 + * Jetty to 9.4.43.v20210629 [#117](https://github.com/apache/jspwiki/pull/117) + * Lucene to 8.9.0 [#115](https://github.com/apache/jspwiki/pull/115) + * Selenide to 5.24.1 + * Tika to 2.1.0 + * Tomcat to 9.0.52 + * Some maven plugins [#58](https://github.com/apache/jspwiki/pull/58), [#114](https://github.com/apache/jspwiki/pull/114), [#119](https://github.com/apache/jspwiki/pull/119) + **2021-07-30 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-git-07_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index eb4d160..0e07681 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { * <p> * If the build identifier is empty, it is not added. */ - public static final String BUILD = "git-07"; + public static final String BUILD = "git-08"; /** * This is the generic version string you should use when printing out the version. It is of
