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 2008/08/12 06:58:22 UTC

svn commit: r685040 - /incubator/jspwiki/trunk/ChangeLog

Author: ajaquith
Date: Mon Aug 11 21:58:22 2008
New Revision: 685040

URL: http://svn.apache.org/viewvc?rev=685040&view=rev
Log:
Version/changelog bump.

Modified:
    incubator/jspwiki/trunk/ChangeLog

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=685040&r1=685039&r2=685040&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Aug 11 21:58:22 2008
@@ -1,3 +1,16 @@
+2008-07-31  Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 2.7.0-alpha-12
+
+        * Refactored TestEngine so that MockRountrips and other heavier sessions are
+        lazily initialized. Also added a property to AuthenticationManager that allows
+        login throttling to be switched off (for example, during unit tests). The
+        effect of these two changes cuts unit test times [on my machine] from 25 minutes
+        down to about 4.5.
+
+        * Removed reference to Stripes MockServletContext in WebContainerAuthorizer.
+        It should not have been there.
+
 2008-08-11 Dirk Frederickx <di...@gmail.com>
 
         * 2.7.0-alpha-11 - various smaller fixes in the default template