diff --git a/README.md b/README.md index d21559f7..4d365f85 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,18 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. History: ======== +1.5.2 - 31 January 2023, Ludovic Rousseau + - Add support of + - KAPELSE KAP-LINK + - LDU LANDI + - Sensyl SSC-HV Reader + - TOKEN2 MFA NFC Reader + - TOKEN2 Molto2 + - Thales RF Reader + - Alcor Micro AU9560: Remove high speeds since they are not supported + - Hack for AlcorMicro AU9560 and Acos-ID card + - configure.ac: disable the use of --disable-usbdropdir + 1.5.1 - 14 November 2022, Ludovic Rousseau - Add support of - Access IS ATR220 with idProduct: 0x0184 diff --git a/configure.ac b/configure.ac index f9d4755f..00823226 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Require autoconf 2.61 AC_PREREQ([2.69]) -AC_INIT([ccid],[1.5.1]) +AC_INIT([ccid],[1.5.2]) AC_CONFIG_SRCDIR(src/ifdhandler.c) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip subdir-objects foreign)