Releases: pythongssapi/python-gssapi
v1.5.1: Jordan (patch 1)
v1.5.0: Jordan
v1.4.1: Tom (patch 1)
Changelog
Features
- Support most of the GGF Extensions (#141)
Tooling
Documentation
- Fix typo in Name documentation (#138)
N.B.: Due to a tooling failure, there is no official 1.4.0. Please use this release instead.
v1.3.0: Myrtle
Changelog
Features
Bugfixes
-
Fix potential infinite recursion in
GSSError#display_status
when there is an error displaying the error (#112) -
Read the linker path during setup to support properly building with Heimdal on Debian (#122)
-
Fix OID inequality comparison (previously would return the results of an equality comparison for inequality) (#125)
Tooling
- k5test and gssapi-console now live in their own projects. They can be found at pythongssapi/k5test and pythongssapi/gssapi-console, respectively, and are available on PyPI as
k5test
andgssapi_console
(#102)
Documentation
-
Correct the capitalization of the HTTP service in the tutorial to match historical convention and case sensitivity rules from RFC 4120 (#107)
-
Correct a link error in when referring to multiple
MechType
s (#115) -
Make docs work with newer versions of Sphinx (#115)
-
The documentation now officially lives at https://pythongssapi.github.io/python-gssapi/latest for the documentation for HEAD, and https://pythongssapi.github.io/python-gssapi/stable for the most recently-released tag
NB: this was erroneously released as v1.2.4, despite adding new features. v1.2.4 has been hidden. Please use this release instead.
v1.2.4-alpha.1: Daisy (patch 4)
Prepare for 1.2.4-alpha.1 release