Author: jalkanen
Date: Thu Mar 13 13:55:25 2008
New Revision: 636890

URL: http://svn.apache.org/viewvc?rev=636890&view=rev
Log: (empty)

Modified:
    incubator/jspwiki/trunk/.classpath
    incubator/jspwiki/trunk/ChangeLog

Modified: incubator/jspwiki/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=636890&r1=636889&r2=636890&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Thu Mar 13 13:55:25 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry excluding="webdocs/|wikipages/|images/" kind="src" 
output="build" path="src"/>
-       <classpathentry excluding="etc/|build/|reports/" kind="src" 
output="tests/build" path="tests"/>
+       <classpathentry excluding="webdocs/|wikipages/|images/" kind="src" 
path="src"/>
+       <classpathentry excluding="etc/|build/|reports/" kind="src" 
path="tests"/>
        <classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
        <classpathentry kind="lib" path="lib/commons-logging-api.jar"/>
        <classpathentry kind="lib" path="lib/ecs.jar"/>

Modified: incubator/jspwiki/trunk/ChangeLog
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=636890&r1=636889&r2=636890&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Mar 13 13:55:25 2008
@@ -1,3 +1,19 @@
+2008-03-13  Janne Jalkanen <[EMAIL PROTECTED]>
+
+        * 2.6.2-svn-6
+        
+        * [JSPWIKI-162].  Attachments can no longer created if the parent
+        page does not exist.
+        
+        * Fixes issue with renaming a non-existant page would destroy the Main
+        page.
+        
+        * [JSPWIKI-188].  Added patch from Florian Holeczek to improve
+        logging of MailUtil.
+        
+        * [JSPWIKI-189].  Added a patch from Florian to improve configurability
+        of MailUtil.
+
 2007-03-08  Andrew Jaquith <ajaquith AT apache DOT org>
 
         * 2.6.2-svn-5


Reply via email to