How about we do our commits in trunk, so that we actually get sane linear revision...
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Changes
1 Revision history for Catalyst::Authentication::Credential::OpenID
2
3 0.14  Mon Dec  8 20:01:53 PST 2008
4       - Added a test case to see if bad openid URIs cause failure.
5       - Added a test case to see if "tarpit" URIs cause failure.
6
7 0.13  Mon Dec  1 19:42:31 PST 2008
8       - s/Meno/Menno/ and version fix in the Pod are the only changes. Sigh.
9
10 0.12  Mon Dec  1 19:28:02 PST 2008
11       - Everything is finally passing tests so I put most of the
12         previous versions on the backpan because they're nearly
13         identical except for Makefile changes.
14       - Applied code from Menno Blom to allow simple registration
15         to work. Considered experimental for now, I think. Not because
16         it won't stay but because it might not work as expected.
17       - Bumped reqs on OpenID family to support 2.0 features.
18
19 0.11  Sun Oct  5 00:41:37 PDT 2008
20       - Added LWPx paranoid to build_requires.
21       - Put some experimental mdash entities into the Pod.
22
23 0.10  Thu Oct  2 19:13:42 PDT 2008
24       - Just twiddled the requirements calls in the Makefile. I can't
25         figure out why testers are failing it for prereqs it *is*
26         listing. Someone recently mentioned this same problem on
27         use.perl so I'm giving this a shot.
28       - Spelling fix in Pod.
29       - Updated tests and test server script too.
30
31 0.09  Mon Sep 29 18:29:59 PDT 2008
32       - Bug patch for boneheaded return v detach bug given by M. Blom.
33
34 0.08  Sat Jul  5 13:13:14 PDT 2008
35       - Again, only change is to Makefile.PL reqs.
36
37 0.07  Thu Jul  3 21:26:12 PDT 2008
38       - Only changes are to Makefile for prereqs. The failures on CPAN
39         testers are really weird. I think I misunderstood
40         build_requires() in ModInst.
41
42 0.06  Thu Jul  3 17:20:39 PDT 2008
43       - All CPAN reports for 0.05 are failing. Added Catalyst::Devel and
44         Catalyst to prereqs. It was just Catalyst::Runtime before.
45       - Also changed around Test App storage a bit to avoid permission
46         errors on tmp cache file from different user runs.
47
48 0.05  Wed Jul  2 20:17:21 PDT 2008
49       - Removed UNIVERSAL::require to shrink prereqs and protect
50         namespaces.
51       - Turned on test app tests. I want to know if it's failing for
52         others.
53       - Swapped LWPx::ParanoidAgent for LWP::UA in the test.
54
55 0.04  Thu Jun 19 23:20:00 PDT 2008
56       - Fixed some of the .conf example. Sigh.
57       - Other minor Pod tweaks.
58
59 0.03  Thu Jun 19 20:48:04 PDT 2008
60       - Updated config information with Config::General examples.
61       - Cleaned up TestApp a little.
62       - Swapped some code order around to make Perl::Critic my friend.
63       - Extended SEE ALSO.
64       - Updated Makefile a bit.
65
66 0.02  Tue Apr  8 22:18:22 PDT 2008
67       - Changed "use base" to "use parent."
68       - Moved SVN to Catalyst dev box.
69       - Took out left over toss copy of earlier Credential module.
70       - Took out weird closure over secret; not just sets it plainly.
71       - Put config stuff in POD a bit differently and added info on consumer_secret.
72       - POD tweaks.
73
74 0.01  Sat Apr  5 21:35:25 PDT 2008
75       - Initial release.
76 Revision history for Catalyst::Authentication::Credential::OpenID
77
78 0.13  Mon Dec  1 19:42:31 PST 2008
79       - s/Meno/Menno/ and version fix in the Pod are the only changes. Sigh.
80
81 0.12  Mon Dec  1 19:28:02 PST 2008
82       - Everything is finally passing tests so I put most of the
83         previous versions on the backpan because they're nearly
84         identical except for Makefile changes.
85       - Applied code from Menno Blom to allow simple registration
86         to work. Considered experimental for now, I think. Not because
87         it won't stay but because it might not work as expected.
88       - Bumped reqs on OpenID family to support 2.0 features.
89
90 0.11  Sun Oct  5 00:41:37 PDT 2008
91       - Added LWPx paranoid to build_requires.
92       - Put some experimental mdash entities into the Pod.
93
94 0.10  Thu Oct  2 19:13:42 PDT 2008
95       - Just twiddled the requirements calls in the Makefile. I can't
96         figure out why testers are failing it for prereqs it *is*
97         listing. Someone recently mentioned this same problem on
98         use.perl so I'm giving this a shot.
99       - Spelling fix in Pod.
100       - Updated tests and test server script too.
101
102 0.09  Mon Sep 29 18:29:59 PDT 2008
103       - Bug patch for boneheaded return v detach bug given by M. Blom.
104
105 0.08  Sat Jul  5 13:13:14 PDT 2008
106       - Again, only change is to Makefile.PL reqs.
107
108 0.07  Thu Jul  3 21:26:12 PDT 2008
109       - Only changes are to Makefile for prereqs. The failures on CPAN
110         testers are really weird. I think I misunderstood
111         build_requires() in ModInst.
112
113 0.06  Thu Jul  3 17:20:39 PDT 2008
114       - All CPAN reports for 0.05 are failing. Added Catalyst::Devel and
115         Catalyst to prereqs. It was just Catalyst::Runtime before.
116       - Also changed around Test App storage a bit to avoid permission
117         errors on tmp cache file from different user runs.
118
119 0.05  Wed Jul  2 20:17:21 PDT 2008
120       - Removed UNIVERSAL::require to shrink prereqs and protect
121         namespaces.
122       - Turned on test app tests. I want to know if it's failing for
123         others.
124       - Swapped LWPx::ParanoidAgent for LWP::UA in the test.
125
126 0.04  Thu Jun 19 23:20:00 PDT 2008
127       - Fixed some of the .conf example. Sigh.
128       - Other minor Pod tweaks.
129
130 0.03  Thu Jun 19 20:48:04 PDT 2008
131       - Updated config information with Config::General examples.
132       - Cleaned up TestApp a little.
133       - Swapped some code order around to make Perl::Critic my friend.
134       - Extended SEE ALSO.
135       - Updated Makefile a bit.
136
137 0.02  Tue Apr  8 22:18:22 PDT 2008
138       - Changed "use base" to "use parent."
139       - Moved SVN to Catalyst dev box.
140       - Took out left over toss copy of earlier Credential module.
141       - Took out weird closure over secret; not just sets it plainly.
142       - Put config stuff in POD a bit differently and added info on consumer_secret.
143       - POD tweaks.
144
145 0.01  Sat Apr  5 21:35:25 PDT 2008
146       - Initial release.