[Pcsclite-cvs-commit] r4931 - in /trunk/Drivers/ccid: README configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat May 8 09:54:37 UTC 2010


Author: rousseau
Date: Sat May  8 09:54:35 2010
New Revision: 4931

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4931
Log:
release 1.3.12

Modified:
    trunk/Drivers/ccid/README
    trunk/Drivers/ccid/configure.in

Modified: trunk/Drivers/ccid/README
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/README?rev=4931&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Sat May  8 09:54:35 2010
@@ -132,6 +132,52 @@
 
 History:
 ========
+
+1.3.12 - 8 May 2010, Ludovic Rousseau
+    - add support of Todos AGM2 CCID, Cherry SmartTerminal XX7X, Smart
+      SBV280, Ask CPL108, German Privacy Foundation Crypto Stick v1.2,
+      id3 CL1356T5, Covadis Auriga, GoldKey PIV Token, Vasco DIGIPASS
+      KEY 860, Vasco DIGIPASS KEY 200, Vasco DP855, Vasco DP865, Atmel
+      AT90SCR100, Atmel AT90SCR050, Atmel VaultIC420, Atmel VaultIC440,
+      Atmel VaultIC460, KOBIL Smart Token, KOBIL mIDentity 4smart, KOBIL
+      mIDentity 4smart AES, KOBIL mIDentity visual, KOBIL mIDentity
+      fullsize, KOBIL mIDentity 4smart fullsize AES, SCM SCR3500
+    - remove support of Smart SBV280 on manufacturer request. They use
+      libusb directly.
+    - remove support of SCM SDI 010 on manufacturer request since not
+      supported by my driver
+    - Enable the Broadcom 5880 reader. It should work after a firmware
+      upgrade.
+    - better support of Dell keyboard
+    - better support of multislot readers (like the GemCore SIM Pro)
+    - better support of SCM SCR3310
+    - better support of ICCD version A devices
+    - The Covadis Véga-Alpha reader is a GemPC pinpad inside. So we use
+      the same code to:
+      . load the strings for the display
+      . avoid limitation of the reader
+    - IFDHControl(): the (proprietary) get firmware version escape
+      command is allowed with a Gemalto reader
+      . the (proprietary) switch interface escape command is allowed on
+      the Gemalto GemProx DU
+      . return IFD_ERROR_NOT_SUPPORTED instead of
+      IFD_COMMUNICATION_ERROR if the dwControlCode value is not
+      supported
+      . return IFD_ERROR_INSUFFICIENT_BUFFER when appropriate
+    - IFDHGetCapabilities(): add support of SCARD_ATTR_ICC_PRESENCE and
+      SCARD_ATTR_ICC_INTERFACE_STATUS
+    - support FEATURE_GET_TLV_PROPERTIES
+    - add support of IOCTL_FEATURE_GET_TLV_PROPERTIES bMinPINSize &
+      bMaxPINSize for Gemalto Pinpad V1 & Covadis Véga-Alpha
+    - support extended APDU of up to 64kB with APDU readers.
+    - get the language selected during Mac OS X installation as language
+      to use for Covadis Véga-Alpha and Gemalto GemPC PinPad pinpad
+      readers
+    - FEATURE_MCT_READER_DIRECT is also supported by the Kobil mIDentity
+      visual
+    - better support of Sun Studio CC
+    - some minor bugs removed
+
 
 1.3.11 - 28 July 2009, Ludovic Rousseau
     - add support of Raritan D2CIM-DVUSB VM/CCID, Feitian SCR301,

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=4931&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Sat May  8 09:54:35 2010
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ(2.61)
 
-AC_INIT(ccid, 1.3.11)
+AC_INIT(ccid, 1.3.12)
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)




More information about the Pcsclite-cvs-commit mailing list