releng
Yuval Kogman [Wed, 4 Apr 2007 20:49:00 +0000 (20:49 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 401c8c8..f7aedab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.15    2007-04-04 23:10:00
+        - Fix the bug that caused sessions to expire immediately when another
+          session was deleted previously in the same request cycle
+
 0.14    2007-01-31 12:19:00
         - Disable verify_address.
         - update flash to work like session
index 119567c..8be5c94 100644 (file)
@@ -13,7 +13,7 @@ use overload            ();
 use Object::Signature   ();
 use Carp;
 
-our $VERSION = "0.14";
+our $VERSION = "0.15";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {