From efc56971cb8f8bf9cb44090bb3851d8c1d2a00f7 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Mon, 25 Mar 2019 20:56:43 +0100 Subject: [PATCH] Release 1.8.25 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13d591a1..7e475fe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1.8.25: Ludovic Rousseau +25 March 2019 +- Fix a socket issue when pcscd is used inside LXC container +- pcsc-spy: always provide a total time of execution +- Fix resource leak if SCardEstablishContext() fails +- Fix realloc(3) error handling (possible memory leak) +- Remove usage of function chmod(2) to use fchmod(2) (fix race condition) + + 1.8.24: Ludovic Rousseau 12 October 2018 - the project moved to https://pcsclite.apdu.fr/ diff --git a/configure.ac b/configure.ac index 4e6d9bbe..0fa5168c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.69]) -AC_INIT([pcsc-lite],[1.8.24]) +AC_INIT([pcsc-lite],[1.8.25]) AC_CONFIG_SRCDIR(src/pcscdaemon.c) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip) AC_CONFIG_HEADERS([config.h])