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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Jun 27 08:04:57 UTC 2008


Author: rousseau
Date: Fri Jun 27 08:04:57 2008
New Revision: 3032

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=3032&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Fri Jun 27 08:04:57 2008
@@ -1,3 +1,23 @@
+pcsc-lite-1.4.102: Ludovic Rousseau
+27 June 2008
+- pcscd -v now displays the enabled features 
+- add support of SCARD_AUTOALLOCATE in SCardListReaders(),
+  SCardListReaderGroups() and SCardGetAttrib
+- add SCardFreeMemory()
+- try to use the reader polling thread also for the other slots on a
+  multi-slots reader
+- solve a possible crash with SCardCancel() in multithreading environment
+- SCardConnect(), SCardReconnect(): do not check the parameter
+  dwPreferredProtocols if dwShareMode == SCARD_SHARE_DIRECT
+  This is used on contactless readers to talk to the reader without any
+  card and "random" value of dwPreferredProtocols
+- better support of driver termination (when pcscd exits)
+- kill the driver polling thread only if the driver supports it
+  (declared using TAG_IFD_POLLING_THREAD_KILLABLE)
+- generate a .tar.bz2 archive (smaller than the .tar.gz archive)
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.4.101: Ludovic Rousseau
 30 April 2008
 - support for fork(). Handles are now invalid in the child process

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=3032&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Fri Jun 27 08:04:57 2008
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.4.101)
+AC_INIT(pcsc-lite, 1.4.102)
 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