Pillow/docs/HISTORY.txt

103 lines
1.7 KiB
Plaintext
Raw Normal View History

2010-07-31 07:19:31 +04:00
Changelog
=========
2012-04-06 07:25:24 +04:00
1.7.8 (Unreleased)
------------------
2012-04-05 05:15:07 +04:00
1.7.7 (2012-04-04)
------------------
- UNDEF more types before including windows headers
[mattip]
2012-01-21 04:52:39 +04:00
1.7.6 (2012-01-20)
2011-10-27 05:12:43 +04:00
------------------
- Bug fix: freetype not found on Mac OS X with case-sensitive filesystem
[gjo]
2012-01-21 05:00:07 +04:00
- Bug fix: Backport fix to split() after open() (regression introduced in PIL 1.1.7).
2012-01-21 04:52:39 +04:00
[sfllaw]
2011-09-07 21:40:53 +04:00
1.7.5 (2011-09-07)
------------------
- Fix for sys.platform = "linux3"
[blueyed]
2011-09-07 22:10:25 +04:00
- Package cleanup and additional documentation
2011-09-07 21:40:53 +04:00
[aclark]
2011-07-21 18:52:54 +04:00
1.7.4 (2011-07-21)
------------------
- Fix brown bag release
[aclark]
2011-07-21 07:34:52 +04:00
1.7.3 (2011-07-20)
2011-05-31 20:05:21 +04:00
------------------
2011-07-21 07:34:52 +04:00
- Fix : resize need int values, append int conversion in thumbnail method
[harobed]
1.7.2 (2011-06-02)
------------------
- Bug fix: Python 2.4 compat
[aclark]
2011-05-31 20:05:21 +04:00
2011-05-31 19:33:28 +04:00
1.7.1 (2011-05-31)
------------------
- More multi-arch support
[SteveM, regebro, barry, aclark]
2011-05-28 06:40:39 +04:00
1.7.0 (2011-05-27)
------------------
- Add support for multi-arch library directory /usr/lib/x86_64-linux-gnu
[aclark]
2010-12-01 22:39:00 +03:00
1.6 (12/01/2010)
----------------
- Bug fix: /usr/x11/include should be added to include_dirs not library_dirs
2011-05-28 06:40:39 +04:00
[elro]
2010-12-01 22:39:00 +03:00
- Doc fixes
2010-11-28 23:58:32 +03:00
1.5 (11/28/2010)
----------------
- Module and package fixes
2010-11-28 23:42:59 +03:00
1.4 (11/28/2010)
----------------
- Doc fixes
1.3 (11/28/2010)
----------------
2010-08-02 19:41:21 +04:00
- Add support for /lib64 and /usr/lib64 library directories on Linux
- Doc fixes
2010-08-02 19:41:21 +04:00
2010-11-26 23:57:29 +03:00
1.2 (08/02/2010)
----------------
2010-08-01 04:00:23 +04:00
2010-11-26 23:57:29 +03:00
- On OS X also check for freetype2 in the X11 path [jezdez]
- Doc fixes [aclark]
2010-08-01 04:00:23 +04:00
2010-11-26 23:57:29 +03:00
1.1 (07/31/2010)
----------------
2010-08-01 04:00:23 +04:00
2010-11-26 23:57:29 +03:00
- Removed setuptools_hg requirement
- Doc fixes
2010-07-31 07:19:31 +04:00
2010-11-26 23:57:29 +03:00
1.0 (07/30/2010)
----------------
- Forked PIL based on Hanno Schlichting's re-packaging
(http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz)