
In this file you will find all the bugfixes and changes, with the newer
versions on top. The left version is the PTC API version and right one the
linux port version.

------------------------------------------------------------------------------

Version 2.0.1 (24/7/1998):

  - Quick cleanup release following the new win32 distribution
  - New format conversion routines from Gaffer (mostly all format conversions
    supported now, in C++ though, not assembler)
  - Version policy will follow the 2.0.x path now instead of prereleases
  - gcc 2.7.2 gives a warning with the new Copy object, ignore it

Version 2.0.0.pre4 (24/7/1998):

  - linux/ example directory renamed to unix/
  - First small man page giving just a description
  - flags are passed to the open routine in the unix example instead of
    calling flags() explicitly
  - #include <typeinfo> only in Format.h Error.cpp and dumpinfo.cpp, removed
    everywhere else (iostream needs it)
  - Doing my own big endian check now, the autoconf one does not work
  - INSTALL file added, README file changed
  - examples updated (from win32 distribution)
  - "config.h" renamed to "ptconfig.h" (for later installation in 
    /usr/local/include)

Version 2.0.0.pre3 (23/7/1998):

  - Initial alpha release (wow)
  - Format conversion integrated
  - Changes to makefile structure (allows 'make debug' now)
  - Quite a few primitive functions changed to inline

Version 2.0.0.pre2 (18/7/1998):

  - 8 bit mode support added (palette support)
  - Native window open routine added
  - Makefile hierarchy created
  - Configure script updated and checked on SGI
  - shm falls back to normal image if initialisation fails
  - Hierarchy sane again, back to the original constructors in Base.h
  - Optimisation level decreased to -O2 because of gcc bugs

Version 2.0.0.pre1 (14/7/1998):
  
  Initial implementation of the 2.0 API
