From be1c2a6532444cfa4a65065fe0b527fbd53033e8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Tue, 24 Dec 2024 10:10:04 +0100 Subject: [PATCH] Release 2.3.1 Signed-off-by: Ludovic Rousseau --- ChangeLog | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b6c0629..06ac2271 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2.3.1: Ludovic Rousseau +24 December 2024 +- Install a default /etc/default/pcscd file +- auth.c: implement polkit support for FreeBSD +- meson: + . also build static version of libpcsclite + . add options to disable polkit and libsystemd + . add "filter_names" in features when needed +- Doxygen: document dwCurrentState use for "\\?PnP?\Notification" +- Some other minor improvements + 2.3.0: Ludovic Rousseau 3 August 2024 - SCardGetStatusChange(): add the number of reader events diff --git a/meson.build b/meson.build index ad93d6da..9cb3a2b8 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project('pcsc-lite', 'c', meson_version : '>=0.58.0', - version : '2.3.0') + version : '2.3.1') # for config.h conf_data = configuration_data({