Skip to content

Commit

Permalink
Add changelog for v6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jan 1, 2019
1 parent 5395239 commit c8a35e3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
v6.5.4
======

- :issue:`113`: Fix :py:mod:`cheroot.ssl.pyopenssl`
under Python 3.

- :issue:`154` via :pr:`159`: Remove custom license field from
dist metadata.

- :issue:`95`: Fully integrate :py:mod:`trustme` into all TLS tests.
Also remove all hardcoded TLS certificates.

- :issue:`42`: Remove traces of :py:mod:`unittest` and
:py:mod:`ddt` usage.

- Fix invalid input processing in
:py:func:`cheroot._compat.extract_bytes`.

- Fix returning error explanation over plain HTTP for PyOpenSSL.

- Add a fallback for :py:func:`os.lchmod` where it's missing.

- Avoid traceback for invalid client cert with builtin
:py:mod:`ssl` adapter.

- Avoid deprecation warning with :py:class:`OpenSSL.SSL.Connection`.

- Fix socket wrapper in PyOpenSSL adapter.

- Improve tests coverage:

* Client TLS certificate tests

* :py:func:`cheroot._compat.extract_bytes`

* Peercreds lookup

v6.5.3
======

Expand Down

0 comments on commit c8a35e3

Please sign in to comment.