[Pcsclite-cvs-commit] r3306 - in /trunk/PCSC: ChangeLog configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Feb 6 13:21:22 UTC 2009


Author: rousseau
Date: Fri Feb  6 13:21:21 2009
New Revision: 3306

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3306
Log:
release 1.5.2

Modified:
    trunk/PCSC/ChangeLog
    trunk/PCSC/configure.in

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=3306&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Fri Feb  6 13:21:21 2009
@@ -1,3 +1,19 @@
+pcsc-lite-1.5.2: Ludovic Rousseau
+6 February 2009
+- SCardGetStatusChange(): return if the state of the reader changed
+  since the previous call. Thanks to Thomas Harning for the patch
+- SCardCancel() no works as expected. It got broken in version 1.5.0.
+  Closes: [#311342] SCardCancel does not cancel an outstanding
+  SCardGetStatusChange
+- log TxBuffer and RxBuffer if the SCardControl() command failed.
+  Closes: [#311376] PCSC_LOG_VERBOSE via -dd; print details of "Card not
+  transacted"
+- add a mutex to avoid a race condition 
+  Closes: [#311377] Race condition in SCardBeginTransaction
+- SCardGetStatusChange() may not return if the reader was removed.
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.5.1: Ludovic Rousseau
 7 January 2009
 - Extended APDU of more than 2048 bytes were corrupted. The problem was

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=3306&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Fri Feb  6 13:21:21 2009
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.5.1)
+AC_INIT(pcsc-lite, 1.5.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