f1b7bd8f75a8f36197029a9c6eb2c3fc4dce1f1b
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Changes
1 1.000  2008-??-??
2    - Rename to remove Plugin from namespace. This is a pretty breaking change,
3      as lots of things work differently with the new auth refactor.
4    - Pull out some functionality which I think is better in other 
5      modules (realms/stores). With the auth refactor, this module didn't need
6      to do so much. If anyone misses any of the functionality, please yell at
7      me and I'll put it back.
8
9 0.11  2008-07-12
10     - Changed cache modules used in the tests to not be deprecated.
11     - Fix RT#31036, and comply with RFC2617 Section 1.2.
12
13 0.10  2007-04-26
14     - switch to Module::Install
15
16 0.09  2006-12-31
17     - clean up tests
18     - clean up docs
19     - add body to 401 status
20
21 0.08  2006-10-12
22     - Fix basic test when using Test::MockObject 1.07 (die if using undefined
23       interfaces)
24
25 0.07  2006-09-12
26     - Applied Ton Voon's patch that fixed option propagation for basic auth.
27
28 0.06  2006-09-07
29     - Refactored internals into smaller methods