[Pcsclite-cvs-commit] r2546 - trunk/PCSC

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed May 23 16:37:52 UTC 2007


Author: rousseau
Date: 2007-05-23 16:37:52 +0000 (Wed, 23 May 2007)
New Revision: 2546

Modified:
   trunk/PCSC/ChangeLog
   trunk/PCSC/configure.in
Log:
release 1.4.2


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2007-05-23 14:27:12 UTC (rev 2545)
+++ trunk/PCSC/ChangeLog	2007-05-23 16:37:52 UTC (rev 2546)
@@ -1,3 +1,15 @@
+pcsc-lite-1.4.2: Ludovic Rousseau
+23 May 2007
+- add a Lock counter so that SCardBeginTransaction/SCardEndTransaction
+  can be nested
+- SCardDisconnect(): do not block if dwDisposition == SCARD_LEAVE_CARD.
+  We block only for SCARD_UNPOWER_CARD, SCARD_RESET_CARD and
+  SCARD_EJECT_CARD since that would impact other running transactions
+- LPTSTR and LPCTSTR types are no more deprecated since they are found
+  in many applications. And using them is not a problem.
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.4.1: Ludovic Rousseau
 16 May 2007
 - do not limit the execution of an APDU to 2 minutes (Thanks to Harsh

Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2007-05-23 14:27:12 UTC (rev 2545)
+++ trunk/PCSC/configure.in	2007-05-23 16:37:52 UTC (rev 2546)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.4.1)
+AC_INIT(pcsc-lite, 1.4.2)
 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