Skip to content

Commit a2c25c5

Browse files
Release 2.3.0
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 17d66da commit a2c25c5

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.3.0: Ludovic Rousseau
2+
3 August 2024
3+
- SCardGetStatusChange(): add the number of reader events
4+
- Add Appstream metainfo announcing HW support
5+
- meson: specify minimum meson version to use
6+
- fix formats under musl libc
7+
- Send libpcsclite.so logs to stderr instead of stdout
8+
- Some other minor improvements
9+
110
2.2.3: Ludovic Rousseau
211
26 May 2024
312
- meson:

meson.build

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

1212
project('pcsc-lite', 'c',
1313
meson_version : '>=0.58.0',
14-
version : '2.2.3')
14+
version : '2.3.0')
1515

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

0 commit comments

Comments
 (0)