Checking in changes prior to tagging of version 0.06. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
1 0.06  2009-07-13
2         - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class
3         - Fix misleading 'password' in documentation (because this module
4           doesn't check against store passwords) (Ian Wells)
5
6 0.05  2009-01-04
7         - Start releasing using ShipIt
8         - Remove use of _config accessor, which I'd stupidly cargo-culted. 
9         - Fix MANIFEST
10         - Add pod spelling test
11
12 0.04   2008-09-25
13         - Change namespace to remove ::Plugin:: for new auth framework.
14         - Gutted most of the code in the module by subclassing 
15           Catalyst::Authentication::Credential::HTTP.
16
17 0.03    2007-07-18
18         - Fix broken test
19
20 0.02    2007-04-26
21         - switch to Module::Install
22
23 0.01    2006-04-18 13:35:00
24         - $store->get_user now gets the user name as the first arg for maximum
25           compatibility with stores.
26         - Doc fixes