HISTORY.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. History
  2. =======
  3. 0.6.1: 2014-11-14
  4. -----------------
  5. - Fix HTTPKerberosAuth not to treat non-file as a file
  6. - Prevent infinite recursion when GSSErrors occurs
  7. 0.6: 2014-11-04
  8. ---------------
  9. - Handle mutual authentication (see pull request 36_)
  10. All users should upgrade immediately. This has been reported to
  11. oss-security_ and we are awaiting a proper CVE identifier.
  12. **Update**: We were issued CVE-2014-8650
  13. - Distribute as a wheel.
  14. .. _36: https://github.com/requests/requests-kerberos/pull/36
  15. .. _oss-security: http://www.openwall.com/lists/oss-security/
  16. 0.5: 2014-05-14
  17. ---------------
  18. - Allow non-HTTP service principals with HTTPKerberosAuth using a new optional
  19. argument ``service``.
  20. - Fix bug in ``setup.py`` on distributions where the ``compiler`` module is
  21. not available.
  22. - Add test dependencies to ``setup.py`` so ``python setup.py test`` will work.
  23. 0.4: 2013-10-26
  24. ---------------
  25. - Minor updates in the README
  26. - Change requirements to depend on requests above 1.1.0
  27. 0.3: 2013-06-02
  28. ---------------
  29. - Work with servers operating on non-standard ports
  30. 0.2: 2013-03-26
  31. ---------------
  32. - Not documented
  33. 0.1: Never released
  34. -------------------
  35. - Initial Release