[Pcsclite-git-commit] [PCSC] 01/01: Release 1.8.16
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sun Mar 20 15:58:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository PCSC.
commit 55fa57fc691b732535fc3384a214b1daa133a127
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun Mar 20 16:57:30 2016 +0100
Release 1.8.16
---
ChangeLog | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 00f394c..fe34ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1.8.16: Ludovic Rousseau
+20 March 2016
+- SCardCancel() was not correctly handled
+ When a SCardGetStatusChange() was cancelled then a next PC/SC call
+ after the SCardGetStatusChange() may fail with a strange error code if
+ the event waited in SCardGetStatusChange() occurs.
+- Doxygen: fix different documentation issues
+- SCARD_SCOPE_GLOBAL is now defined in a public header (even if never used)
+- Enable Trace and Profile features using compiler flags and without
+ modifying the source code
+- Some other minor improvements and bug corrections
+
+
1.8.15: Ludovic Rousseau
25 December 2015
- Add support of remove and/or customize PC/SC reader names using
diff --git a/configure.ac b/configure.ac
index 4840e11..28d53bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.69])
-AC_INIT([pcsc-lite],[1.8.15])
+AC_INIT([pcsc-lite],[1.8.16])
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