pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.
Changes
1.8.24: Ludovic Rousseau
12 October 2018
- the project moved to https://pcsclite.apdu.fr/
SCardGetStatusChange()
: Fix a rare race conditionSCardReleaseContext()
: do not release a lock owned by another contextSCardReconnect()
: suspend card auto power off- Allow "=" in serial driver filenames
- Add the thread id in the pcscd log lines
pcsc-spy : correctly handle incomplete log file- Simclist: avoid to divide by zero in list_findpos()
- Some other minor improvements