mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
7.1.0 version bump
This commit is contained in:
parent
46f4a349b8
commit
f0fe60ae9f
23
CHANGES.rst
23
CHANGES.rst
|
@ -2,9 +2,30 @@
|
||||||
Changelog (Pillow)
|
Changelog (Pillow)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
7.1.0 (unreleased)
|
7.1.0 (2020-04-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Fix multiple OOB reads in FLI decoding #4503
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
|
- Fix buffer overflow in SGI-RLE decoding #4504
|
||||||
|
[wiredfool, hugovk]
|
||||||
|
|
||||||
|
- Fix bounds overflow in JPEG 2000 decoding #4505
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
|
- Fix bounds overflow in PCX decoding #4506
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
|
- Fix 2 buffer overflows in TIFF decoding #4507
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
|
- Add APNG support #4243
|
||||||
|
[pmrowla, radarhere, hugovk]
|
||||||
|
|
||||||
|
- ImageGrab.grab() for Linux with XCB #4260
|
||||||
|
[nulano, radarhere]
|
||||||
|
|
||||||
- Added three new channel operations #4230
|
- Added three new channel operations #4230
|
||||||
[dwastberg, radarhere]
|
[dwastberg, radarhere]
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Master version for Pillow
|
# Master version for Pillow
|
||||||
__version__ = "7.1.0.dev0"
|
__version__ = "7.1.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user