Changelog
Features
* Support [RFC 5587](https://tools.ietf.org/html/rfc5587): Extended GSS Mechanism Inquiry APIs (#121)
* Support [RFC 5801](https://tools.ietf.org/html/rfc5587): Using GSSAPI Mechanisms in SASL (#124)
Bugfixes
* Fix potential infinite recursion in `GSSErrordisplay_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](https://github.com/pythongssapi/k5test) and [pythongssapi/gssapi-console](https://github.com/pythongssapi/gssapi-console), respectively, and are available on PyPI as `k5test` and `gssapi_console` (#102)
Documentation
* Correct the capitalization of the HTTP service in the tutorial to match historical convention and case sensitivity rules from [RFC 4120](https://tools.ietf.org/html/rfc4120) (#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.