New version of pcsc-lite: 2.0.1
I just released a new version of pcsc-lite 2.0.1.
pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.
This version also has minor bugs corrected. See the "changes" bellow.
Changes:
- 2.0.1: Ludovic Rousseau
-
24 November 2023
SCardConnect()
: returnSCARD_W_SECURITY_VIOLATION
when needed (polkit)SCardCancel()
: returnSCARD_S_SUCCESS
even if the client already finishedpolkit is enabled by default
libpcscspy: fix a crash with NULL pointers
Doxygen: fix
SCardBeginTransaction()
documentationfix pcscd internal thread safety issues (clang -fsanitize=thread)
Some other minor improvements