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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Feb 22 22:17:00 UTC 2011


Author: rousseau
Date: Tue Feb 22 22:16:54 2011
New Revision: 5628

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5628&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Tue Feb 22 22:16:54 2011
@@ -1,3 +1,16 @@
+pcsc-lite-1.6.7: Ludovic Rousseau
+22 February 2011
+- better Mac OS X support
+- Fix Alioth bug [#312960] SCardDisconnect when other context has transaction
+- add support of multi-interfaces readers with libusb and not just libhal
+- add a API tracing feature in the client side (#define DO_TRACE)
+- allow the use of tracing and profiling features from different
+  application threads
+- fix a problem with a multi-slots reader
+- fix minor problems detected by the clang tool
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.6.6: Ludovic Rousseau
 12 December 2010
 - SCardGetStatusChange(): fix a bug on 64-bits systems

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5628&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Tue Feb 22 22:16:54 2011
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.6.6)
+AC_INIT(pcsc-lite, 1.6.7)
 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