[Pcsclite-cvs-commit] Drivers/ccid README,1.9,1.10

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 23 Sep 2003 09:54:59 +0200


Update of /cvsroot/pcsclite/Drivers/ccid
In directory quantz:/tmp/cvs-serv1204

Modified Files:
	README 
Log Message:
release 0.3.1


Index: README
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- README	23 Sep 2003 07:41:47 -0000	1.9
+++ README	23 Sep 2003 07:54:56 -0000	1.10
@@ -127,6 +127,20 @@
 History:
 ========
 
+0.3.1 - 23 September 2003, Ludovic Rouseau
+    - add --enable-multi-thread (enabled by default) for thread safe
+      support an APDU multiplexing. You will need pcsc-lite-1.2.0-rc3 or
+      above to use this feature.
+    - add --enable-libusb=PATH option is your libusb is not installed in
+      /usr or /usr/local
+    - honor DESTDIR in install rules (closes [ #300110 ]). Thanks to
+      Ville Skyttä for the patch.
+    - src/ccid.c: do not switch the GemPC Key and GemPC Twin in APDU
+      mode since it also swicth in EMV mode and may not work with non
+      EMV cards
+    - src/ccid_serial.c: complete reimplementation of the Twin serial
+      protocol using a finite state automata (code much simpler)
+
 0.3.0 - 10 September 2003, Ludovic Rousseau
     - support of GemPC Twin connected to a serial port. Thanks to Niki
       W. Waibel for a working prototype.