Version 0.9.7
* Fixed a critical bug with T=0 error detection in new firmware. The
  new mechanism does not work reliable for all types of cards. The
  mechanism has been disabled. As a result, T=0 error detection and correction
  is not available. This is not critical, as T=0 error correction is not
  likely to occur in usual transactions.

Version 0.9.6
* Fixed a bug with timeout handling in REQUEST_ICC

* Added support for machines with more than 4 serial ports

* Added support for arbitrary ctn values

* Fixed a bug in T=0 protocol ('60' protocol byte in case 3)

* Fixed a bug in timeout handling for WTI=255 (Java Cards)


Version 0.9.5
* Added support for new ECO5000 Firmware

* Fixed a problem with case 0 APDU for T=1

* Fixed problem for memorycards - an error occured when command and response buffer were equal


Version 0.9.4:
* moved all CTBCS-params into the specific functions
 (only function call remains in CT-API)

* renamed files for memorycard support:
	* mc_i2c  -> mc_sdap
	* mc_4442 -> mc_2wbp
	* mc_4428 -> mc_3wbp

* REQUEST ICC / RESET ICC supports specific ATR (for cards not initialized yet)
	(CLA, INS, P1, P2, <LenATR>, b1, b2, ...)
	LenATR = Length of ATR (minimum is 0x02)
	b1, b2, ... = ATR

* Fixed problem with ATR-response while calling REQUEST ICC / RESET ICC

* Full support of SDAP cards (Select, Update, Read)
	SDAP cards from 256 up to 32768 Bytes

* Support for 3WBP cards (Read, Update, Verify, Update_Verification_Data)
  - not supported yet: access to protection memory

* Several minor changes in the code to provide better performance while accessing memory cards

* General performance changes in the code
