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/11/25 12:15:38 UTC

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

Author: ajaquith
Date: Wed Nov 25 11:15:38 2009
New Revision: 884048

URL: http://svn.apache.org/viewvc?rev=884048&view=rev
Log:
Committed the Thanksgiving Turkey build, aka 3.0.0-svn-182.

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=884048&r1=884047&r2=884048&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Nov 25 11:15:38 2009
@@ -1,4 +1,22 @@
-2009-10-26 Janne Jalkanen <ja...@apache.org>
+2009-11-25 Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 3.0.0-svn-182 aka "the Thanksgiving Turkey build"
+
+        * EditActionBean received significant tweaks. Page-conflict
+        logic got stuffed into EditActionBean, and PageModifiedActionBean
+        went down the gullet as a result. Commenting is now fully baked;
+        it now uses Stripes.
+        
+        * Diff.jsp received the Stripes treatment.
+
+        * SisterSites received the Stripes treatment. We didn't need
+        to do it just yet. It's all just gravy at this point in the release cycle.
+
+        * Fans of bad wordplay are invited to blow cranberries
+        -- I mean, rasberries -- in my general direction.
+
+
+2009-11-24 Janne Jalkanen <ja...@apache.org>
 
         * 3.0.0-svn-181
         

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=884048&r1=884047&r2=884048&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 11:15:38 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "181";
+    public static final String     BUILD         = "182";
 
     /**
      *  This is the generic version string you should use