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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Apr 29 12:31:43 UTC 2009


Author: rousseau
Date: Wed Apr 29 12:31:43 2009
New Revision: 3470

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=3470&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Apr 29 12:31:43 2009
@@ -1,3 +1,28 @@
+pcsc-lite-1.5.3: Ludovic Rousseau
+29 April 2009
+- SCardEstablishContext(): check we do not reuse an already allocated
+  hContext
+  Thanks to Daniel Nobs for the bug report and patch
+- pcsclite.h: add missing SCARD_E_* and SCARD_W_* return code. They are
+  unused by pcsc-lite but defined on Windows
+- reader.h: add PIN_PROPERTIES_STRUCTURE structure and FEATURE_IFD_PIN_PROPERTIES
+  Thanks to Martin Paljak for the patch
+- remove powermgt_macosx.c since it is using APSL version 1.1 instead of
+  the BSD-like licence like the other files 
+  Thanks to Stanislav Brabec for the bug report
+- avoid a possible crash due to a race condition
+  Thanks to Matheus Ribeiro for the patch
+- change default log level from PCSC_LOG_INFO to PCSC_LOG_ERROR to limit
+  syslog pollution
+- CardDisconnect(): call RFUnlockAllSharing() instead of
+  RFUnlockSharing() to release all nested locks. The problem occurs if
+  SCardBeginTransaction() are made without corresponding
+  SCardEndTransaction().  OpenSC "pkcs11-tool -I" exhibits such a
+  behavior.
+  Thanks to Marc Rios Valles for the bug report
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.5.2: Ludovic Rousseau
 6 February 2009
 - SCardGetStatusChange(): return if the state of the reader changed

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=3470&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Apr 29 12:31:43 2009
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.5.2)
+AC_INIT(pcsc-lite, 1.5.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