Checking in changes prior to tagging of version 0.10010. Changelog diff is:
[catagits/Catalyst-Plugin-Authentication.git] / Changes
CommitLineData
2bcde605 1Revision history for Perl extension Catalyst::Plugin::Authentication
2
47cede3d 30.10010
4 - Change from NEXT to MRO::Compat
5 - Chop a number off the versions to get back to the correct 0.10000
6 version scheme.
7
319ec618 80.100092_01
9c5d00f9 9 - Add hook for failing user restore.
9c469e37 10 - Add test for this.
1ae2143a 11 - Fix bug in Credential::Password with password_type: clear.
12 - Add test for this.
13 - Add mock object tests for Credential::Password with password_type:
14 clear.
15
97c84297 160.100092
17 - Release new version, no changes since dev release.
18
5d3b0def 190.10009_01
e979170b 20 - Fix POD escaping, from RT#38694 (Luke Ross)
21 - Change authentication backwards compatibility handling to not rely on
97c84297 22 Class::Data::Inheritable side effects, and so be Catalyst 5.80 safe
23 (t0m)
e979170b 24
d02b2273 250.10009 2008-11-27
26 - Including progressive realm for multiple authentication attempts
27 in a single request.
28
290.10008 2008-10-23
bf4d93a4 30 - Updating config to allow for inclusion of realm ref's in the main
31 config hash rather than in a subref called 'realms'
71f2a7df 32
bf4d93a4 330.10007 2008-08-17
34 - Update tests prereqs to include Test::Exception (RT #36339)
0e206e4f 35 - Some documentation fixes (including RT #36062)
36 - Compatibility fix where the use of new style config and old
37 style Authentication::Store::Minimal would cause a crash
38 (Reported & fixed by Jos Boumans C<kane@cpan.org>)
8a7bd676 39 - Documentation update on Password - to indicate proper field naming
40 - Decouple Authentication system from session. The realm class
41 now allows complete control over how a user is persisted across
42 requests.
5cd1efd6 43 - pod fixes (RT #36062, RT #36063)
8a7bd676 44
450.10006 2008-02-15
46 - Additional documentation for Realms
47 - Added update_user_in_session routine to allow re-saving of user data
48 into the session.
49
500.10005 2008-01-24
51 - Bugfix release - correcting 'Plugin::Authentication' configuration
52 problem.
53
a3b606d4 540.10004 2007-12-04
55 - Added some code for back-compatibility
56
97c40cf2 570.10003 2007-12-02
7d9a942a 58 - Added a "Null" store for credentials that don't require real stores.
1489b476 59 - Make realms bonafide objects
68c40c8b 60 - Added auto_update_user and auto_create_user options to the Realm object
5afc0dde 61 - Doc updates
62
63 [POSSIBLE INCOMPATIBILITIES]
64 - authenticate() in credentials are now passed a realm object instead of
65 a store object. A realm object still implements find_user() so unless
66 you're doing something special you won't notice the difference.
7d9a942a 67
541696be 680.10002 2007-07-22
69 - $user->store() should NOT be set by C::P::Auth - if it's needed - it
70 should be set by whatever module creates the user. We use realm for
71 saving into the session.
72
730.10001 2007-07-17
74 - updated tests
75
96c91d39 760.10000 2007-07-11
77 - Minor updates to work better with compatibility mode
78 - Producion release
f35dde03 79 - switch to Module::Install
80
810.09999_01 2007-02-21
937d5ab9 82 - major changes to the internals of the plugin, to better encapsulate
83 credentials and stores.
84 - introduction of 'realms' concept, allowing multiple different
85 pairs of credential and store in a single application.
e8919861 86
f35dde03 870.09 2006-08-01
276b6b76 88 - be a bit more pedantic about checking values for definedness before
89 invoking methods on them
90
f35dde03 910.08 2006-07-29
a3bf437a 92 - factor test applications out to files due to changes in Catalyst::Test
c97ddac2 93 - don't load session at prepare time unless necessary
a3bf437a 94
96306701 950.07 2006-03-17 17:33:12
81a407cb 96 - allow base64 hashed passwords
97
96306701 980.06 2006-03-14 19:23:50
a77682d1 99 - pass extra get_user args to store so they can be made use of
100
96306701 1010.05 2006-01-01 13:58:00
a5961476 102 - Add debugging to Credential::Password
103 - Important doc fixes
104
b30a889b 1050.04
106 - With User::Hash and Store::Minimal together session will store
107 userid, not actual user object
108
2bcde605 1090.03 2005-12-03 18:00:00
110 - Added user_exists method.
111
1120.02 2005-11-29 11:39:00
e09a839c 113 - Fixed a typo (PLugin instead of Plugin) that caused user objects
114 to not be restored from the session properly. Modified test suite
115 to actually test for this case.
116
2bcde605 1170.01 2005-11-27 02:30:00
118 - Initial release.