You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ja...@apache.org on 2009/11/26 23:25:51 UTC

svn commit: r884714 - in /incubator/jspwiki/trunk: ChangeLog src/java/org/apache/wiki/Release.java

Author: jalkanen
Date: Thu Nov 26 22:25:51 2009
New Revision: 884714

URL: http://svn.apache.org/viewvc?rev=884714&view=rev
Log: (empty)

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

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=884714&r1=884713&r2=884714&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Nov 26 22:25:51 2009
@@ -1,5 +1,14 @@
 2009-11-26 Janne Jalkanen <ja...@apache.org>
 
+        * 3.0.0-svn-184
+        
+        * wiki:title was not properly copied upon rename operation.
+        
+        * checkin() did not propery bump the version number when saving,
+        resulting in versions being in the history, but all with version 0.
+        
+2009-11-26 Janne Jalkanen <ja...@apache.org>
+
         * 3.0.0-svn-183
         
         * Added wiki:title attribute to carry the case correctly so

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=884714&r1=884713&r2=884714&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Thu Nov 26 22:25:51 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "183";
+    public static final String     BUILD         = "184";
 
     /**
      *  This is the generic version string you should use