Sun Feb 22 03:32:52 CEST 2004
- test with pcsc-lite-1.2.0
- remove unnecessary initialisation of variables
- add prototype for SCardUnload()
- remove advertising clause from license

Sun Jul 27 22:54:57 CEST 2003 - 0.7
- corrected email address of author
- minor documentation cleanup
- remove missing constants
- fixed a bug involving a SCardTransmit semantics change

Mon Jun  3 03:45:40 CEST 2002 - 0.6
changes for pcsc-lite-1.1.0:
- removed PCSCLITE_CARD_CONFIG, PCSCLITE_IPC_DIR, PCSCLITE_SHM_FILE
- use SCARD_PROTOCOL_ANY in pcsclient.rb, thanks to
  Andreas Jellinghaus <aj@dungeon.inka.de>

Thu Dec 27 00:56:25 CET 2001 - 0.5
changes for pcsc-lite-1.0.2.beta2:
- added PCSC_Context_SetTimeout, PCSC_Context_Cancel,
  PCSC_Context_ListReaderGroups
- renamed PCSC_Handle_Cancel to PCSC_Handle_CancelTransaction
- got rid of DWORD and LONG, using "unsigned long" and "long" instead
- added PCSCLITE_IPC_DIR constant
- documentation fixes

Thu Nov  8 07:34:54 CET 2001 - 0.4
- fixed a bug in PCSC_Handle_Transmit, where SCARD_E_INSUFFICIENT_BUFFER
  was returned due to pcbRecvLength being 0. This incompatibility
  appeared with pcsc-lite 1.0.1.
- expanded "disconnect" in pcsclient.rb

Fri Nov  2 02:53:45 CET 2001 - 0.3
- added test/pcsclient.rb
- removed a debug statement in pcsc_handle.c
- moved directory test/ to examples/, corrected documentation
- added spaces in hexify()

Sun Oct 28 20:54:25 CET 2001 - 0.2
- fixed a bug in Handle::Status(), empty status reports
- added the module function "hexify" for printing ATRs and card responses
- some cosmetic changes
- documentation fixes
