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

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Aug 5 10:57:25 UTC 2015


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

rousseau pushed a commit to branch master
in repository PCSC.

commit 2891196bc817619c465920651d342a856d0551a3
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Aug 5 12:55:15 2015 +0200

    Release 1.8.14
---
 ChangeLog    | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 88de3a5..27ac3e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+1.8.14: Ludovic Rousseau
+5 August 2015
+- Threading: lock the PC/SC context in a safe way
+- Threading: lock the card context in a safe way
+- SCardGetStatusChange(): fix card movement rare bug
+- Doxygen:
+  . SCardTransmit() may return SCARD_E_INSUFFICIENT_BUFFER
+  . SCardEndTransaction() The disposition IS used and the dwDisposition
+    parameter HAS an effect.
+  . SCardReconnect() do not release locks
+  . fix typos
+- Move the source code repository from subversion to git
+- Use asprintf(3) instead of strlcat(3) and strlcpy(3)
+- Allow to use pcscd in a remote session (polkit issue)
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.13: Ludovic Rousseau
 7 November 2014
 - fix a systemd + libudev hotplug bug introduced in version 1.8.12.
diff --git a/configure.ac b/configure.ac
index 6c0dd19..91f7787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([pcsc-lite],[1.8.13])
+AC_INIT([pcsc-lite],[1.8.14])
 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