From da69dda356dc79300a997631f94efed7190d30a6 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 3 May 2024 14:56:35 +0200 Subject: [PATCH] Release 2.2.0 Signed-off-by: Ludovic Rousseau --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c548ba82..6b5a77d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2.2.0: Ludovic Rousseau +3 May 2024 +- provide files for meson build tool (replaces autoconf/auoomake) +- fix a missing symbol in libpcscspy (bug introduced by the previous version) +- fix shutdown issues with hotplug_libusb +- update pcsc-spy manpage +- update copyright date +- Some other minor improvements + 2.1.0: Ludovic Rousseau 12 April 2024 - LIBPCSCLITE_DELEGATE is used to redirect to another libpcsclite library diff --git a/configure.ac b/configure.ac index 826531fc..18f5e1cb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite], [2.1.0]) +AC_INIT([pcsc-lite], [2.2.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])