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/14 06:36:52 UTC

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

Author: ajaquith
Date: Wed Aug 13 21:36:51 2008
New Revision: 685764

URL: http://svn.apache.org/viewvc?rev=685764&view=rev
Log:
Fixed invalidateSession() method in WikiSession, which was not quite fully invalidating sessions.

Modified:
    incubator/jspwiki/trunk/ChangeLog

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=685764&r1=685763&r2=685764&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Aug 13 21:36:51 2008
@@ -1,3 +1,10 @@
+2008-08-14  Andrew Jaquith <ajaquith AT apache DOT org>
+
+        * 2.7.0-alpha-16
+
+        * Fixed invalidateSession() method in WikiSession, which was not quite
+        fully invalidating sessions.
+
 2008-08-12 Dirk Frederickx <di...@gmail.com>
 
         * 2.7.0-alpha-15
@@ -26,7 +33,7 @@
         Amazing catch from Harry and Florian - txs !
  
  
-2008-07-31  Andrew Jaquith <ajaquith AT apache DOT org>
+2008-08-12  Andrew Jaquith <ajaquith AT apache DOT org>
 
         * 2.7.0-alpha-12