~ubuntu-branches/ubuntu/quantal/libnet-openid-common-perl/quantal

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2011-11-11 22:07:41 UTC
  • Revision ID: package-import@ubuntu.com-20111111220741-duf8dtmvkh2jiiwm
Tags: upstream-1.14
Import upstream version 1.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.14      Nov 09 2011
 
2
 
 
3
1.13      Nov 06 2011
 
4
 
 
5
    * Use/cache Last-modified: as a number, not a raw header string (closes #47349)
 
6
 
 
7
    * Pay attention to charset on application/xrds+xml content-type (closes #41310)
 
8
 
 
9
1.12      Oct 25 2011
 
10
 
 
11
    * API change:  IndirectMessage->new(CODEREF)
 
12
 
 
13
      CODEREF now needs to be able to also take 0 arguments and then
 
14
      return a list of all URI parameter names in the request
 
15
      (core protocol as of OpenID 2.0 needs this functionality)
 
16
 
 
17
      Added IndirectMessage->all_parameters
 
18
 
 
19
    * Use HTML::Parser for parsing HTML
 
20
      Added OpenID::util::html_extract_linkmetas
 
21
 
 
22
    * Fix YADIS discovery so that
 
23
      (1) HTML parsing is not done on YADIS documents and
 
24
      (2) meta/http-equiv tags are checked when there's
 
25
          no YADIS document or x-xrds-location header
 
26
 
 
27
1.11      Oct 22 2011
 
28
 
 
29
    * Allow Plack::Request parameter objects for IndirectMessage
 
30
 
 
31
1.030099_004 Oct 20 2011
 
32
 
 
33
    * Improved HTML head extraction to skip CDATA and comments
 
34
 
 
35
    * Fixed warning behavior of timing_indep_eq
 
36
 
 
37
    * new comaintainer (Roger Crew)
 
38
 
 
39
1.030099_003 Jan 01 2011
 
40
 
 
41
    * Replace URL escaper with calls to URI::Escape (Robert Norris)
 
42
 
 
43
    * Removed JSON encoder in favour of using JSON::encode_json directly in
 
44
      N::O::Server and N::O::Consumer (Robert Norris)
 
45
 
 
46
1.030099_002 Dec 07 2010
 
47
 
 
48
    * Documentation tweaks (Robert Norris)
 
49
 
 
50
    * Remove use of $& (Jess Robinson RT#63684)
 
51
 
 
52
1.030099_001 Nov 06 2010
 
53
 
 
54
    * Support for Apache2::Request (mod_perl 2) (Yitzchak Scott-Thoennes)
 
55
 
 
56
    * Fix potential timing attack when checking signatures (Adam Sjøgren)
 
57
      (see http://lists.openid.net/pipermail/openid-security/2010-July/001156.html)
 
58
 
 
59
    * In Net::OpenID::Yadis, use the single-constant form of
 
60
      "use constant" so we work under Perl 5.6 where the multi constant form
 
61
      was not available.
 
62
 
 
63
    * Initial version with stuff moved out of Net::OpenID::Consumer.