You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2009/09/13 19:53:44 UTC

svn commit: r814363 - /incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java

Author: ajaquith
Date: Sun Sep 13 17:53:44 2009
New Revision: 814363

URL: http://svn.apache.org/viewvc?rev=814363&view=rev
Log:
The "superuser" (su) feature has been implemented. This user can do anything, and can log in even when the UserManager is not working. The password is hashed and stored in jspwiki.properties.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java?rev=814363&r1=814362&r2=814363&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Sun Sep 13 17:53:44 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "154";
+    public static final String     BUILD         = "155";
 
     /**
      *  This is the generic version string you should use