Update Release Notes [ci skip]

Updated release notes to cover the change to the handling of libjpeg and libz
This commit is contained in:
wiredfool 2015-10-02 10:07:35 +01:00
parent e5f35a2a4c
commit 28d98a4b29

View File

@ -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.