From 030c1ebe596f3d9ac7647e66fbcc91d3293f466f Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Tue, 8 Nov 2016 09:48:11 +0000 Subject: [PATCH] Release Django OpenStack Auth 2.4.2 Contains bugfixes for Django OpenStack Auths stable/newton branch Change-Id: I9a9f26052bea9add4c54a87921f48349b0a21836 --- deliverables/newton/django_openstack_auth.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deliverables/newton/django_openstack_auth.yaml b/deliverables/newton/django_openstack_auth.yaml index 26a5387323..d5e16e3af5 100644 --- a/deliverables/newton/django_openstack_auth.yaml +++ b/deliverables/newton/django_openstack_auth.yaml @@ -27,3 +27,11 @@ releases: highlights: > This release includes test fixes, and translations for the Newton release. + - version: 2.4.2 + projects: + - repo: openstack/django_openstack_auth + hash: 08e96550a31b98b7ee3278b3b6a73e93e79ac343 + highlights: > + This release removes token revocation on log out and + project switch, allowing long-running processes to + complete properly.