[Pcsclite-cvs-commit] r5108 - in /trunk/Drivers/ccid: README configure.in
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Aug 4 13:21:35 UTC 2010
Author: rousseau
Date: Wed Aug 4 13:21:33 2010
New Revision: 5108
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5108
Log:
release 1.4.0
Modified:
trunk/Drivers/ccid/README
trunk/Drivers/ccid/configure.in
Modified: trunk/Drivers/ccid/README
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/README?rev=5108&op=diff
==============================================================================
--- trunk/Drivers/ccid/README (original)
+++ trunk/Drivers/ccid/README Wed Aug 4 13:21:33 2010
@@ -132,6 +132,24 @@
History:
========
+
+1.4.0 - 4 August 2010, Ludovic Rousseau
+ - add support of Kingtrust Multi-Reader, Dectel CI692, Todos CX00,
+ C3PO LTC36, ACS AET65, Broadcom 5880, Tianyu Smart Card Reader,
+ Gemalto Hybrid Smartcard Reader
+ - Add support of the SCM SDI 010 again. At least the contact
+ interface can be used.
+ - Use libusb-1.0 instead of libusb-0.1
+ - add support of TAG_IFD_STOP_POLLING_THREAD and use of the
+ asynchronous libusb API to be able to stop a transfer.
+ - Request pcsc-lite 1.6.2 minimum (instead of 1.6.0) to have
+ TAG_IFD_STOP_POLLING_THREAD defined
+ - The O2MICRO OZ776 patch (for OZ776, OZ776_7772, REINER_SCT and
+ BLUDRIVEII_CCID) is no more supported with libusb-1.0
+ - correctly get the IFSC from the ATR (ATR parsing was not always
+ correct)
+ - some minor bugs removed
+
1.3.13 - 4 June 2010, Ludovic Rousseau
- much faster warm start (up to 3.8 second gained)
Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=5108&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Wed Aug 4 13:21:33 2010
@@ -6,7 +6,7 @@
# Require autoconf 2.61
AC_PREREQ(2.61)
-AC_INIT(ccid, 1.3.13)
+AC_INIT(ccid, 1.4.0)
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