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

Ludovic Rousseau rousseau at alioth.debian.org
Fri Jan 19 20:53:40 CET 2007


Author: rousseau
Date: 2007-01-19 20:53:39 +0100 (Fri, 19 Jan 2007)
New Revision: 2345

Modified:
   trunk/Drivers/ccid/README
   trunk/Drivers/ccid/configure.in
Log:
release 1.2.0


Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README	2007-01-19 19:48:15 UTC (rev 2344)
+++ trunk/Drivers/ccid/README	2007-01-19 19:53:39 UTC (rev 2345)
@@ -207,6 +207,19 @@
 History:
 ========
 
+1.2.0 - 19 January 2006, Ludovic Rousseau
+    - add support for SCARD_ATTR_VENDOR_IFD_VERSION,
+      SCARD_ATTR_VENDOR_NAME and SCARD_ATTR_MAXINPUT tags used by
+      SCardGetAttrib(). Read SCARDGETATTRIB.txt for more documentation
+    - add support for OmniKey CardMan 5125, CardMan 1021, C3PO LTC32,
+      Teo by Xiring, HP USB Smartcard Reader
+    - use --enable-twinserial to build the serial reader driver
+    - use --enable-udev to configure for a use with Linux udev hotplug
+      mechanism. This will allow pcscd to avoid polling the USB bus
+      every 1 second
+    - some minor bugs removed
+
+
 1.1.0 - 11 August 2006, Ludovic Rousseau
     - support Extended APDU (up to 64KB) for readers in TPDU mode (many
       readers) or Extended APDU mode (very rare). This only works for

Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2007-01-19 19:48:15 UTC (rev 2344)
+++ trunk/Drivers/ccid/configure.in	2007-01-19 19:53:39 UTC (rev 2345)
@@ -6,7 +6,7 @@
 # Require autoconf 2.52
 AC_PREREQ(2.52)
 
-AC_INIT(ccid, 1.1.0)
+AC_INIT(ccid, 1.2.0)
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE




More information about the Pcsclite-cvs-commit mailing list