Skip to content

Latest commit

 

History

History
132 lines (85 loc) · 2.57 KB

CHANGES.rst

File metadata and controls

132 lines (85 loc) · 2.57 KB

Changelog

2.0.6 (unreleased)

Breaking changes:

  • add item here

New features:

  • add item here

Bug fixes:

  • add item here

2.0.5 (2019-03-29)

  • Fixed error caused by PAS inserting login=None in the openid query. Fixes issue 10. [maurits]

2.0.4 (2015-03-21)

  • Removed unused testing code with dependency to PloneTestCase [tomgross]

2.0.3 (2015-02-11)

  • Ported tests to plone.app.testing [tomgross]

2.0.2 (2013-12-07)

2.0.1 (2012-12-09)

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

1.0 - 2007-08-15

  • First stable release [wichert]