Skip to content

Commit acc3595

Browse files
committed
Changelog for v0.2.3
1 parent 2d94dc6 commit acc3595

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ Changelog
6565
---------
6666

6767

68+
v0.2.3 (22 Mar 2020)
69+
~~~~~~~~~~~~~~~~~~~~
70+
71+
- Keep a reference to current user before checking anything else.
72+
Resolves a crash for clients which know that the server is
73+
Kerberos enabled and directly send the Authorization header
74+
- Be more tolerant to authorization request headers which don't
75+
match RFC-4459, section 4.2
76+
77+
6878
v0.2.2 (10 Nov 2019)
6979
~~~~~~~~~~~~~~~~~~~~
7080

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_long_description():
1010

1111
setup(
1212
name='social-auth-kerberos',
13-
version='0.2.2',
13+
version='0.2.3',
1414
description='Kerberos authentication backend for Python Social Auth',
1515
long_description=get_long_description(),
1616
author='Kiwi TCMS',

0 commit comments

Comments
 (0)