releases/deliverables/liberty/django-openstack-auth.yaml
David Lyle 17539ca4ac Release django_openstack_auth 2.0.1
There is a bug in 2.0.0 that prevents the use of mysql as a session
store. This release fixes that issue.

Change-Id: I11e7ea299d0fe623aa86e805adf1826fd0e67ea5
2015-10-02 09:43:13 -06:00

33 lines
1.0 KiB
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.
- version: 2.0.1
projects:
- repo: openstack/django_openstack_auth
hash: 88fb89b5b787824d06b4c58337b7c960ccd0263b
highlights: >
Fixes bug that prevents using SQL DB session backends.