From 84c8a66cec2dfb9d3e1963b02390b1ad6a536ce5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 12 Apr 2018 14:01:33 +0300 Subject: [PATCH 1/3] Update CHANGES.rst [CI skip] --- CHANGES.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5030603b1..f65782287 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -44,12 +44,6 @@ Changelog (Pillow) - Depends: Update freetype to 2.9.1, libjpeg to 9c, libwebp to 1.0.0 #3121, #3136, #3108 [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 [radarhere] @@ -68,6 +62,15 @@ Changelog (Pillow) - Fix dereferencing type-punned pointer will break strict-aliasing #3069 [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) ------------------ From 00e2c2f872cca2cdc72d32d011c158a6f88f1fc8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 12 Apr 2018 14:39:31 +0300 Subject: [PATCH 2/3] Release notes for 5.1.1 --- docs/releasenotes/5.1.1.rst | 18 ++++++++++++++++++ docs/releasenotes/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/releasenotes/5.1.1.rst diff --git a/docs/releasenotes/5.1.1.rst b/docs/releasenotes/5.1.1.rst new file mode 100644 index 000000000..76295a42e --- /dev/null +++ b/docs/releasenotes/5.1.1.rst @@ -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. diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 16e5c1d85..ea5d38fd6 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -7,6 +7,7 @@ Release Notes :maxdepth: 2 5.2.0 + 5.1.1 5.1.0 5.0.0 4.3.0 From 23363f4b22857c08e86bbd6e3318c84a1cc0444d Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 13 Apr 2018 00:15:23 +0300 Subject: [PATCH 3/3] Update 5.1.1.rst --- docs/releasenotes/5.1.1.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releasenotes/5.1.1.rst b/docs/releasenotes/5.1.1.rst index 76295a42e..0a5eb1fdb 100644 --- a/docs/releasenotes/5.1.1.rst +++ b/docs/releasenotes/5.1.1.rst @@ -12,7 +12,7 @@ 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 -========================================= +Fix _i2f compilation with some GCC versions +=========================================== -For example, this allows compilation on GCC 4.8. +For example, this allows compilation with GCC 4.8 on NetBSD.