[Pcsclite-git-commit] [PCSC] 01/01: Release 1.8.21

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat May 20 15:13:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 828eb05b5c2200d33ca00dffbb3296b06b742a3d
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat May 20 17:11:50 2017 +0200

    Release 1.8.21
    
    Signed-off-by: Ludovic Rousseau <ludovic.rousseau at free.fr>
---
 ChangeLog    | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d256717..a91acdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1.8.21: Ludovic Rousseau
+20 May 2017
+- SCardCancel():
+  . fix a race condition bug
+  . fix a possible use after free
+  . improve Doxygen documentation
+- SCardGetStatusChange(): fix a race condition when a reader is removed
+- SCardDisconnect(): fix status update for SCARD_UNPOWER_CARD
+- pcsc_stringify_error(): use Thread-local storage
+- pcsc_stringify_error() now returns a const char *
+- SCardControl() may return SCARD_E_INSUFFICIENT_BUFFER when
+  pbRecvBuffer is not big enough to receive the card response.
+- Fix compilation error with GCC 4.9
+- UnitaryTests: add support of Python 3
+- pcsc-spy: add support of Python 3
+- Some other minor improvements
+
+
 1.8.20: Ludovic Rousseau
 30 December 2016
 - Fix a crash and potential security issue in pcscd
diff --git a/configure.ac b/configure.ac
index 8eea5e3..b6fe08e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.20])
+AC_INIT([pcsc-lite],[1.8.21])
 AC_CONFIG_SRCDIR(src/pcscdaemon.c)
 AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
 AC_CONFIG_HEADERS([config.h])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list