How about we do our commits in trunk, so that we actually get sane linear revision...
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Changes
CommitLineData
e5b6823d 1Revision history for Catalyst::Authentication::Credential::OpenID
2
788804c2 30.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
70.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
100.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
190.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
230.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
310.09 Mon Sep 29 18:29:59 PDT 2008
32 - Bug patch for boneheaded return v detach bug given by M. Blom.
33
340.08 Sat Jul 5 13:13:14 PDT 2008
35 - Again, only change is to Makefile.PL reqs.
36
370.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
420.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
480.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
550.04 Thu Jun 19 23:20:00 PDT 2008
56 - Fixed some of the .conf example. Sigh.
57 - Other minor Pod tweaks.
58
590.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
660.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
740.01 Sat Apr 5 21:35:25 PDT 2008
75 - Initial release.
76Revision history for Catalyst::Authentication::Credential::OpenID
b8dc66f3 77
4c8250b4 780.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
fa2564a7 810.12 Mon Dec 1 19:28:02 PST 2008
a404fd1a 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.
fa2564a7 85 - Applied code from Menno Blom to allow simple registration
a404fd1a 86 to work. Considered experimental for now, I think. Not because
87 it won't stay but because it might not work as expected.
cc78d775 88 - Bumped reqs on OpenID family to support 2.0 features.
a404fd1a 89
6342195d 900.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
1200a1ee 940.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
85db8ed7 1020.09 Mon Sep 29 18:29:59 PDT 2008
103 - Bug patch for boneheaded return v detach bug given by M. Blom.
104
f08fd615 1050.08 Sat Jul 5 13:13:14 PDT 2008
106 - Again, only change is to Makefile.PL reqs.
107
1080.07 Thu Jul 3 21:26:12 PDT 2008
64ec716d 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
a47955ed 1130.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
ab944aad 1190.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
f29585f9 1260.04 Thu Jun 19 23:20:00 PDT 2008
127 - Fixed some of the .conf example. Sigh.
128 - Other minor Pod tweaks.
129
d214d0c0 1300.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
bf16184a 1370.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
e5b6823d 1450.01 Sat Apr 5 21:35:25 PDT 2008
146 - Initial release.