Skip to content

Commit 035f665

Browse files
Release 1.8.2
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent e4e49c8 commit 035f665

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

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

125+
1.8.2 - 13 June 2026, Ludovic Rousseau
126+
- Fix initialisation of composite devices (like Yubico tokens)
127+
- Correctly close the slots of a multi-slots reader (serial
128+
125129
1.8.1 - 10 June 2026, Ludovic Rousseau
126130
- Correctly close the slots of a multi-slots reader
127131
- Fix 3 minor issues "Found by AISLE in partnership with Red Hat"

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.8.1')
10+
version : '1.8.2')
1111

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

0 commit comments

Comments
 (0)