forked from Legrandin/PyAuthenNTLM2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
19 lines (15 loc) · 657 Bytes
/
Changelog
File metadata and controls
19 lines (15 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
== Changelog
-- Version 2.2, 25 March 2012
* Added support for Active Directory.
* Added support for user-based authorization.
* Added (experimental) support for group-based authorization (AD only).
* Rearranged all code in a package (PyAuthNTLM2).
* Rearranged README in reStructuredText format (README.rst).
* Added Troubleshooting section to README.rst .
-- Version 2.1, 6 March 2012
* Added support for Basic authentication (thanks gmazzo!).
* Added two scripts for testing without a browser ({http|ntlm}_client.py).
* More details in the documentation.
* General clean up and better error handling.
-- Version 2.0, 20 December 2011
* First release