Skip to content

Commit 15c16c7

Browse files
Release 1.9.9
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent d069c58 commit 15c16c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.9.9: Ludovic Rousseau
2+
11 September 2022
3+
- SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit
4+
- Fix SCardReleaseContext() failure on orphan handles
5+
- Fix SCardDisconnect() on orphan handle
6+
- pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters
7+
- Improve the log from pcscd: log the return code in text instead of hex
8+
- Some other minor improvements
9+
10+
111
1.9.8: Ludovic Rousseau
212
11 June 2022
313
- Install install_spy.sh & uninstall_spy.sh scripts in docdir

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.69])
55

6-
AC_INIT([pcsc-lite],[1.9.8])
6+
AC_INIT([pcsc-lite],[1.9.9])
77
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
88
AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
99
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)