Skip to content

Commit da69dda

Browse files
Release 2.2.0
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 6cec18a commit da69dda

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.2.0: Ludovic Rousseau
2+
3 May 2024
3+
- provide files for meson build tool (replaces autoconf/auoomake)
4+
- fix a missing symbol in libpcscspy (bug introduced by the previous version)
5+
- fix shutdown issues with hotplug_libusb
6+
- update pcsc-spy manpage
7+
- update copyright date
8+
- Some other minor improvements
9+
110
2.1.0: Ludovic Rousseau
211
12 April 2024
312
- LIBPCSCLITE_DELEGATE is used to redirect to another libpcsclite library

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.69])
55

6-
AC_INIT([pcsc-lite], [2.1.0])
6+
AC_INIT([pcsc-lite], [2.2.0])
77
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
88
AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip foreign subdir-objects)
99
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)