From c783224e5109258a17856f9ef90c044093bfc949 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 11 May 2022 17:06:28 +0200 Subject: [PATCH] Release 1.9.6 Signed-off-by: Ludovic Rousseau --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a2fa5cc..3c64d12b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1.9.6: Ludovic Rousseau +11 May 2022 +- do not fail reader removal in some specific cases (USB/Thunderbolt port) +- improve documentation regarding /etc/reader.conf.d/ +- SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON +- configure: + . add --disable-strict option + By default the compiler arguments are now: + -Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS} + . fail if flex is not found +- fix different data races +- pcscdaemon: -v displays internal constants values: + MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS +- Some other minor improvements + + 1.9.5: Ludovic Rousseau 4 December 2021 - pcscd: autoexit even if no client connects @@ -6,11 +22,13 @@ - Add and use tag TAG_IFD_DEVICE_REMOVED - UnitaryTests: port code to Python 3 + 1.9.4: Ludovic Rousseau 1 October 2021 - fix a memory leak when libusb is used for hotplug (i.e. non-Linux systems) + 1.9.3: Ludovic Rousseau 6 August 2021 - fix a stupid regression with systemd introduced in the previous version diff --git a/configure.ac b/configure.ac index 718e269a..1046c808 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite],[1.9.5]) +AC_INIT([pcsc-lite],[1.9.6]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip) AC_CONFIG_HEADERS([config.h])