X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e1234ba5cb1ec55275fad8430e15c29b647d0f32;hb=394e2ceccd6b2ed17f70d2690665aa3e68f7c90f;hp=3038c1d8cd86d5d57ff6600055b7f86760fc0c0b;hpb=81cc465e47bd45b2b1e516803a228f29ac79a9ab;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Changes b/Changes index 3038c1d..e1234ba 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,14 @@ -0.1006 +1.008 xxx + - Allow for multiple uid values on a User object. See RT + https://rt.cpan.org/Ticket/Display.html?id=51505 + and patch from Andrew Kirkpatrick. + +1.007 19 Mar 2010 + - Store the user password for the ldap_connection method in an inside + out hash rather than a closure so that the user object can be serialized + with Storable as people are putting them in the session (RT#53279) + +1.006 11 Dec 2009 - Pass $c along to find_user method so overridden user_class users can get at models (or whatever crazy things they might do) (gphat) - Add an ldap_connection method to the user class, which will return