Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Aug 10, 2024
1 parent d2427be commit 778da3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ Licences:
History:
========

1.7.2 - 10 August 2024, Ludovic ROUSSEAU
- 191 new ATRs
- provide meson configuration file
- improve pcsc_scan Windows support
. Use Ctrl-C also on Windows
. Windows can also use option -n
. better output on Windows dumb terminals
- minor fixes and improvements

1.7.1 - 30 December 2023, Ludovic ROUSSEAU
- 64 new ATRs
- configure: Use ATR_analysis by default on GNU/Linux
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])

AC_INIT([pcsc-tools],[1.7.1])
AC_INIT([pcsc-tools],[1.7.2])
AC_CONFIG_SRCDIR([pcsc_scan.c])
AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip foreign])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# regenerate configuration (run from builddir/)
# meson setup --reconfigure --wipe

project('pcsc-tools', 'c', version : '1.7.1')
project('pcsc-tools', 'c', version : '1.7.2')

# for config.h
conf_data = configuration_data({
Expand Down

0 comments on commit 778da3d

Please sign in to comment.