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 2ec87fb commit 5a96d5bCopy full SHA for 5a96d5b
ChangeLog
@@ -1,3 +1,12 @@
1
+2.4.1: Ludovic Rousseau
2
+1 January 2026
3
+- Add backward version support on the client side
4
+- Add backward version support on the server side
5
+- hotplug libudev: rescan the USB bus with "pcscd --hotplug"
6
+- fix a value in pcscd.service syustemd file
7
+- meson: install systemd files even if libsystemd is not used
8
+- Some other minor improvements
9
+
10
2.4.0: Ludovic Rousseau
11
19 October 2025
12
- Run pcscd under a pcscd user instead of root when using systemd
meson.build
@@ -11,7 +11,7 @@
project('pcsc-lite', 'c',
13
meson_version : '>=0.58.0',
14
- version : '2.4.0')
+ version : '2.4.1')
15
16
# for config.h
17
conf_data = configuration_data({
0 commit comments