**********************************************************************
*** Changes in version 0.90 (released 31-Dec-2008):

- This version is updated to support version 3 of the pcsc-lite IFD
  handler API, and works without modification with current versions of
  pcsc-lite and pcscd.  It will also work with older versions, with
  some reduction in functionality.

- Support is added for hotplugging using libusb on platforms where it
  is available, or using libhal on Linux.  Note that when libusb is
  used, you must arrange for something to run 'pcscd --hotplug' any
  time a new egate device appears on the USB bus, or it will not be
  detected.  Alternately, run pcscd with --force-reader-polling to
  force pcscd to poll for readers.  This situation may be improved
  in a future release.

- The driver is now capable of supporting multiple egate devices at
  once.

- This version has an improved build system using GNU autoconf and
  related tools.


**********************************************************************
*** Changes in version 0.05:

01/01/04 -- (Phil) Added better MacOS-X support.


**********************************************************************
*** Changes in version 0.04:

04/02/03 -- (Phil) Added Chaskiel's patch to rev to 0.40 which he says
provides correct handling of 256 byte responses as well as some debug clean
ups.  Added some basic documentation (this ChangeLog, README, and
PROTOCOL).  Added an install rule to the Makefile as well as the debug
flag.  I removed local header files which are standard pcsc-lite headers
normally found in /usr/local/include, to reduce the possibility of
versioning conflicts in the future.
