[Pcsclite-cvs-commit] Drivers/ccid README,1.11,1.12

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 04 Nov 2003 23:16:41 +0100


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

Modified Files:
	README 
Log Message:
release 0.3.2


Index: README
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README	28 Oct 2003 16:56:27 -0000	1.11
+++ README	4 Nov 2003 22:16:38 -0000	1.12
@@ -125,6 +125,20 @@
 History:
 ========
 
+0.3.2 - 4 November 2003, Ludovic Rousseau
+    - src/commands.c: correct a stupid bug that occurs with an APDU with
+      2 bytes response.
+    - Info.plist: add SPR 532 in list of supported readers
+    - parse.c: do not exit if the InterfaceClass is 0xFF (proprietary).
+      It is the case with old readers manufactured before the final
+      release of the CCID specs.
+    - move LTC31 reader from unsupported to supported reader list. It
+      was my f ault since in used odd INS byte in my test applet and odd
+      INS bytes are forbidden by ISO 7816-4 ch. 5.4.2 Instruction byte.
+      Thanks to Josep Moné s Teixidor for pointing the problem.
+    - src/commands.c: comment out the automatic GET RESPONSE part. I
+      don't think it should be in the driver. Maybe in pcscd instead?
+
 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