X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4f88dc44059a7766983744889eb61ea4daff53bb;hb=064c3709e9bb8f435964fe9bf06b169db710e40d;hp=323e4cb752f8c345aa8743b3c366a2ac41f390cc;hpb=e79a686c2d2b2cfba92d4d8b59bb95769e339782;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/Changes b/Changes index 323e4cb..4f88dc4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,28 @@ Revision history for Perl extension Catalyst::Plugin::Session + - Move actions out of the root application class in tests as this + is deprecated. + - Change configuration key to 'Plugin::Session' by default. The + old 'session' key is still supported, but will issue a warning + in a future release. + +0.26 2009-08-19 + - Remove Test::MockObject from the test suite as prone to failing on + some platforms and perl versions due to it's UNIVERSAL:: package + dependencies. + +0.25 2009-07-08 + - Add the a change_session_id method which can be called after + authentication to change the user's session cookie whilst preserving + their session data. This can be used to provide protection from + Session Fixation attacks. (kmx) + +0.24 2009-06-23 + - Be more paranoid about getting values of $c->req to avoid issues + with old Test::WWW::Mechanize::Catalyst. + - Check we have a modern version of TWMC before doing the tests which + need it. + 0.23 2009-06-16 - Add the verify_user_agent config parameter (kmx) - Add a test case to prove that logging in with a session cookie still