You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2014/06/05 21:34:15 UTC

svn commit: r1600740 - in /jspwiki/trunk: ChangeLog jspwiki-war/src/main/java/org/apache/wiki/Release.java

Author: juanpablo
Date: Thu Jun  5 19:34:15 2014
New Revision: 1600740

URL: http://svn.apache.org/r1600740
Log:
 * 2.10.2-svn-2

 * Fixed JSPWIKI-843 - generate test-jars

 * Fixed JSPWIKI-844 - Replace org.apache.catalina dependency by applying Ichiro's patch. Thanks!

 * Fixed JSPWIKI-311 - Cannot save user profile in container managed authentication mode

 * Applied patch on JSPWIKI-841, which solves part of the issue, on unsuccesful login there is no error message with container managed authentication
 
 * removed 2.10.1-svn-18 reference on ChangeLog, I planned to include it, but finally didn't for 2.10.1

Modified:
    jspwiki/trunk/ChangeLog
    jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java

Modified: jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/jspwiki/trunk/ChangeLog?rev=1600740&r1=1600739&r2=1600740&view=diff
==============================================================================
--- jspwiki/trunk/ChangeLog (original)
+++ jspwiki/trunk/ChangeLog Thu Jun  5 19:34:15 2014
@@ -1,14 +1,21 @@
-2014-05-29  Harry Metske (metskem@apache.org)
+2014-06-05  Juan Pablo Santos (juanpablo AT apache DOT org)
 
-       * 2.10.2-svn-1
+       * 2.10.2-svn-2
 
-       * Fixed JSPWIKI-396 - by making the server signature comparison case insensitive (reported by Jürgen Weber)
+       * Fixed JSPWIKI-843 - generate test-jars
+       
+       * Fixed JSPWIKI-844 - Replace org.apache.catalina dependency by applying Ichiro's patch. Thanks!
+       
+       * Fixed JSPWIKI-311 - Cannot save user profile in container managed authentication mode
+       
+       * Applied patch on JSPWIKI-841, which solves part of the issue, on unsuccesful login there is no error message
+         with container managed authentication
 
-2014-04-23  Juan Pablo Santos (juanpablo AT apache DOT org)
+2014-05-29  Harry Metske (metskem@apache.org)
 
-       * 2.10.1-svn-18
+       * 2.10.2-svn-1
 
-       * Fixed JSPWIKI-841 - Container Managed Security Not Working
+       * Fixed JSPWIKI-396 - by making the server signature comparison case insensitive (reported by Jürgen Weber)
 
 2014-05-23  Harry Metske (metskem@apache.org)
 

Modified: jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java?rev=1600740&r1=1600739&r2=1600740&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java (original)
+++ jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/Release.java Thu Jun  5 19:34:15 2014
@@ -72,7 +72,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "1";
+    public static final String     BUILD         = "2";
     
     /**
      *  This is the generic version string you should use when printing out the version.  It is of