1.11 Oct 22 2011
* Allow Plack::Request parameter objects for IndirectMessage
1.030099_004 Oct 20 2011
* Improved HTML head extraction to skip CDATA and comments
* Fixed warning behavior of timing_indep_eq
* new comaintainer (Roger Crew)
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.