X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=21e156b3d2414c2138e93dbd905e5a6a9567c766;hb=1f800a61d6c9bc955ebf578cd8fbf1059f6896bc;hp=ce151bff8e54dde4fcd43b460b904044d08215d7;hpb=1647b33a483e763b84e66450972826dd91608caf;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Changes b/Changes index ce151bf..21e156b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,20 @@ +0.1003 xxxx + - get entries in array context rather than scalar context, + allowing for multiple values. patch by scpham. + - lc() to compare Net::LDAP results with supplied $id + bug reported via RT #39113 + + +0.1002 9 July 2008 + - tests updated to use Net::LDAP::Server::Test 0.03 + + +0.1001 9 April 2008 + - matthewr pointed out that the SYNOPSIS 'use Catalyst' line is wrong. + - imacat reported that t/03-entry was failing when Catalyst::Model::LDAP was + not installed. Fixed RT# 34777. + + 0.1000 4 Feb 2008 - forked from Catalyst::Plugin::Authentication::Store::LDAP and name changed to Catalyst::Authentication::Store::LDAP