Author: ajaquith
Date: Wed Dec 31 09:43:23 2008
New Revision: 730431

URL: http://svn.apache.org/viewvc?rev=730431&view=rev
Log:
Special New Year's Eve version bump and changelog update.

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=730431&r1=730430&r2=730431&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Dec 31 09:43:23 2008
@@ -1,3 +1,43 @@
+2008-12-31  Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 3.0.0-svn-41
+
+        * Group.jsp, DeleteGroup.jsp, EditGroup.jsp and content JSPs 
refactored to use
+        Stripes tags. GroupTab.jsp eliminated from Preferences screen. We will 
re-do this,
+        later. Separated Login/create profile/lost password into separate JSPs 
(was causing
+        havoc with form submits).
+
+        * [JSPWIKI-452]. JMX beans now register themselves using the wiki name 
as part of
+        the MBean name, which means more than 1 webapp can co-exist.
+
+        * [JSPWIKI-351] Stripes-related labels, field names and validation 
errors moved to
+        CoreResources i18n files, and removed from templates/default. Message 
keys
+        were renamed to match Stripes field names where practical.
+
+        * [JSPWIKI-464] AuthenticationManager now handles LoginExceptions more
+        gracefully and propagates them to the original caller instead of 
wrapping
+        them in WikiSecurityExceptions.
+
+        * Bug fix: Fixed potential NPEs in LoggerImpl.
+
+        * Bug fix: SessionMonitor now calls WikiEngine.shutdown() when the 
webapp context
+        is unloaded. It didn't before, which meant containers would accumulate 
threads
+        and eventually exhaust memory.
+        
+        * Bug fix: TemplateManager.listLocales() was replaced with a new 
implementation
+        that does not assume resources are loaded from JARs. This was blowing 
up
+        Stripes unit tests when they ran in Eclipse. Now, we brute-force all 
possible
+        locales by calling the (safer) ClassLoader.getResource() with permuted
+        CoreResources_*.properties file names. Absurdly simple and foolproof.
+        
+        * Bug fix: to prevent potential name clashes, removed API version of 
WikiContext
+        until we figure out what we're doing. In the interim, there should be 
only one.
+        
+        * Bug fix: exclusion of log4j.jar from Eclipse classpath was causing 
IDE-run
+        unit tests to crash and burn. Re-added.
+        
+        * Happy New Year everyone!
+
 2008-12-28  Harry Metske <[email protected]>
 
         * 3.0.0-svn-40

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=730431&r1=730430&r2=730431&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Wed Dec 31 
09:43:23 2008
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "40";
+    public static final String     BUILD         = "41";
     
     /**
      *  This is the generic version string you should use


Reply via email to