X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=dd26cf802d00d9f96e36ce959d8c871f78075e84;hb=8462436bfc2bc8197cc4823b314630103d2bcd27;hp=c49e5f3ee66c519bb9291fe25d8354a2ebe739f0;hpb=8a31d23d60e1b252399a376007d1f2ffe271890b;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index c49e5f3..dd26cf8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - 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 ) + +0.10019 14 April 2012 + - Upgrade code to use Moose compatibility layer (jnap) + - Added some rules to .gitignore for people using macs (jnap) + - Updated copyright info - Catalyst::Plugin::Authentication::Credential::NoPassword added (Okko) - Convert repository to git (fREW Schmidt)