X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5552415b67afe199706752494d7086c3ed08de97;hb=8bddfbc8ea268505de2408f35a24d9be342ed4bd;hp=4fd91ec2140d4c0083ef9ac93864c5304158cc4b;hpb=12cefea8541a8de3feff373b5f826c3586bcb264;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/Changes b/Changes index 4fd91ec..5552415 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,30 @@ + - Fix pod nit from RT#51733 + +1.003 Sat Oct 04 22:17:30 GMT 2008 + - Typo in Makefile.PL makes the .tgz unpack to + improperly, RT#39817 + +1.002 Thu Oct 02 09:20:30 GMT 2008 + - Add Test::WWW::Mechanize::Catalyst and Test::use::ok + to build_requires. CPANTs will keep hitting me until + I get it right :( + - Add code and docs for user_field configuration option + - Add code and docs for user_class configuration option + +1.001 Mon Sept 29 18:56:30 GMT 2008 + - Remove Tangram from test application models so that tests + pass for other people. FAIL. + +1.000 Sun Sept 28 16:58:30 GMT 2008 + - Change from Module::Build to Module::Install + - Update to the new authentication framework. + - Bump revision number due to moving to new repository layout. + +0.02 Wed Feb 8 01:18:17 CET 2006 + - work properly again with roles + - fix condition where $user is false and still gets a method call on it + - embarracing doc typos copy pasted by Yuval were fixed too ;-) + 0.011 Sun Nov 27 23:18:21 CET 2005 - doh, add Authen::Htpasswd to requirements