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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Oct 9 10:00:52 UTC 2013


Author: rousseau
Date: 2013-10-09 10:00:52 +0000 (Wed, 09 Oct 2013)
New Revision: 6766

Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/configure.ac
Log:
release 1.4.13


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2013-10-08 09:34:22 UTC (rev 6765)
+++ trunk/Drivers/ccid/README	2013-10-09 10:00:52 UTC (rev 6766)
@@ -118,6 +118,23 @@
 History:
 ========
 
+1.4.13 - 9 October 2013, Ludovic Rousseau
+    - Add support of
+      . Access IS ePassport Reader
+      . Planeta RC700-NFC CCID
+    - Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST
+      Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses
+      0x42000D48 for SCARD_CTL_CODE(3400)
+      RDP aplications (like rdesktop) will convert SCardControl()
+      commands from a Windows application (so using 0x313520) to
+      pcsc-lite.
+    - fix multi-slot support for card movement notification (introduced
+      in 1.4.12)
+    - Mac OS X: differentiate each libccid library by the dynamic linker
+      using --prefix=/fake/$BUNDLE_ID
+    - some minor bugs removed
+
+
 1.4.12 - 12 August 2013, Ludovic Rousseau
     - Add support of
       . HID OMNIKEY 5127 CK

Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2013-10-08 09:34:22 UTC (rev 6765)
+++ trunk/Drivers/ccid/configure.ac	2013-10-09 10:00:52 UTC (rev 6766)
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.12])
+AC_INIT([ccid],[1.4.13])
 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