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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jul 28 21:44:42 UTC 2009


Author: rousseau
Date: Tue Jul 28 21:44:42 2009
New Revision: 4349

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=4349&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Tue Jul 28 21:44:42 2009
@@ -1,3 +1,17 @@
+pcsc-lite-1.5.5: Ludovic Rousseau
+28 July 2009
+- add the reader interface name if provided by the device
+- SCardTransmit(): return SCARD_E_UNSUPPORTED_FEATURE if
+  SCARD_PROTOCOL_RAW is requested by unsupported
+- SCardConnect() and SCardReconnect(): set dwActiveProtocol to
+  SCARD_PROTOCOL_UNDEFINED if SCARD_SHARE_DIRECT is used (conform to
+  MSDN). Contrary to Windows winscard behavior, the reader is accessed in
+  shared mode and not exclusive mode if SCARD_SHARE_DIRECT is used.
+- SCardControl(): correctly check for buffer overflow (bug introduced in
+  pcsc-lite 1.5.4)
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.5.4: Ludovic Rousseau
 24 June 2009
 - SCardGetStatusChange() works again. It was broken in some cases since

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=4349&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Tue Jul 28 21:44:42 2009
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.5.4)
+AC_INIT(pcsc-lite, 1.5.5)
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AM_CONFIG_HEADER(config.h)




More information about the Pcsclite-cvs-commit mailing list