Skip to content

Commit 33a028a

Browse files
Release 2.2.3
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent c5c89b0 commit 33a028a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.2.3: Ludovic Rousseau
2+
26 May 2024
3+
- meson:
4+
. Fix build on Slackware 15
5+
. fail if both libusb and libudev are used
6+
- Fix memory leak on exit
7+
- libpcscspy: dump an output buffer only if the call succeeded
8+
- Some code cleanup
9+
110
2.2.2: Ludovic Rousseau
211
20 May 2024
312
- Serial support is ENABLED by default

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# meson setup --reconfigure --wipe
1111

1212
project('pcsc-lite', 'c',
13-
version : '2.2.2')
13+
version : '2.2.3')
1414

1515
# for config.h
1616
conf_data = configuration_data({

0 commit comments

Comments
 (0)