From 5c45145d34b5e7382e0223477ff22de67ef97c77 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 13 May 2022 13:10:29 +0200 Subject: [PATCH] Release 1.9.7 Signed-off-by: Ludovic Rousseau --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c64d12b..5934a6bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.9.7: Ludovic Rousseau +13 May 2022 +- disable strict compilation by default +- fix 3 warnings + + 1.9.6: Ludovic Rousseau 11 May 2022 - do not fail reader removal in some specific cases (USB/Thunderbolt port) diff --git a/configure.ac b/configure.ac index ee403ec3..e4d5571e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite],[1.9.6]) +AC_INIT([pcsc-lite],[1.9.7]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip) AC_CONFIG_HEADERS([config.h])