mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 15:14:45 +03:00
Release notes for 5.1.1
This commit is contained in:
parent
7c44774a6f
commit
8ccd9ba6e0
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 on some GCC versions
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
For example, this allows compilation on GCC 4.8.
|
|
@ -6,6 +6,7 @@ Release Notes
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
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