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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Aug 12 21:43:09 UTC 2013


Author: rousseau
Date: 2013-08-12 21:43:09 +0000 (Mon, 12 Aug 2013)
New Revision: 6729

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


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2013-08-12 18:46:18 UTC (rev 6728)
+++ trunk/Drivers/ccid/README	2013-08-12 21:43:09 UTC (rev 6729)
@@ -118,6 +118,22 @@
 History:
 ========
 
+1.4.12 - 12 August 2013, Ludovic Rousseau
+    - Add support of
+      . HID OMNIKEY 5127 CK
+      . HID OMNIKEY 5326 DFR
+      . HID OMNIKEY 5427 CK
+      . Ingenico WITEO USB Smart Card Reader (Base and Badge)
+      . SecuTech SecuTech Token
+    - Add support of card movement notifications for multi-slot readers
+    - Check libusb is at least at version 1.0.8
+    - Get the serialconfdir value from pcsc-lite pkg config instead of
+      using $(DESTDIR)/$(sysconfdir)/reader.conf.d/
+    - Disable class driver on Mac OS X
+    - Update the bundle name template to include the vendor name
+    - some minor bugs removed
+
+
 1.4.11 - 12 June 2013, Ludovic Rousseau
     - Add support of
        . Gemalto IDBridge CT30

Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2013-08-12 18:46:18 UTC (rev 6728)
+++ trunk/Drivers/ccid/configure.ac	2013-08-12 21:43:09 UTC (rev 6729)
@@ -6,7 +6,7 @@
 # Require autoconf 2.61
 AC_PREREQ([2.69])
 
-AC_INIT([ccid],[1.4.11])
+AC_INIT([ccid],[1.4.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