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(): 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