[Pcsclite-cvs-commit] r2397 - trunk/PCSC
Ludovic Rousseau
rousseau at alioth.debian.org
Tue Feb 13 21:26:17 CET 2007
Author: rousseau
Date: 2007-02-13 21:26:17 +0100 (Tue, 13 Feb 2007)
New Revision: 2397
Modified:
trunk/PCSC/ChangeLog
trunk/PCSC/configure.in
Log:
release 1.4.0
Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog 2007-02-13 15:55:12 UTC (rev 2396)
+++ trunk/PCSC/ChangeLog 2007-02-13 20:26:17 UTC (rev 2397)
@@ -1,3 +1,21 @@
+pcsc-lite-1.4.0: Ludovic Rousseau
+13 February 2007
+- great speed improvements for SCardBeginTransaction(), SCardReconnect()
+ and SCardDisconnect()
+- SCardConnect(): return SCARD_W_UNPOWERED_CARD if the card is mute
+ instead of returning SCARD_E_PROTO_MISMATCH because the requested
+ protocol is not supported by the (mute) card
+- Ctrl-C works again to stop pcscd on FreeBSD
+- USB polling was not active even if a driver does not support
+ IFD_GENERATE_HOTPLUG.
+- split pcsclite.h in pcsclite.h and an internal pcscd.h. Some
+ application compilations may fail but should not
+- move RESPONSECODE definition from wintypes.h to ifdhandler.h since it
+ should only be used as return type of IFDHandler functions. Some
+ driver compilations may fail
+- some other minor improvements and bug corrections
+
+
pcsc-lite-1.3.3: Ludovic Rousseau
19 January 2007
- add -H --hotplug argument to ask the pcscd daemon to rescan the
Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in 2007-02-13 15:55:12 UTC (rev 2396)
+++ trunk/PCSC/configure.in 2007-02-13 20:26:17 UTC (rev 2397)
@@ -3,7 +3,7 @@
AC_PREREQ(2.58)
-AC_INIT(pcsc-lite, 1.3.3)
+AC_INIT(pcsc-lite, 1.4.0)
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
AM_INIT_AUTOMAKE(1.8)
AM_CONFIG_HEADER(config.h)
More information about the Pcsclite-cvs-commit
mailing list