mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Merge pull request #5000 from hugovk/add-8.0.1
This commit is contained in:
commit
23b747c56a
|
@ -8,6 +8,12 @@ Changelog (Pillow)
|
||||||
- Support raw rgba8888 for DDS #4760
|
- Support raw rgba8888 for DDS #4760
|
||||||
[qiankanglai]
|
[qiankanglai]
|
||||||
|
|
||||||
|
8.0.1 (2020-10-22)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Update FreeType used in binary wheels to 2.10.4 to fix CVE-2020-15999.
|
||||||
|
[radarhere]
|
||||||
|
|
||||||
8.0.0 (2020-10-15)
|
8.0.0 (2020-10-15)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
25
docs/releasenotes/8.0.1.rst
Normal file
25
docs/releasenotes/8.0.1.rst
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
8.0.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
Security
|
||||||
|
========
|
||||||
|
|
||||||
|
Update FreeType used in binary wheels to `2.10.4`_ to fix CVE-2020-15999_:
|
||||||
|
|
||||||
|
- A heap buffer overflow has been found in the handling of embedded PNG bitmaps,
|
||||||
|
introduced in FreeType version 2.6.
|
||||||
|
|
||||||
|
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
|
||||||
|
|
||||||
|
If you use option ``FT_CONFIG_OPTION_USE_PNG`` you should upgrade immediately.
|
||||||
|
|
||||||
|
We strongly recommend updating to Pillow 8.0.1 if you are using Pillow 8.0.0, which improved support for bitmap fonts.
|
||||||
|
|
||||||
|
In Pillow 7.2.0 and earlier bitmap fonts were disabled with ``FT_LOAD_NO_BITMAP``, but it is not
|
||||||
|
clear if this prevents the exploit and we recommend updating to Pillow 8.0.1.
|
||||||
|
|
||||||
|
Pillow 8.0.0 and earlier are potentially vulnerable releases, including the last release
|
||||||
|
to support Python 2.7, namely Pillow 6.2.2.
|
||||||
|
|
||||||
|
.. _2.10.4: https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
|
||||||
|
.. _CVE-2020-15999: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15999
|
|
@ -13,6 +13,7 @@ expected to be backported to earlier versions.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
8.0.1
|
||||||
8.0.0
|
8.0.0
|
||||||
7.2.0
|
7.2.0
|
||||||
7.1.2
|
7.1.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user