This commit is contained in:
Cory Benfield 2015-05-04 16:57:44 +01:00
parent 05bc753d7d
commit ac5e907a9b
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
History
=======
0.7.0: 2015-05-04
-----------------
- Added Windows native authentication support by adding kerberos-sspi as an
alternative backend.
- Prevent infinite recursion when a server returns 401 to an authorization
attempt.
- Reduce the logging during successful responses.
0.6.1: 2014-11-14
-----------------

View File

@ -22,4 +22,4 @@ logging.getLogger(__name__).addHandler(NullHandler())
__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
'OPTIONAL', 'DISABLED')
__version__ = '0.6.1'
__version__ = '0.7.0'