You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/03/29 17:45:24 UTC

[jspwiki] 05/05: 2.10.4-git-03

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 e4c6aaf0101b9cc138611356fbf420623e5155a5
Author: juanpablo <ju...@apache.org>
AuthorDate: Thu Mar 29 19:44:53 2018 +0200

    2.10.4-git-03
---
 ChangeLog                                              | 7 +++++++
 jspwiki-war/src/main/java/org/apache/wiki/Release.java | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 923547f..1cfb7f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-03-29  Juan Pablo Santos (juanpablo AT apache DOT org)
+
+       * 2.10.4-git-03
+
+       * Main page can be revealed when invoking some JSPs without parameters
+         (reported by Motohiko Matsuda, thanks!)
+
 2018-03-25  Juan Pablo Santos (juanpablo AT apache DOT org)
 
        * 2.10.4-git-02
diff --git a/jspwiki-war/src/main/java/org/apache/wiki/Release.java b/jspwiki-war/src/main/java/org/apache/wiki/Release.java
index 77b6865..487e9b1 100644
--- a/jspwiki-war/src/main/java/org/apache/wiki/Release.java
+++ b/jspwiki-war/src/main/java/org/apache/wiki/Release.java
@@ -72,7 +72,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "2";
+    public static final String     BUILD         = "3";
 
     /**
      *  This is the generic version string you should use when printing out the version.  It is of

-- 
To stop receiving notification emails like this one, please contact
juanpablo@apache.org.