Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Nov 14, 2022
1 parent 67b8251 commit 64a1780
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,34 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
History:
========

1.5.1 - 14 November 2022, Ludovic Rousseau
- Add support of
- Access IS ATR220 with idProduct: 0x0184
- Alcor Link AK9567
- Alcor Link AK9572
- BLUTRONICS TAURUS NFC
- CHERRY SmartTerminal ST-1144
- CREATOR CRT-603(CZ1) CCR
- Dexon Tecnologias Digitais LTDA DXToken
- ESMART Reader ER433x ICC
- ESMART Reader ER773x Dual & 1S
- Flight system consulting Incredist
- Ledger Nano S
- Ledger Nano S Plus
- Ledger Nano SP
- Ledger Nano X
- SafeNet eToken Fusion
- Sensyl SSC-NFC Reader
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- configure.ac: add --enable-strict option
- Fix a problem with AUTO PPS readers and ATR convention inverse cards
- examples/scardcontrol:
- add support of 6A xx error codes
- check WinSCard error early
- parse wLcdLayout & bEntryValidationCondition
- macOS: log non sensitive strings as "%{public}s"
- Some other minor improvements

1.5.0 - 27 January 2022, Ludovic Rousseau
- Add support of
- ACS ACR1281U
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Require autoconf 2.61
AC_PREREQ([2.69])

AC_INIT([ccid],[1.5.0])
AC_INIT([ccid],[1.5.1])
AC_CONFIG_SRCDIR(src/ifdhandler.c)
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip subdir-objects foreign)
Expand Down

0 comments on commit 64a1780

Please sign in to comment.