Skip to content

Commit

Permalink
7.1.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2020
1 parent 46f4a34 commit f0fe60a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Master version for Pillow
__version__ = "7.1.0.dev0"
__version__ = "7.1.0"

0 comments on commit f0fe60a

Please sign in to comment.