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 f39c8654d79b4cab4f564d892aad9af6f9dd8a21 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Wed Apr 6 22:34:27 2022 +0200 2.11.3-git-06 --- ChangeLog.md | 13 +++++++++++++ jspwiki-api/src/main/java/org/apache/wiki/api/Release.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 67d3d5fe1..2250033ea 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -17,6 +17,19 @@ specific language governing permissions and limitations under the License. --> +**2022-03-28 Juan Pablo Santos (juanpablo AT apache DOT org)** + +* _2.11.3-git-06_ + +* `DefaultUserManager#validateProfile`: requires always a non-null password in order to avoid CSRF attacks + +* Fixing italian locale - PR [#173](https://github.com/apache/jspwiki/pull/173), provided by [Thiago Coutinho](https://github.com/selialkile), thanks! + +* Dependency updates + * Tomcat to 9.0.62 + * Maven clean plugin to 3.2.0 + * Maven surefire plugin to 3.0.0-M6, now with JUnit 5 tree reporter - closes [#180](https://github.com/apache/jspwiki/pull/180), thanks to dependabot + **2022-03-28 Dirk Frederickx (brushed AT apache DOT org)** * _2.11.3-git-05_ 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 e8adcb190..5e33d26c4 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 = "05"; + public static final String BUILD = "06"; /** * This is the generic version string you should use when printing out the version. It is of
