From 932d77d7c93c39d8308451497425db1962f53b55 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 24 Nov 2023 17:16:20 +0100 Subject: [PATCH] Release 2.0.1 Signed-off-by: Ludovic Rousseau --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 433492bd..e807ae1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2.0.1: Ludovic Rousseau +24 November 2023 +- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit) +- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished +- polkit is enabled by default +- libpcscspy: fix a crash with NULL pointers +- Doxygen: fix SCardBeginTransaction() documentation +- fix pcscd internal thread safety issues (clang -fsanitize=thread) +- Some other minor improvements + + +9 June 2023 2.0.0: Ludovic Rousseau 9 June 2023 - Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR diff --git a/configure.ac b/configure.ac index 8ca652bd..93e29b87 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite], [2.0.0]) +AC_INIT([pcsc-lite], [2.0.1]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip) AC_CONFIG_HEADERS([config.h])