Skip to content

Commit ae37104

Browse files
Release 1.7.0
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 3c1aabd commit ae37104

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,31 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
122122
History:
123123
========
124124

125+
1.7.0 - 2 October 2025, Ludovic Rousseau
126+
- Add support of
127+
- GIGA-TMS NFC CCID Reader
128+
- Identiv Identiv SmartOS Reader
129+
- SEC1210URT, single slot variant of SEC1210 serial
130+
- TOKEN2 FIDO2 Security Key(0013),PIN+ Mini with OTP + PGP
131+
- TOKEN2 FIDO2 Security Key(0014),PIN+ Mini with FIDO + PGP
132+
- TOKEN2 FIDO2 Security Key(0015),PIN+ Mini with PGP
133+
- TOKEN2 FIDO2 Security Key(0016),PIN+ Mini with OTP + PGP + FIDO
134+
- TOKEN2 FIDO2 Security Key(0023),PIN+ Series with OTP + PGP
135+
- TOKEN2 FIDO2 Security Key(0024),PIN+ Series with FIDO + PGP
136+
- TOKEN2 FIDO2 Security Key(0025),PIN+ Series with PGP
137+
- TOKEN2 FIDO2 Security Key(0203),Bio3 Dual with OTP + PGP
138+
- TOKEN2 FIDO2 Security Key(0204),Bio3 Dual with FIDO + PGP
139+
- TOKEN2 FIDO2 Security Key(0205),Bio3 Dual with PGP
140+
- TOKEN2 FIDO2 Security Key(0206),Bio3 Dual with OTP + PGP + FIDO
141+
- TOKEN2 Molto2 (older version)
142+
- VIX TECHNOLOGY SECURE READER
143+
- Remove support of
144+
- SIMHUB pcsc reader
145+
- Give pcscd group permission to CCID devices in udev rule
146+
- Avoid a timeout issue with the Thales Fusion NFC reader
147+
- Provide the option to synchronize the 2 interfaces of a SEC1210
148+
- Some other minor improvements
149+
125150
1.6.2 - 19 March 2025, Ludovic Rousseau
126151
- Add support of
127152
- Arculus AuthentiKey

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project('ccid', 'c',
99
meson_version : '>=0.58.0',
10-
version : '1.6.2')
10+
version : '1.7.0')
1111

1212
# for config.h
1313
conf_data = configuration_data({

0 commit comments

Comments
 (0)