[MOS 10.0] Add python-django-openstack-auth package
[openstack-build/django_openstack_auth-build.git] / xenial / debian / CHANGELOG
1 commit ef030ff77a435ef1d327ad8be595cb59b11b64f3
2 Author: Gabriel Hurley <gabriel@strikeawe.com>
3 Date:   Mon Aug 20 14:49:44 2012 -0700
4
5     Bumping version number for bugfix release with redirect fix.
6
7 commit 8ac8c7e375014fe0be1e31f88851125cde9cbc37
8 Merge: 0273b91 47ffb62
9 Author: Gabriel Hurley <gabriel@strikeawe.com>
10 Date:   Mon Aug 20 14:37:46 2012 -0700
11
12     Merge pull request #7 from vuntz/redirect-next
13     
14     Fix redirection in login form.
15
16 commit 47ffb622b62d601d12dab5f86a10acd6bf70cabe
17 Author: Vincent Untz <vuntz@suse.com>
18 Date:   Mon Aug 20 16:25:50 2012 +0200
19
20     Fix redirection in logging form
21     
22     The redirection was being ignored because the template in horizon needs
23     the a value for redirect_field_name. We simply set it to the default.
24
25 commit 0273b9186e6ef191ea4aefb585350863dadbf157
26 Author: Gabriel Hurley <gabriel@strikeawe.com>
27 Date:   Sun Jul 8 19:33:03 2012 -0700
28
29     Bumping version number for permission support release.
30
31 commit 03fe09c5a5f72dbba9528cbb89daf4d2aea606aa
32 Author: Gabriel Hurley <gabriel@strikeawe.com>
33 Date:   Sun Jul 8 19:30:51 2012 -0700
34
35     Adds permissions support.
36     
37     Fixes #1.
38
39 commit a1ff650761cb641164bcfa7419692a50b568a069
40 Author: Gabriel Hurley <gabriel@strikeawe.com>
41 Date:   Sun Jul 8 17:18:45 2012 -0700
42
43     Catch AuthorizationFailure.
44     
45     Fixes #5.
46
47 commit a31c1dae93a1033702390b767250d7ec3534d847
48 Author: Gabriel Hurley <gabriel@strikeawe.com>
49 Date:   Sun Jul 8 16:25:22 2012 -0700
50
51     Adding manifest file.
52
53 commit 0bc387b463753a76385e1c4a72db784789129c36
54 Author: Gabriel Hurley <gabriel@strikeawe.com>
55 Date:   Sun Jul 8 16:13:13 2012 -0700
56
57     Fixed typo in readme.
58
59 commit 25c0ff6fe7637dda327ed8742b3ca4f816754fef
60 Author: Gabriel Hurley <gabriel@strikeawe.com>
61 Date:   Sun Jul 8 16:12:44 2012 -0700
62
63     Added docs to readme.
64
65 commit 30dddae11243e40d7a4867a783b01d4922924594
66 Author: Gabriel Hurley <gabriel@strikeawe.com>
67 Date:   Sun Jul 8 16:03:33 2012 -0700
68
69     Adding a few translation files.
70     
71     Fixes issue #3.
72
73 commit 998c96cfaefbf7e6271226688034883e23ce2ca3
74 Author: Gabriel Hurley <gabriel@strikeawe.com>
75 Date:   Sun Jul 8 15:39:38 2012 -0700
76
77     Adds docs.
78     
79     Fixes #2.
80
81 commit 9d45964b02e98212025399e69395296f288bd546
82 Author: Gabriel Hurley <gabriel@strikeawe.com>
83 Date:   Sun Jul 8 14:55:31 2012 -0700
84
85     Check for expired tokens during authentication.
86     
87     Fixes issue #4.
88
89 commit df30fe0887e5ce74120459ad3585f7658252be13
90 Author: Gabriel Hurley <gabriel@strikeawe.com>
91 Date:   Tue Jul 3 02:29:22 2012 -0700
92
93     Added note about unit tests.
94
95 commit afc7a64ff425a71092a61bb7c7f9b229886c5d48
96 Author: Gabriel Hurley <gabriel@strikeawe.com>
97 Date:   Tue Jul 3 02:27:34 2012 -0700
98
99     Fixed README typo.
100
101 commit 9962375e0c5209ff82b7d6b5fda92bfec8dc4e1c
102 Author: Gabriel Hurley <gabriel@strikeawe.com>
103 Date:   Tue Jul 3 02:25:01 2012 -0700
104
105     Initial commit.