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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Dec 12 10:07:51 UTC 2010


Author: rousseau
Date: Sun Dec 12 10:07:45 2010
New Revision: 5442

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5442&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Sun Dec 12 10:07:45 2010
@@ -1,3 +1,9 @@
+pcsc-lite-1.6.6: Ludovic Rousseau
+12 December 2010
+- SCardGetStatusChange(): fix a bug on 64-bits systems
+- Fix another bug because of a regression in internal list manager
+
+
 pcsc-lite-1.6.5: Ludovic Rousseau
 3 December 2010
 - Power on the card _only_ if an application requests a connection.

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5442&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Sun Dec 12 10:07:45 2010
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.6.5)
+AC_INIT(pcsc-lite, 1.6.6)
 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