forked from plone/plone.openid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
80 lines (54 loc) · 1.66 KB
/
CHANGES.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Changelog
=========
2.0.1 - unreleased
------------------
- Fixed to store timestamp as part of nonce. This fixes
http://dev.plone.org/plone/ticket/11987
[datakurre]
- Add MANIFEST.in.
[WouterVH]
2.0 - 2010-07-18
----------------
- Package metadata cleanup and definition of all package dependencies.
[hannosch]
- Relicense to BSD.
[Plone Foundation]
- Refactor tests to be simple python test cases. This removes
all dependencies on Plone code.
[wichert]
- Specify package dependencies.
[hannosch]
- Handle the case where the handles for a given domain are empty but a
request for them is made anyway. This fixes
http://dev.plone.org/plone/ticket/9178
[jvloothuis]
1.2 - 2008-08-19
----------------
- Fixed bug where you could not log in via OpenID, immediately log out,
and then immediately log in again.
[davisagli]
- Upgraded to python-openid>=2.2.1 to fix handling of OpenID providers
that use identifier recycling. (c.f.
http://developer.yahoo.com/openid/faq.html) This closes
http://dev.plone.org/plone/ticket/8051.
[davisagli]
- Use the OpenID "claimed identifier" so that the proper identity URL is
displayed when using delegation.
[davisagli]
1.1 - 2008-04-21
----------------
- Writing test and fixes for bug #7176 whereby a traceback
was produced when an empty string identity was placed in the openid
login form.
[andrewb]
- Do not enable OpenID support if python has no SSL support.
[wichert]
1.0.1 - 2007-11-09
------------------
- Also accept https URLs as valid identifiers. This fixes
http://dev.plone.org/plone/ticket/7298
[wichert]
1.0 - 2007-08-15
----------------
- First stable release
[wichert]