Checking in changes prior to tagging of version 0.06. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP-Proxy.git] / Changes
CommitLineData
bcd7b9c8 10.06 2009-07-13
2 - Remove incorrectly shipped Catalyst::Plugin::Authentication::Credential::HTTP::User class
12aaae34 3 - Fix misleading 'password' in documentation (because this module
4 doesn't check against store passwords) (Ian Wells)
5
bbec9b61 60.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
b2cd5ce7 120.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
d7c20e94 170.03 2007-07-18
18 - Fix broken test
19
c46e37e2 200.02 2007-04-26
21 - switch to Module::Install
22
230.01 2006-04-18 13:35:00
4332afab 24 - $store->get_user now gets the user name as the first arg for maximum
71868e5d 25 compatibility with stores.
26 - Doc fixes