-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChanges
More file actions
27 lines (16 loc) · 854 Bytes
/
Changes
File metadata and controls
27 lines (16 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{{$NEXT}}
1.030099_003 Jan 01 2011
* Replace URL escaper with calls to URI::Escape (Robert Norris)
* Removed JSON encoder in favour of using JSON::encode_json directly in
N::O::Server and N::O::Consumer (Robert Norris)
1.030099_002 Dec 07 2010
* Documentation tweaks (Robert Norris)
* Remove use of $& (Jess Robinson RT#63684)
1.030099_001 Nov 06 2010
* Support for Apache2::Request (mod_perl 2) (Yitzchak Scott-Thoennes)
* Fix potential timing attack when checking signatures (Adam Sjøgren)
(see http://lists.openid.net/pipermail/openid-security/2010-July/001156.html)
* In Net::OpenID::Yadis, use the single-constant form of
"use constant" so we work under Perl 5.6 where the multi constant form
was not available.
* Initial version with stuff moved out of Net::OpenID::Consumer.