This is an automated email from the ASF dual-hosted git repository.
brushed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 79be66c Fixing Admin JSP bugs
79be66c is described below
commit 79be66cfacf7d9723fe6f3f0f351f6c02b382018
Author: brushed <[email protected]>
AuthorDate: Sun Feb 25 19:26:54 2018 +0100
Fixing Admin JSP bugs
Updating changeling
---
ChangeLog | 9 +++++++++
jspwiki-war/src/main/java/org/apache/wiki/Release.java | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3847ca3..65dfe13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-02-25 Dirk Frederickx (brushed AT apache DOT org)
+
+ * 2.10.4-git-01 Fixing Admin JSP Bugs
+
+ * Quick fix to admin and user management pages: adding proper tabs to
+ the ADMIN page, fixing javascript bugs in user management page
+ (reported by Harry)
+
+
2018-02-03 Juan Pablo Santos (juanpablo AT apache DOT org)
* 2.10.3-git-48
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 2578a1d..641b29d 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 = "0";
+ public static final String BUILD = "1";
/**
* 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
[email protected].