X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=00decc78e38f75c35be0839be92d6c7468dc27e5;hb=HEAD;hp=56d41c5b7628da31b6032ed72d2902d233acf8c8;hpb=98f62fd71971d0b21a90f840ef52ec7907432cf5;p=catagits%2FWeb-Session.git diff --git a/Changes b/Changes index 56d41c5..00decc7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,27 @@ Revision history for Perl extension Plack::Middleware::Session +0.14 Tue Mar 29 13:48:42 PDT 2011 + - Support get_dbh callback in Store::DBI (kazeburo) + +0.13 Wed Dec 22 08:56:52 PST 2010 + - Added WARNINGS to deprecate request parameter based session state from the default state + - Added 'change_id' option for paranoids against session fixation (s-aska, nihen) + +0.12 Wed Jul 7 15:54:05 PDT 2010 + - Improved documents (markstos, haarg) + - Support httponly option (haarg) + +0.11 Sat Feb 27 02:40:29 PST 2010 + - Added Session::Store::DBI by lestrrat + +0.10 Mon Feb 22 19:03:17 PST 2010 + - Make this a non-dev release now Plack 0.9910 is out + +0.09_03 Tue Feb 2 20:42:56 PST 2010 + - Fixed so the default Cookie path is now correctly set to '/' + You can override that by setting path = undef in psgix.session.options. + (Reported by tomyhero) + 0.09_02 Sat Jan 30 23:13:50 PST 2010 - Fixed a bug in Cookie serialization where it breaks the response headers generated by applications (tomyhero)