TLP Drivers  
 
Drivers to use with readers using the TLP protocol under Linux and Windows.  
 

0.0.1: Initial version

0.0.2: Return an null string ATR if an error occurs while ResetCardAscii
	Unix:
	-----
	Add lock management of the serial port.

0.1.0:
	- tar archive contains version in directory name
	- added copyright file
	- first official release

0.1.2:
	- added TLP documentation
	- changed GetRerrStr() API
	- code cleanup
	Unix:
	-----
	- improved Makefile
	- added 'test' target
	- 'install' now add /usr/local/lib to /etc/ld.co.conf and run
	  ldconfig

0.9.0:
	- InitSerial and CloseSerial renamed InitReader and CloseReader
	- added reader type in InitReader paramaters
	- removed function SetReaderType

0.9.2:
	- changed ISO7816_ErrorStr() to include the status word in the
	  output
	- changed ATR_BUF_SIZE to 600

0.9.4:
	- removed lockf() calls in library
	- added a reset_tlp program

0.9.6:
	- added AUTHORS file
	- added lockf() calls (again)

1.0.0:
	- lib in Debian package

1.0.1:
	- small correction in Debian config script

1.0.2:
	- corrected ISO7816_ErrorStr() call in scsend.c
	- added src/samples/erase_gpk8k.scsend script

1.0.3:
	- better management of /dev/screader link creation

1.0.4:
	- added a timeout to the read system call: the
	  ResetCard[Ascii|Binary] now return an error if no reader is
	  connected instead of blocking for ever.

1.0.5:
	- added real manpages for reset_tlp and scsend
	- debugged Debian debconf installation scripts
	- scsend: the status word is the last two bytes