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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Nov 18 15:59:23 UTC 2008


Author: rousseau
Date: Tue Nov 18 15:59:23 2008
New Revision: 3209

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=3209&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Tue Nov 18 15:59:23 2008
@@ -1,3 +1,26 @@
+pcsc-lite-1.5.0: Ludovic Rousseau
+18 November 2008
+- correctly hanle up to PCSCLITE_MAX_READERS_CONTEXTS readers (instead
+  of PCSCLITE_MAX_READERS_CONTEXTS-1)
+- SCardGetStatusChange()
+  . now returns SCARD_E_TIMEOUT instead of SCARD_S_SUCCESS if dwTimeout
+    == 0 (conform to Windows XP)
+  . add support of reader name \\?PnP?\Notification to detect reader
+    insertion/removal (conform to Windows XP)
+  . if a reader disappear also set SCARD_STATE_UNAVAILABLE in
+    dwEventState (more conform to Windows XP)
+- SCardStatus(): add support of SCARD_AUTOALLOCATE for pcchReaderLen and
+  pcbAtrLen
+- SCardGetStatusChange() now uses asynchronous events instead of polling
+- more and/or better Doxygen documentation
+- SCardTransmit(): correctly pass the pioRecvPci parameter
+- SCardConnect() and SCardReconnect(): correct a bug when two
+  applications were calling SCardConnect() or SCardReconnect() at the
+  exact same time
+- pcscd logs the command name sent by the application (when in debug mode)
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.4.102: Ludovic Rousseau
 27 June 2008
 - pcscd -v now displays the enabled features 

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=3209&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Tue Nov 18 15:59:23 2008
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.4.102)
+AC_INIT(pcsc-lite, 1.5.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