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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Aug 15 15:39:46 UTC 2010


Author: rousseau
Date: Sun Aug 15 15:39:38 2010
New Revision: 5135

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5135&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Sun Aug 15 15:39:38 2010
@@ -1,3 +1,14 @@
+pcsc-lite-1.6.3: Ludovic Rousseau
+15 August 2010
+- "/reader.conf.d" is only appended to sysconfdir if no value of
+  sysconfdir is provided
+- eefine LPSCARD_READERSTATE since this is used in the MSDN prototype.
+  Use LPSCARD_READERSTATE in winscard.h instead of (SCARD_READERSTATE *)
+  to mimic the MSDN API.
+- fix a pcscd crash when the application uses a PCSC handle after a
+  fork. The crash was with openvpn.
+- some other minor improvements and bug corrections
+
 pcsc-lite-1.6.2: Ludovic Rousseau
 4 August 2010
 - implement a "Forced suicide" mechanism.

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5135&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Sun Aug 15 15:39:38 2010
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.6.2)
+AC_INIT(pcsc-lite, 1.6.3)
 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