Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Apr 12, 2024
1 parent 2077739 commit e50c01e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit e50c01e

Please sign in to comment.