Skip to content

8.3.2

Compare
Choose a tag to compare
@hugovk hugovk released this 02 Sep 19:52

https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html

Security

  • CVE-2021-23437 Raise ValueError if color specifier is too long
    [hugovk, radarhere]

  • Fix 6-byte OOB read in FliDecode
    [wiredfool]

Python 3.10 wheels

  • Add support for Python 3.10 #5569, #5570
    [hugovk, radarhere]

Fixed regressions

  • Ensure TIFF RowsPerStrip is multiple of 8 for JPEG compression #5588
    [kmilos, radarhere]

  • Updates for ImagePalette channel order #5599
    [radarhere]

  • Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library #5651
    [nulano]