We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d66da commit a2c25c5Copy full SHA for a2c25c5
ChangeLog
@@ -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
+
10
2.2.3: Ludovic Rousseau
11
26 May 2024
12
- meson:
meson.build
@@ -11,7 +11,7 @@
project('pcsc-lite', 'c',
13
meson_version : '>=0.58.0',
14
- version : '2.2.3')
+ version : '2.3.0')
15
16
# for config.h
17
conf_data = configuration_data({
0 commit comments