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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Aug 4 07:36:00 UTC 2010


Author: rousseau
Date: Wed Aug  4 07:35:53 2010
New Revision: 5107

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

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

Modified: trunk/PCSC/ChangeLog
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/ChangeLog?rev=5107&op=diff
==============================================================================
--- trunk/PCSC/ChangeLog (original)
+++ trunk/PCSC/ChangeLog Wed Aug  4 07:35:53 2010
@@ -1,3 +1,25 @@
+pcsc-lite-1.6.2: Ludovic Rousseau
+4 August 2010
+- implement a "Forced suicide" mechanism.
+  After 3 Ctrl-C without much reaction from pcscd (in fact the drivers)
+  we force the suicide. Sometimes libusb is blocked in a kind of
+  dead-lock and kill -9 was the only option.
+- Add support of TAG_IFD_STOP_POLLING_THREAD to request the stop of the
+  driver polling function.
+- Avoid a division by 0. Closes [#312555] "simclist bug in pcsc-lite"
+- if pcscd is stared by libpcsclite then close all file handles except
+  stdin, stdout and stderr so that pcscd does not confiscate ressources
+  allocated by the application
+- in case of auto exit create a new session so that Ctrl-C on the
+  application will not also quit pcscd
+- src/hotplug_libusb.c: port from libusb-0.1 to libusb-1.0
+- default configuration is now $sysconfdir/reader.conf.d
+- fix crash with empty config dir
+- src/PCSC/winscard.h: Remove definitions of SCARD_READERSTATE_A
+  PSCARD_READERSTATE_A and LPSCARD_READERSTATE_A types
+- some other minor improvements and bug corrections
+
+
 pcsc-lite-1.6.1: Ludovic Rousseau
 4 June 2010
 - SCardControl(): do not check for card events since we are talking to

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5107&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Wed Aug  4 07:35:53 2010
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.58)
 
-AC_INIT(pcsc-lite, 1.6.1)
+AC_INIT(pcsc-lite, 1.6.2)
 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