Skip to content

Commit

Permalink
Release 1.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Dec 4, 2021
1 parent e098afc commit d92b5d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.9.5: Ludovic Rousseau
4 December 2021
- pcscd: autoexit even if no client connects
- Fix variable substitution in systemd units
- fix potential race conditions with powerState handling
- Add and use tag TAG_IFD_DEVICE_REMOVED
- UnitaryTests: port code to Python 3

1.9.4: Ludovic Rousseau
1 October 2021
- fix a memory leak when libusb is used for hotplug (i.e. non-Linux
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])

AC_INIT([pcsc-lite],[1.9.4])
AC_INIT([pcsc-lite],[1.9.5])
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit d92b5d4

Please sign in to comment.