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 7263dc180c418f2a3507704076f6a6799a96f98f Author: juanpablo <[email protected]> AuthorDate: Sun Nov 29 22:53:58 2020 +0100 2.11.0-M8-git-05 --- ChangeLog.md | 17 +++++++++++++++++ .../src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 53d5006..391f59b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,23 @@ specific language governing permissions and limitations under the License. --> +**2020-11-29 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.0-M8-git-05_ + +* [JSPWIKI-1134](https://issues.apache.org/jira/browse/JSPWIKI-1134): german translation improved + * Patch provided by Dietrich Schmidt - thanks! + +* Extracted hidden input fields expected by the SpamFilter into its own custom tag and applied it to editor-related JSPs. + +* Ensure IndexPlugin works with non-blank page references. + +* Use ConcurrentHashMap inside DefaultReferenceManager, to avoid possible thread safety issues. + +* Dependency updates + * Selenide 5.16.2 + * Tomcat to 9.0.40 + **2020-11-10 Juan Pablo Santos (juanpablo AT apache DOT org)** * _2.11.0-M8-git-04_ 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 9967d16..42535b8 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-04"; + public static final String BUILD = "git-05"; /** * This is the generic version string you should use when printing out the version. It is of
