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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 7 11:36:44 UTC 2012


Author: rousseau
Date: Sun Oct  7 11:36:44 2012
New Revision: 6470

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6470
Log:
Release 1.4.8

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

Modified: trunk/Drivers/ccid/README
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/README?rev=6470&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Sun Oct  7 11:36:44 2012
@@ -117,6 +117,20 @@
 
 History:
 ========
+
+1.4.8 - 22 June 2012, Ludovic Rousseau
+    -Add support of
+       . SCR3310-NTTCom USB (waw removed in version 1.4.6)
+       . Inside Secure VaultIC 420 Smart Object
+       . Inside Secure VaultIC 440 Smart Object
+    - Wait up to 3 seconds for reader start up
+    - Add support of new PC/SC V2 part 10 properties:
+        . dwMaxAPDUDataSize
+        . wIdVendor
+        . wIdProduct
+    - Use helper functions from libPCSCv2part10 to parse the PC/SC v2
+      part 10 features
+
 
 1.4.7 - 22 June 2012, Ludovic Rousseau
     -Add support of

Modified: trunk/Drivers/ccid/configure.ac
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.ac?rev=6470&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.ac (original)
+++ trunk/Drivers/ccid/configure.ac Sun Oct  7 11:36:44 2012
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.7])
+AC_INIT([ccid],[1.4.8])
 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