[Pcsclite-cvs-commit] r2135 - trunk/Drivers/ccid
Ludovic Rousseau
rousseau at costa.debian.org
Fri Aug 11 17:20:57 UTC 2006
Author: rousseau
Date: 2006-08-11 17:20:57 +0000 (Fri, 11 Aug 2006)
New Revision: 2135
Modified:
trunk/Drivers/ccid/README
trunk/Drivers/ccid/configure.in
Log:
release 1.1.0
Modified: trunk/Drivers/ccid/README
===================================================================
--- trunk/Drivers/ccid/README 2006-08-11 17:15:28 UTC (rev 2134)
+++ trunk/Drivers/ccid/README 2006-08-11 17:20:57 UTC (rev 2135)
@@ -191,6 +191,26 @@
History:
========
+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
+ T=1 cards.
+ - add support for C3PO LTC31 (new version), OmniKey CardMan 3021, HP
+ USB Smart Card Keyboard, Actividentity (ActiveCard) Activkey Sim,
+ id3 Semiconductors CL1356D and CL1356T, Alcor Micro AU9520
+ - support the contactless interface of the SCR331-DI-NTTCOM
+ - add support of FreeBSD
+ - increase the USB timeout used for PIN verify/modify to not timeout
+ before the reader
+ - the 4-bytes value returned by CM_IOCTL_GET_FEATURE_REQUEST shall
+ be encoded in big endian as documented in PCSC v2 part 10 ch 2.2
+ page 2. The applications using this feature shall be updated (to
+ respect the PCSC specification).
+ - use ./configure --enable-twinserial to compile and install the the
+ driver for the GemPC Twin serial
+ - some minor bugs removed
+
+
1.0.1 - 22 April 2006, Ludovic Rousseau
- add support for Axalto Reflex USB v3, SCM Micro SDI 010, Winbond
Electronics W81E381 chipset, Gemplus GemPC Card, Athena ASE IIIe
Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in 2006-08-11 17:15:28 UTC (rev 2134)
+++ trunk/Drivers/ccid/configure.in 2006-08-11 17:20:57 UTC (rev 2135)
@@ -6,7 +6,7 @@
# Require autoconf 2.52
AC_PREREQ(2.52)
-AC_INIT(ccid, 1.0.1)
+AC_INIT(ccid, 1.1.0)
AC_CONFIG_SRCDIR(src/ifdhandler.c)
AC_CONFIG_AUX_DIR(build)
AM_INIT_AUTOMAKE
More information about the Pcsclite-cvs-commit
mailing list