From godfreyhkchung at gmail.com Mon Jul 7 21:24:12 2025 From: godfreyhkchung at gmail.com (Godfrey Chung) Date: Tue, 8 Jul 2025 12:24:12 +0800 Subject: [Pcsclite-muscle] acsccid 1.1.12 Released Message-ID: Dear All I would like to inform you that acsccid 1.1.12 had been released. v1.1.12 (17/4/2025) - Add the following readers support: WalletMate II 2S CL Reader WalletMate V3 Upgrade AIR60 1S Dual Reader - Rename WalletMate II V2 Upgrade to WalletMate V2 Upgrade. - Enable WalletMate II 2S (composite device) as multi-slot reader. - Enable the 2nd interface of WalletMate II 2S as SAM slot. - Enable the 3rd interface of WalletMate II 2S as SAM slot. - Fix the typo for ACM1552U-ZW in src/supported_readers.txt. - Enable AIR60 (composite device) as multi-slot reader. - Enable the 3rd interface of AIR60 as SAM slot. - Enable AIR60 to use bStatus in IFDHICCPresence(). Please download it from http://acsccid.sourceforge.net/. Regards Godfrey From ludovic.rousseau at gmail.com Wed Jul 30 06:03:46 2025 From: ludovic.rousseau at gmail.com (Ludovic Rousseau) Date: Wed, 30 Jul 2025 15:03:46 +0200 Subject: [Pcsclite-muscle] PySCard 2.3.0 released Message-ID: Hello, I just released a new version 2.3.0 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python. The PySCard project is available at: - pypi https://pypi.python.org/pypi/pyscard - github https://github.com/LudovicRousseau/pyscard - sourceforge https://sourceforge.net/projects/pyscard/ https://blog.apdu.fr/posts/2025/07/new-version-of-pyscard-230/ Changes: 2.3.0 (July 2025) ================== * PCSCCardRequest: fix waitforcardevent() initialization * PCSCCardConnection: raise exception for .connect() after .release() * Fix race issue in SCardListReaders() and SCardListReaderGroups() * Use SCARD_AUTOALLOCATE where defined (everywhere except macOS) * Use SCardFreeMemory() on Unix (except macOS) * CardMonitoringThread: Fix a thread safeness issue * fix/ignore all pylint warnings * Minor changes -- Dr. Ludovic Rousseau