[Pcsclite-cvs-commit] r6880 - trunk/Drivers/ccid

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sun Mar 23 15:13:34 UTC 2014


Author: rousseau
Date: 2014-03-23 15:13:34 +0000 (Sun, 23 Mar 2014)
New Revision: 6880

Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/configure.ac
Log:
Release 1.4.16


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2014-03-23 15:11:20 UTC (rev 6879)
+++ trunk/Drivers/ccid/README	2014-03-23 15:13:34 UTC (rev 6880)
@@ -118,6 +118,28 @@
 History:
 ========
 
+1.4.16 - 23 March 2014, Ludovic Rousseau
+    - Add support of
+      . Crypto Stick Crypto Stick v1.4
+      . Hewlett Packard USB Smartcard CCID Keyboard
+      . IID AT90S064 CCID READER
+      . INSIDE Secure VaultIC 405 Smart Object
+      . INSIDE Secure VaultIC 441 Smart Object
+      . Microchip SEC1110
+      . Microchip SEC1210
+      . Watchdata W5181
+    - Add support of DRIVER_OPTION_DISABLE_PIN_RETRIES
+      The Gemalto pinpad reader sends a VERIFY command with no PIN value
+      in order to retreive the remaining retries from the card.  Some
+      cards (like the OpenPGP card) do not support this.
+      It is now possible to disable this behavior from the Gemalto
+      Pinpad and Covadis Véga Alpha.
+    - add support of WTX received before SW during Secure Pin Entry Verify
+      The Swiss health care card sends a WTX request before returning
+      the SW code. If the reader is in TPDU and the card is in T=1 the
+      driver must manage the request itself.
+
+
 1.4.15 - 14 February 2014, Ludovic Rousseau
     - Add support of
       . DUALi DRAGON NFC READER

Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2014-03-23 15:11:20 UTC (rev 6879)
+++ trunk/Drivers/ccid/configure.ac	2014-03-23 15:13:34 UTC (rev 6880)
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.15])
+AC_INIT([ccid],[1.4.16])
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip subdir-objects)




More information about the Pcsclite-cvs-commit mailing list