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...

Sunday, June 14, 2020

New version of pcsc-lite: 1.9.0

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

This version includes 2 changes I already documented on this blog:
Because of the major speed improvement I decided to name this version 1.9.0.

Changes

1.9.0: Ludovic Rousseau
14 June 2020
  • SCardEndTransaction(): greatly improve performances (x300)
  • tokenparser: accept any Unicode character in a reader name
  • Use /run instead of /var/run by default
  • Fix a memory leak from a polkit call
  • Some other minor improvements