Author: jalkanen
Date: Sat May 17 01:11:03 2008
New Revision: 657318

URL: http://svn.apache.org/viewvc?rev=657318&view=rev
Log:
2.6.3-rc-1

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/ChangeLog
    
incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/ChangeLog?rev=657318&r1=657317&r2=657318&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/ChangeLog Sat May 17 01:11:03 
2008
@@ -1,3 +1,17 @@
+2008-05-17  Janne Jalkanen <[EMAIL PROTECTED]>
+
+        * 2.6.3-rc-1
+
+        * [JSPWIKI-225] Patch from Harry Metske to show the username/password
+        correctly after registration.
+        
+        * [JSPWIKI-260] More-link from the ReferringPagesPlugin is now fixed.
+        
+        * [JSPWIKI-271] Updated Chinese translation from David Gao.
+        
+        * [JSPWIKI-252] Rename page with attachment might kill the front page.
+        Patch from Harry Metske.
+
 2008-03-29  Janne Jalkanen <[EMAIL PROTECTED]>
 
         * 2.6.2

Modified: 
incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=657318&r1=657317&r2=657318&view=diff
==============================================================================
--- 
incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/src/com/ecyrd/jspwiki/Release.java
 (original)
+++ 
incubator/jspwiki/branches/JSPWIKI_2_6_BRANCH/src/com/ecyrd/jspwiki/Release.java
 Sat May 17 01:11:03 2008
@@ -57,7 +57,7 @@
      *  <p>
      *  If the POSTFIX is empty, it is not added to the version string.
      */
-    private static final String    POSTFIX       = "";
+    private static final String    POSTFIX       = "rc";
 
     /** The JSPWiki major version. */
     public static final int        VERSION       = 2;
@@ -66,7 +66,7 @@
     public static final int        REVISION      = 6;
 
     /** The minor revision.  */
-    public static final int        MINORREVISION = 2;
+    public static final int        MINORREVISION = 3;
 
     /** The build number/identifier.  This is a String as opposed to an 
integer, just
      *  so that people can add other identifiers to it.  The build number is 
incremented
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "";
+    public static final String     BUILD         = "1";
     
     /**
      *  This is the generic version string you should use


Reply via email to