From 28d98a4b2989605763d13a2f21271dc4b5078bd3 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 2 Oct 2015 10:07:35 +0100 Subject: [PATCH] Update Release Notes [ci skip] Updated release notes to cover the change to the handling of libjpeg and libz --- docs/releasenotes/3.0.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releasenotes/3.0.0.rst b/docs/releasenotes/3.0.0.rst index e62076052..49f91f213 100644 --- a/docs/releasenotes/3.0.0.rst +++ b/docs/releasenotes/3.0.0.rst @@ -42,4 +42,11 @@ have been removed in this release:: ImageWin.fromstring() ImageWin.tostring() +LibJpeg and Zlib are Required by Default +---------------------------------------- + +The external dependencies on libjpeg and zlib are now required by default. +If the headers or libraries are not found, then installation will abort +with an error. This behaviour can be disabled with the `--disable-libjpeg` +and `--disable-zlib` flags.