[Image-SIG] ANNOUNCEMENT: The Python Imaging Library, version 1.1.1 (oct 20, 2000)

Fredrik Lundh fredrik@pythonware.com
Mon, 23 Oct 2000 15:20:16 +0200


>     Version 1.1.1 is a maintenance upgrade.  The changes include proper
>     handling of TIFF files under Python 2.0, better plugin detection when
>     using PIL as a package, and some bug fixes.

the usual image-sig specific followup:

    - this release only changes a couple of python files.  if you already
      have 1.1, you only need to replace the contents of the PIL directory.

    - there will be another release (1.2), probably in early November.

    - there are no binary kits available right now.  sorry.

</F>

$ cd Imaging-1.1.1
$ more CHANGES

...

    *** Changes from release 1.0 to 1.1.1 ***

    + Additional fixes for Python 1.6/2.0, including TIFF "save" bug. 

    + Changed "init" to properly load plugins when PIL is used as a
      package.

    + Fixed broken "show" method (on Unix)

...