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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Sep 13 16:25:24 UTC 2014


Author: rousseau
Date: 2014-09-13 16:25:24 +0000 (Sat, 13 Sep 2014)
New Revision: 6982

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


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2014-09-13 12:45:21 UTC (rev 6981)
+++ trunk/Drivers/ccid/README	2014-09-13 16:25:24 UTC (rev 6982)
@@ -118,6 +118,20 @@
 History:
 ========
 
+1.4.18 - 13 September 2014, Ludovic Rousseau
+    - Add support of
+      . Cherry Cherry TC 1100
+      . Cherry Smart Card Reader USB
+      . Cherry Smartcard Keyboard G87-1xx44
+      . FujitsuTechnologySolutions GmbH Keyboard KB SCR2
+      . Lenovo Lenovo USB Smartcard Keyboard
+      . Yubico Yubikey NEO OTP+U2F+CCID
+      . Yubico Yubikey NEO U2F+CCID
+      . eID_R6 001 X8
+    - fix support of Omnikey CardMan 3121
+    - reduce memory consumed when configured with --enable-embedded 
+    - prepare the port to UEFI
+
 1.4.17 - 11 June 2014, Ludovic Rousseau
     - Add support of
       . Feitian R502

Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2014-09-13 12:45:21 UTC (rev 6981)
+++ trunk/Drivers/ccid/configure.ac	2014-09-13 16:25:24 UTC (rev 6982)
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.17])
+AC_INIT([ccid],[1.4.18])
 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