diff --git a/ChangeLog b/ChangeLog index 8fd8bf07..c548ba82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2.1.0: Ludovic Rousseau +12 April 2024 +- LIBPCSCLITE_DELEGATE is used to redirect to another libpcsclite library +- setup_spy.sh displays the LIBPCSCLITE_DELEGATE value to use for spying +- provides libfake.c as a sample source code +- Some other minor improvements + 2.0.3: Ludovic Rousseau 3 March 2024 - add SCARD_E_UNKNOWN_RES_MNG back diff --git a/configure.ac b/configure.ac index de22327b..8736a9e7 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite], [2.0.3]) +AC_INIT([pcsc-lite], [2.1.0]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip foreign subdir-objects) AC_CONFIG_HEADERS([config.h])