mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 07:04:45 +03:00
Merge 23363f4b22
into e5d8145da5
This commit is contained in:
commit
1ff709a807
15
CHANGES.rst
15
CHANGES.rst
|
@ -47,12 +47,6 @@ Changelog (Pillow)
|
||||||
- Depends: Update freetype to 2.9.1, libjpeg to 9c, libwebp to 1.0.0 #3121, #3136, #3108
|
- Depends: Update freetype to 2.9.1, libjpeg to 9c, libwebp to 1.0.0 #3121, #3136, #3108
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Build macOS wheels with Xcode 6.4, supporting older macOS versions #3068
|
|
||||||
[wiredfool]
|
|
||||||
|
|
||||||
- Fix _i2f compilation on some GCC versions #3067
|
|
||||||
[homm]
|
|
||||||
|
|
||||||
- Changed encoderinfo to have priority over info when saving GIF images #3086
|
- Changed encoderinfo to have priority over info when saving GIF images #3086
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -71,6 +65,15 @@ Changelog (Pillow)
|
||||||
- Fix dereferencing type-punned pointer will break strict-aliasing #3069
|
- Fix dereferencing type-punned pointer will break strict-aliasing #3069
|
||||||
[jdufresne]
|
[jdufresne]
|
||||||
|
|
||||||
|
5.1.1 (2018-04-12)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Fix _i2f compilation on some GCC versions #3067
|
||||||
|
[homm]
|
||||||
|
|
||||||
|
- Build macOS wheels with Xcode 6.4, supporting older macOS versions #3068
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
5.1.0 (2018-04-02)
|
5.1.0 (2018-04-02)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
18
docs/releasenotes/5.1.1.rst
Normal file
18
docs/releasenotes/5.1.1.rst
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
5.1.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
Build macOS wheels with Xcode 6.4, supporting older macOS versions
|
||||||
|
==================================================================
|
||||||
|
|
||||||
|
The macOS wheels for Pillow 5.1.0 were built with Xcode 9.2, meaning 10.12
|
||||||
|
Sierra was the lowest supported version.
|
||||||
|
|
||||||
|
Prior to Pillow 5.1.0, Xcode 8 was used, supporting El Capitan 10.11.
|
||||||
|
|
||||||
|
Instead, Pillow 5.1.1 is built with the oldest available Xcode 6.4 to support
|
||||||
|
at least 10.10 Yosemite.
|
||||||
|
|
||||||
|
Fix _i2f compilation with some GCC versions
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
For example, this allows compilation with GCC 4.8 on NetBSD.
|
|
@ -7,6 +7,7 @@ Release Notes
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
5.2.0
|
5.2.0
|
||||||
|
5.1.1
|
||||||
5.1.0
|
5.1.0
|
||||||
5.0.0
|
5.0.0
|
||||||
4.3.0
|
4.3.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user