7.1.0 version bump

This commit is contained in:
Hugo 2020-04-01 13:12:46 +03:00
parent 46f4a349b8
commit f0fe60ae9f
2 changed files with 23 additions and 2 deletions

View File

@ -2,9 +2,30 @@
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
[dwastberg, radarhere]

View File

@ -1,2 +1,2 @@
# Master version for Pillow
__version__ = "7.1.0.dev0"
__version__ = "7.1.0"