From: Yuval Kogman Date: Sat, 29 Jul 2006 16:29:06 +0000 (+0000) Subject: changelog, version bump X-Git-Tag: v0.03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=458ed7d4b764cb9def36fddb845581713cb10f4e changelog, version bump --- diff --git a/Changes b/Changes index f7e3e26..c212c23 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie - - refactored make_session_cookie to separate calc_expiry, and made - that easily overloadable. +0.03 + - refactored make_session_cookie to separate calc_expiry, and made + that easily overloadable. + - updated for the new state API (get_session_id, set_session_id, etc) 0.02 2005-12-28 13:51:00 - Fixed cookie_expires to support browser session cookies. diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 7ff701f..54ec5b5 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ use warnings; use NEXT; use Catalyst::Utils (); -our $VERSION = "0.02"; +our $VERSION = "0.03"; sub setup_session { my $c = shift;