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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Feb 14 09:19:48 UTC 2014


Author: rousseau
Date: 2014-02-14 09:19:48 +0000 (Fri, 14 Feb 2014)
New Revision: 6846

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


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2014-02-14 09:16:01 UTC (rev 6845)
+++ trunk/Drivers/ccid/README	2014-02-14 09:19:48 UTC (rev 6846)
@@ -118,8 +118,39 @@
 History:
 ========
 
-1.4.14 - 25 NOvember 2013, Ludovic Rousseau
+1.4.15 - 14 February 2014, Ludovic Rousseau
     - Add support of
+      . DUALi DRAGON NFC READER
+      . Feitian bR301
+      . Gemalto CR30 reader in serial communication
+      . Gemalto Ezio Shield Pro SC
+      . IIT E.Key Almaz-1C
+    - PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of
+      the command length after pcsc-lite 1.8.9 (October 2013) changed
+      the PCSC/reader.h header
+    - Add specific PIN min (0) & max (25) sizes for SmartTerminal
+      ST-2xxx
+    - Do not get the data rates if bNumDataRatesSupported = 0
+    - Support Gemalto features for pinpad readers MinimumPINSize,
+      MaximumPINSize and bEntryValidationCondition are fetched from the
+      reader firmware
+    - disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG
+    - examples/scardcontrol.c:
+      . Parse codes returned by a pinpad (as SW1/SW2)
+        Known codes for now are:
+        0x9000: Success
+        0x6400: Timeout
+        0x6401: Cancelled by user
+        0x6402: PIN mismatch
+        0x6403: Too short or too long PIN
+      . Retrieve min and max PIN sizes from the driver
+      . Retrieve bEntryValidationCondition from the driver
+    - be more strict for bInterfaceClass = 255 by also checking extra_length
+    - some minor bugs removed
+
+
+1.4.14 - 25 November 2013, Ludovic Rousseau
+    - Add support of
       . Gemalto GemCore SIM Pro firmware 2.0 (using USB)
     - report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers
     - Generalize the management of (old) readers with bDeviceClass = 0xFF

Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2014-02-14 09:16:01 UTC (rev 6845)
+++ trunk/Drivers/ccid/configure.ac	2014-02-14 09:19:48 UTC (rev 6846)
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.14])
+AC_INIT([ccid],[1.4.15])
 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