Important!

Blog moved to https://blog.apdu.fr/

I moved my blog from https://ludovicrousseau.blogspot.com/ to https://blog.apdu.fr/ . Why? I wanted to move away from Blogger (owne...

Wednesday, August 5, 2015

New version of pcsc-lite: 1.8.14

I just released a new version of pcsc-lite 1.8.14.
pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.

Changes:
1.8.14: Ludovic Rousseau
5 August 2015
  • Threading: lock the PC/SC context in a safe way
  • Threading: lock the card context in a safe way
  • SCardGetStatusChange(): fix card movement rare bug
  • Doxygen:
    • SCardTransmit() may return SCARD_E_INSUFFICIENT_BUFFER
    • SCardEndTransaction() The disposition is used and the dwDisposition parameter has an effect.
    • SCardReconnect() do not release locks
    • fix typos
  • Move the source code repository from subversion to git
  • Use asprintf(3) instead of strlcat(3) and strlcpy(3)
  • Allow to use pcscd in a remote session (polkit issue)
  • Some other minor improvements and bug corrections