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

rousseau at alioth.debian.org rousseau at alioth.debian.org
Tue Jun 19 19:10:35 UTC 2007


Author: rousseau
Date: 2007-06-19 19:10:35 +0000 (Tue, 19 Jun 2007)
New Revision: 2570

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


Modified: trunk/PCSC/ChangeLog
===================================================================
--- trunk/PCSC/ChangeLog	2007-06-19 19:10:19 UTC (rev 2569)
+++ trunk/PCSC/ChangeLog	2007-06-19 19:10:35 UTC (rev 2570)
@@ -1,4 +1,12 @@
 pcsc-lite-1.4.2: Ludovic Rousseau
+19 June 2007
+- correctly handle lock (SCardBeginTransaction) when the locked card is
+  removed.
+- correct a buffer overflow introduced in 1.4.2 when extended APDU are
+  used
+- some other minor improvements and bug corrections
+
+pcsc-lite-1.4.2: Ludovic Rousseau
 23 May 2007
 - add a Lock counter so that SCardBeginTransaction/SCardEndTransaction
   can be nested

Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2007-06-19 19:10:19 UTC (rev 2569)
+++ trunk/PCSC/configure.in	2007-06-19 19:10:35 UTC (rev 2570)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.4.2)
+AC_INIT(pcsc-lite, 1.4.3)
 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