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/09/07 05:38:05 UTC

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

Author: ajaquith
Date: Mon Sep  7 03:38:03 2009
New Revision: 811991

URL: http://svn.apache.org/viewvc?rev=811991&view=rev
Log:
3.0-svn-152

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=811991&r1=811990&r2=811991&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Sep  7 03:38:03 2009
@@ -1,3 +1,30 @@
+2009-08-15 Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 3.0.0-svn-152
+
+        * [JSPWIKI-599]: fixed NPEs in DefaultWikiContext.
+
+        * Fixed bug in CommentedProperties.
+
+        * Install.jsp received the Stripes treatment and moved to
+        admin/Installer.jsp. Key new features include the ability to
+        configure and test LDAP user/role lookups dynamically via
+        AJAX. Additional security configuration enhancements
+        are planned, for example JavaMail live config/testing.
+        InstallActionBean also features "instant setup" --
+        changes can be applied WITHOUT restarting the webapp.
+
+        * On a related note, WikiEngine gains a new method restart()
+        which does what you'd imagine. InstallActionBean relies
+        on restart() to make "instant setup" possible.
+
+        * As a result of the new install process, certain
+        non-public functions moved from WikiServletFilter into
+        WikiInterceptor.
+        
+        * Fixed small bugs in Ldap support code and
+        added sample keychain to tests/etc.
+
 2009-09-06 Harry Metske <me...@apache.org>
 
         * 3.0.0-svn-151

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=811991&r1=811990&r2=811991&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Mon Sep  7 03:38:03 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "151";
+    public static final String     BUILD         = "152";
 
     /**
      *  This is the generic version string you should use