[Image-SIG] ANN: PIL 1.1.3 release candidate 2

Fredrik Lundh fredrik@pythonware.com
Tue, 12 Mar 2002 09:00:08 +0100


hi folks,

the second release candidate for PIL 1.1.3 is now
available from effbot.org:

    http://effbot.org/downloads

changes from the first release:

+ Added setup.py file (tested on Unix and Windows).  You still
  need to build libImaging/imaging.lib in the traditional way,
  but the setup.py script takes care of the rest.

  The old Setup.in/Makefile.pre.in build method is still
  supported.

+ Fixed segmentation violation in ANTIALIAS filter (an internal
  buffer wasn't properly allocated).

see the c1 announcement (or the CHANGES-113 file
included in the release) for the full list of changes.

enjoy /F