X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a3be1da09bf4ca9b2d9d7d5b945190c33423cce6;hb=5beec7679d787b57f4e2ed1cbdaf2dee3570272e;hp=6717b5f943d407fe38617205c4160d96e3c523b3;hpb=2ded293dddc31387361e3509aac6dd7b5584dd51;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index 6717b5f..a3be1da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - 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 ) + 0.10019 14 April 2012 - Upgrade code to use Moose compatibility layer (jnap) - Added some rules to .gitignore for people using macs (jnap)