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/30 20:21:18 UTC

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

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 fc5fcd2e8c8a3ddefbeb70a2fbc0408401e184ae
Author: juanpablo <ju...@apache.org>
AuthorDate: Fri Mar 30 22:20:45 2018 +0200

    2.10.4-git-04
---
 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 1cfb7f7..4d7d969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2018-03-29  Juan Pablo Santos (juanpablo AT apache DOT org)
 
+       * 2.10.4-git-04
+
+       * JSPWIKI-1039/JSPWIKI-1067: ACLs are not taken into account when cache
+         is disabled / View-only ACLs are not enforced
+
+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
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 487e9b1..005f2d2 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         = "3";
+    public static final String     BUILD         = "4";
 
     /**
      *  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.