Pillow/docs/releasenotes/10.0.1.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
508 B
ReStructuredText
Raw Normal View History

2023-09-15 14:37:50 +03:00
10.0.1
------
Security
========
:cve:`2023-4863`: Updated install script and updated wheels
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This release provides an updated install script and updated wheels to
include libwebp 1.3.2, preventing a potential heap buffer overflow in
WebP.
2023-09-15 14:55:25 +03:00
Other Changes
=============
2023-09-15 14:55:25 +03:00
Updated tests to pass with latest zlib version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-15 14:55:25 +03:00
The release of zlib 1.3 caused one of the tests in the Pillow test suite to fail.