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/25 23:54:59 UTC

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

Author: jalkanen
Date: Wed Nov 25 22:54:59 2009
New Revision: 884324

URL: http://svn.apache.org/viewvc?rev=884324&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=884324&r1=884323&r2=884324&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Nov 25 22:54:59 2009
@@ -1,3 +1,14 @@
+2009-11-26 Janne Jalkanen <ja...@apache.org>
+
+        * 3.0.0-svn-183
+        
+        * Added wiki:title attribute to carry the case correctly so
+        that we're no longer relying on the WikiPath for the title.
+        
+        * Sped up ReferenceManager by insisting not calling save() on
+        every occasion.  We still should probably not call save() at all
+        and do it at the end of any event handling.
+        
 2009-11-25 Andrew Jaquith <ajaquith AT apache DOT org>
 
         * 3.0.0-svn-182 aka "the Thanksgiving Turkey build"

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