* :issue:`1193` via :pr:`1729`: Rely on zc.lockfile for session concurrency support.
17.2.0
-------
* :issue:`1690` via :pr:`1692`: Prevent orphaned Event object in cached 304 response.
17.1.0
-------
* :issue:`1694` via :pr:`1695`: Add support for accepting uploaded files with non-ascii filenames per RFC 5987.
17.0.0
-------
* :issue:`1673`: CherryPy now allows namespace packages for its dependencies. Environments that cannot handle namespace packgaes like py2exe will need to add such support or pin to older CherryPy versions.
16.0.3
-------
* :issue:`1722`: Pinned the ``tempora`` dependency against version 1.13 to avoid pulling in namespace packages.
16.0.2
-------
* :issue:`1716` via :pr:`1717`: Fixed handling of url-encoded parameters in digest authentication handling, correcting regression in v14.2.0.
* :issue:`1719` via :commit:`1d41828`: Digest-auth tool will now return a status code of 401 for when a scheme other than 'digest' is indicated.