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 f46c00b63906daf4fb0c74e05b47aee0aba4804e
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Mon Dec 4 22:42:35 2023 +0100

    2.12.2-git-11
---
 ChangeLog.md                                               | 13 ++++++++++++-
 jspwiki-api/src/main/java/org/apache/wiki/api/Release.java |  2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index ae44940ea..eed4cd10e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,7 +17,18 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-**2023-11-25  Juan Pablo Santos (juanpablo AT apache DOT org)**
+**2023-12-04  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.12.2-git-11_
+
+* Call `ServletRequest#setCharacterEncoding` prior to calling 
`URLConstructor#parsePageFromURL` (related to error noted at 
[#322](https://github.com/apache/jspwiki/pull/322)), in order to ensure the 
proper encoding is set.
+
+* Dependency updates
+    * Lucene to 9.9.0
+    * Mockito to 5.8.0 (closes 
[#325](https://github.com/apache/jspwiki/pull/325), thanks to dependabot)
+    * Maven plugins: javadoc to 3.6.3
+
+**2023-12-02  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.12.2-git-10_
 
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 ff567b049..b3699e53a 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         = "10";
+    public static final String     BUILD         = "11";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to