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 c5c89b0 commit 33a028aCopy full SHA for 33a028a
ChangeLog
@@ -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
+
10
2.2.2: Ludovic Rousseau
11
20 May 2024
12
- Serial support is ENABLED by default
meson.build
@@ -10,7 +10,7 @@
# meson setup --reconfigure --wipe
project('pcsc-lite', 'c',
13
- version : '2.2.2')
+ version : '2.2.3')
14
15
# for config.h
16
conf_data = configuration_data({
0 commit comments