Prepare release

This commit is contained in:
Alex Clark 2011-10-26 21:12:43 -04:00
parent 9e99408f7b
commit 45da68c14d
3 changed files with 22 additions and 1 deletions

View File

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

View File

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

View File

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