diff --git a/README.rst b/README.rst index 66ef02b41..e0c951f50 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,21 @@ more detailed explanation. Also, PIL's current release/maintenance schedule is not compatible with the various & frequent packaging issues that have occured. +What about image code bugs? +--------------------------- + +Please report any non-packaging related issues here first: + +- https://bitbucket.org/effbot/pil-2009-raclette/issues + +Then open a ticket here: + +- https://github.com/collective/Pillow/issues + +and provide a link to the first ticket so we can track the issue(s) upstream. +This project does not aim to fix image code bugs, but if we can track them +properly we may consider it. (And the image code could potentially be wholesale +replaced when the next PIL release comes out.) Python Imaging Library ====================== diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 352ec7afb..b54da484b 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,6 +2,12 @@ Changelog ========= +1.7.6 (Unreleased) +------------------ + +- Bug fix: freetype not found on Mac OS X with case-sensitive filesystem + [gjo] + 1.7.5 (2011-09-07) ------------------ diff --git a/setup.py b/setup.py index bbf6530f1..dcda28cf8 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ except ImportError: NAME = 'Pillow' -VERSION = '1.7.5' +VERSION = '1.7.6' PIL_VERSION = '1.1.7' TCL_ROOT = None JPEG_ROOT = None