From 05b30e8bcbf9717bce72fb561f5a534e91f0aac3 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Wed, 19 Aug 2015 10:00:38 -0600 Subject: [PATCH] Release django_openstack_auth 1.4.0 Includes support for Django 1.8 and support for configurable token hashing. Fixes PKI hashing bug. PKI token hashing will work again. Change-Id: I991efe61696c3e22025a8be666771013139444ce --- deliverables/liberty/django-openstack-auth.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deliverables/liberty/django-openstack-auth.yaml b/deliverables/liberty/django-openstack-auth.yaml index 0de0f6e831..dd8086f41f 100644 --- a/deliverables/liberty/django-openstack-auth.yaml +++ b/deliverables/liberty/django-openstack-auth.yaml @@ -9,3 +9,11 @@ releases: 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.