X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=45027a99c87ebbf4aa94185fdb1fd6373d589d48;hb=d613a3723fc796dbd14469c237536ecf4d0fe8b3;hp=67216d1b3c9855cca6ef5f4639536d0a9a9d41e5;hpb=b0d008fd92be13f565db6cbbd690007a822a5882;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index 67216d1..45027a9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ Revision history for Perl extension Catalyst::Plugin::Authentication +0.10023 11 Jan 2013 + - Add Howto on using the auth from the proxy server with + ::Credential::Remote (Robert Rothenberg) + +0.10022 08 Jan 2013 + - Fix NoPasswd store (skaufman) + +0.10021 30 June 2012 + - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast, + fixing undeclared dependency on Class::Accessor::Fast. + - Change Catalyst::Authentication::Realm to use String::RewritePrefix + rather than doing namespace mangling manually. + - Fix whitespace and tabs, add Test::EOL and Test::NoTabs + - Document optional methods in stores needed for auto_create_user + and auto_update_user in realms. + - Clarify support channels + - Note primary maintainer in docs. + - Add x_authority metadata. + - Get the NAME right by making it 1 line, due to crappy parsing + in EU::MM (RT#77028) + 0.10020 05 May 2012 - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal (Jochen Lutz )