Bumping to 2.0.0 due to missed major bump for python 2.6 drop in 1.3.0 -> 1.4.0 This release has a critical bug fix for Liberty around log in issues when using Django 1.8. Additionally, WebSSO support has been improved. Change-Id: I28fe0d79c56afb1bb5a954680775fb8abe63fbd2
27 lines
853 B
YAML
27 lines
853 B
YAML
---
|
|
launchpad: django-openstack-auth
|
|
releases:
|
|
- version: 1.3.0
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: 3a8d34fd3dc858216e2ed0b34ce13986f6a37abb
|
|
- version: 1.3.1
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: 08713e4ca9eca7f30494fa3d9da34c84ace919e3
|
|
- version: 1.4.0
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: 829cbee14e200fd127ec4f0e0f4d743102d8e9d1
|
|
highlights: >
|
|
This release includes support for Django 1.8
|
|
and configurable token hashing. Fixes PKI token
|
|
hashing bug.
|
|
- version: 2.0.0
|
|
projects:
|
|
- repo: openstack/django_openstack_auth
|
|
hash: 6e2cd8deffbd60074bf036c1cecdb280f281ccd4
|
|
highlights: >
|
|
This release improves WebSSO support, and a login
|
|
bug related to supporting Django 1.8.
|