diff --git a/ChangeLog b/ChangeLog index 3c1fb950..2a0c149a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2.0.2: Ludovic Rousseau +3 March 2024 +- SCardConnect() & SCardReconnect(): restrict the protocol used +- negotiate PTS also for the backup protocol +- pcscd.8: + . document --disable-polkit + . add "CONFIGURATION FILE" section +- Some other minor improvements + 2.0.1: Ludovic Rousseau 24 November 2023 - SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit) diff --git a/configure.ac b/configure.ac index 93e29b87..243f9bc0 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite], [2.0.1]) +AC_INIT([pcsc-lite], [2.0.2]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip) AC_CONFIG_HEADERS([config.h])